Re: [yocto] [PATCH] runtime: add BSP test case for usb storage

2018-10-01 Thread Mike Looijmans
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

Re: [yocto] [PATCH] runtime: add BSP test case for usb storage

2018-09-24 Thread Paul Eggleton
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

Re: [yocto] [PATCH] runtime: add BSP test case for usb storage

2018-09-23 Thread Hussin, Mohamad Noor Alim
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

Re: [yocto] [PATCH] runtime: add BSP test case for usb storage

2018-09-23 Thread Paul Eggleton
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

Re: [yocto] [PATCH] runtime: add BSP test case for usb storage

2018-08-20 Thread Mike Looijmans
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

[yocto] [PATCH] runtime: add BSP test case for usb storage

2018-08-19 Thread mohamad . noor . alim . hussin
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