Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-20 Thread Yeoh, Ee Peng
] Sent: Friday, April 20, 2018 3:15 PM To: Yeoh, Ee Peng ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown On Mon, 2018-04-09 at 18:28 -0700, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-20 Thread Richard Purdie
On Mon, 2018-04-09 at 18:28 -0700, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown on each > qemu architecture manually. Add automated test to test qemu boot on > ext4 and nfs, finally check that it can shutdown properly. > > Signed-off-by: Yeoh Ee Peng > --- >  meta/lib/o

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Yeoh, Ee Peng
, Yeoh Ee Peng -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Tuesday, April 10, 2018 5:41 PM To: Yeoh, Ee Peng ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown On

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Richard Purdie
On Mon, 2018-04-09 at 10:43 -0700, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown on each > qemu architecture manually. Add automated test to test qemu boot on > ext4 and nfs, finally check that it can shutdown properly. > > Original runqemu tests was dedicated for MACHINE

[OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Yeoh Ee Peng
QA team were testing qemu boot image and shutdown on each qemu architecture manually. Add automated test to test qemu boot on ext4 and nfs, finally check that it can shutdown properly. Signed-off-by: Yeoh Ee Peng --- meta/lib/oeqa/selftest/cases/runqemu.py | 70 -

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Yeoh, Ee Peng
-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown On 04/09/2018 08:43 PM, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown on each qemu > architecture manually. Add automated test to test qemu boot on

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Alexander Kanavin
On 04/09/2018 08:43 PM, Yeoh Ee Peng wrote: QA team were testing qemu boot image and shutdown on each qemu architecture manually. Add automated test to test qemu boot on ext4 and nfs, finally check that it can shutdown properly. Original runqemu tests was dedicated for MACHINE=qemux86-64 and it

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Yeoh, Ee Peng
3:01 PM To: Yeoh, Ee Peng ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown On 04/10/2018 01:43 AM, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown on each qemu > architecture ma

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-10 Thread Anuj Mittal
On 04/10/2018 01:43 AM, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown on each > qemu architecture manually. Add automated test to test qemu boot on > ext4 and nfs, finally check that it can shutdown properly. > > Original runqemu tests was dedicated for MACHINE=qemux86-64

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-09 Thread Yeoh, Ee Peng
...@lists.openembedded.org] On Behalf Of Yeoh Ee Peng Sent: Tuesday, April 10, 2018 1:44 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown QA team were testing qemu boot image and shutdown on each qemu architecture

[OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-09 Thread Yeoh Ee Peng
QA team were testing qemu boot image and shutdown on each qemu architecture manually. Add automated test to test qemu boot on ext4 and nfs, finally check that it can shutdown properly. Original runqemu tests was dedicated for MACHINE=qemux86-64 and it was testing various live image (iso and hddimg

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-09 Thread Yeoh, Ee Peng
] oe-selftest: runqemu: add tests for qemu boot and shutdown On 04/09/2018 06:32 AM, Yeoh Ee Peng wrote: > QA team were testing qemu boot image and shutdown on each qemu > architecture manually. Add automated test to test qemu boot on > ext4 and nfs, finally check that it can shutdown

Re: [OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-09 Thread Alexander Kanavin
On 04/09/2018 06:32 AM, Yeoh Ee Peng wrote: QA team were testing qemu boot image and shutdown on each qemu architecture manually. Add automated test to test qemu boot on ext4 and nfs, finally check that it can shutdown properly. Signed-off-by: Yeoh Ee Peng --- meta/lib/oeqa/selftest/cases/run

[OE-core] [PATCH] oe-selftest: runqemu: add tests for qemu boot and shutdown

2018-04-09 Thread Yeoh Ee Peng
QA team were testing qemu boot image and shutdown on each qemu architecture manually. Add automated test to test qemu boot on ext4 and nfs, finally check that it can shutdown properly. Signed-off-by: Yeoh Ee Peng --- meta/lib/oeqa/selftest/cases/runqemu.py | 61 +++--