Re: [OE-core] [PATCH] oeqa/testimage: Add ability to run single test from suite.

2015-09-28 Thread Musat, George L
] Sent: Monday, September 28, 2015 5:29 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/testimage: Add ability to run single test from suite. On 28 September 2015 at 12:47, Lucian Musat <george.l.mu...@intel.com<mailto:george.l.mu...@intel.com>> wrote: @@ -

Re: [OE-core] [PATCH 2/2] oeqa/runexported: Removed DEPLOY_DIR as mandatory.

2015-09-23 Thread Musat, George L
From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Christopher Larson Sent: Wednesday, September 23, 2015 6:12 PM To: Musat, George L Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 2/2] oeqa/runexported: Removed DEPLOY_DIR as mandatory. Sorry

Re: [OE-core] [PATCH] oeqa/decorators: Fixed a problem with tests having the same names.

2015-09-04 Thread Musat, George L
Hi Paul, Forgot about that, thanks. -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Friday, September 4, 2015 4:41 PM To: Musat, George L Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oeqa/decorators: Fixed a problem

Re: [OE-core] [PATCH 1/2] ptest-runner: Added timeout per tests.

2015-07-23 Thread Musat, George L
is better. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, July 22, 2015 6:52 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH 1/2] ptest-runner: Added timeout per tests. On 22 July 2015 at 12:58, Lucian Musat george.l.mu...@intel.commailto:george.l.mu

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
the patch with this info? Lucian. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:24 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test On 17 July 2015 at 15:17, Lucian Musat george.l.mu

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
They work on core-image-sato-sdk images and fail on core-image-lsb-sdk images. You can look at bugs 8013, 8014, 8016. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:41 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
That’s true ☺ From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:46 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test On 17 July 2015 at 15:43, Musat, George L george.l.mu

Re: [OE-core] [PATCH] oeqa/selftest: New auto bitbake test for poky tiny.

2015-03-23 Thread Musat, George L
12:39 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/selftest: New auto bitbake test for poky tiny. On 23 March 2015 at 11:24, Lucian Musat george.l.mu...@intel.commailto:george.l.mu...@intel.com wrote: The test builds a poky-tiny image, boots it in background and tries

[OE-core] [PATCH] meta-yocto/distro: Updated SANITY_TESTED_DISTROS.

2014-11-18 Thread Musat, George L
Removed Poky-1.4, Poky-1.5, Ubuntu-13.10, Fedora-19, CentOs-6.4,Suse-LINUX-12.2. Replaced the list of Debian-7.x with wildcard. Signed-off-by: Lucian Musat george.l.mu...@intel.commailto:george.l.mu...@intel.com --- meta-yocto/conf/distro/poky.conf | 14 +- 1 file changed, 1

[OE-core] [PATCH] oequa/runtime: Added check for ptest-runner to see if it ran correctly

2014-11-18 Thread Musat, George L
And modified condition to install complementary packages. Signed-off-by: Lucian Musat george.l.mu...@intel.commailto:george.l.mu...@intel.com --- meta/lib/oeqa/runtime/_ptest.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/runtime/_ptest.py