On 24-09-18 23:01, Paul Eggleton wrote:
On Monday, 24 September 2018 3:02:28 PM NZST Hussin, Mohamad Noor Alim wrote:
...
Otherwise I agree with Mike's reply, we should avoid writing to the storage
device as part of the test.
It is mean that just do test like mount and unmount only? To read
On Monday, 24 September 2018 3:02:28 PM NZST Hussin, Mohamad Noor Alim wrote:
> This patch is my supersede of earlier "manualbsp" which I split into 2 parts
> called usb test and microsd test.
OK thanks.
> I would use MACHINE_FEATURES = "usbhost" instead of introducing new variable
> as it woul
storage device we need to write at first place?
Regards,
Alim Hussin
-Original Message-
From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com]
Sent: Monday, September 24, 2018 4:50 AM
To: Hussin, Mohamad Noor Alim
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] [PATCH] runtime: a
Hi Alim,
On Monday, 20 August 2018 3:22:09 AM NZST mohamad.noor.alim.hus...@intel.com
wrote:
> From: Mohamad Noor Alim Hussin
>
> Contain test cases to test mount/unmount the usb stick on target
> platform such as minnowboard and beaglebone. The test assume that
> the usb storage device such as
I would not write to flash media in this test. It's pointless, if you can read
the the device, it means that you can already send commands and data to it,
and reading will thus test data going in both directions already. Writing to
the media will just wear it out, and if there's a problem unmoun
From: Mohamad Noor Alim Hussin
Contain test cases to test mount/unmount the usb stick on target
platform such as minnowboard and beaglebone. The test assume that
the usb storage device such as usb thumb drive was plugged into
the target device otherwise the test for would failed. It also test
to