Re: [OE-core] [PATCH 1/2] oeqa/utils/logparser.py: results based log parser utility

2014-09-03 Thread Stoicescu, CorneliuX
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Burton, Ross Sent: Wednesday, September 03, 2014 5:59 PM To: Musat, GeorgeX L Cc: OE-core Subject: Re: [OE-core] [PATCH 1/2]

Re: [OE-core] [PATCH] ptest-runner: return 1 instead of zero if any test fails

2014-08-25 Thread Stoicescu, CorneliuX
Hello, From my experience with ptest, there will always be a few tests failing, so we will always get exit code 1. Should this better return exit code 0 if the individual tests performed correctly(weather they passed or failed) and 1 if there were any errors during the running of the tests?

Re: [OE-core] ptest formatting

2014-07-30 Thread Stoicescu, CorneliuX
Hello Eric, I am happy to see you are also working on this. We already have 2 features that should be implemented in 1.7 related to this that should help along with integrating ptest with automated tests. These features use the current ‘testimage’ framework that runs runtime tests on both QEMU

Re: [OE-core] [PATCH 2/2] oeqa/runtime: Added skipModule import for test modules that use it.

2014-07-28 Thread Stoicescu, CorneliuX
Yes, thank you! This slipped through our fingers. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Paul Eggleton Sent: Friday, July 25, 2014 7:16 PM To:

Re: [OE-core] [PATCH V2 6/7] controllers/masterimage.py: Make testimage kernel naming pattern universal

2014-06-09 Thread Stoicescu, CorneliuX
-Original Message- From: Stefan Stanacar [mailto:sst...@gmail.com] Sent: Saturday, June 07, 2014 3:39 PM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH V2 6/7] controllers/masterimage.py: Make testimage kernel naming pattern

Re: [OE-core] [PATCH V2 7/7] scripts/test-remote-image: Add script for running runtime tests on remotely built images

2014-06-09 Thread Stoicescu, CorneliuX
-Original Message- From: Stefan Stanacar [mailto:sst...@gmail.com] Sent: Saturday, June 07, 2014 5:09 PM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH V2 7/7] scripts/test-remote-image: Add script for running runtime tests

Re: [OE-core] [PATCH V2 1/7] targetcontrol.py: make possible dynamical determination of rootfs type

2014-06-08 Thread Stoicescu, CorneliuX
-Original Message- From: Stefan Stanacar [mailto:sst...@gmail.com] Sent: Saturday, June 07, 2014 2:38 PM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH V2 1/7] targetcontrol.py: make possible dynamical determination of rootfs

Re: [OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: add conditions for files copied to /boot

2014-05-27 Thread Stoicescu, CorneliuX
-Original Message- From: Anders Darander [mailto:and...@chargestorm.se] Sent: Tuesday, May 27, 2014 9:46 AM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: add conditions for files copied

Re: [OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: add conditions for files copied to /boot

2014-05-27 Thread Stoicescu, CorneliuX
-Original Message- From: Stoicescu, CorneliuX Sent: Tuesday, May 27, 2014 10:02 AM To: 'Anders Darander' Cc: openembedded-core@lists.openembedded.org Subject: RE: [OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: add conditions for files copied to /boot -Original

Re: [OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: fix conditions for files copied to /boot

2014-05-27 Thread Stoicescu, CorneliuX
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday, May 27, 2014 5:24 PM To: Stefan Stanacar; Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: fix conditions for files

Re: [OE-core] [PTACH V2] oeqa/runtime: Update test names with testopia tc numbers.

2014-05-19 Thread Stoicescu, CorneliuX
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Stefan Stanacar Sent: Monday, May 19, 2014 12:28 PM To: Musat, GeorgeX L Cc: openembedded-core@lists.openembedded.org Subject: Re:

[OE-core] oe-selftest developer oriented improvements

2014-04-23 Thread Stoicescu, CorneliuX
Hello, During the 1.6 development/testing cycle we introduced and used oe-selftest more and more for QA purposes to identify various issues in the master branch. For those who don't know yet what is oe-selftest, it is a python unit test based testing framework designed to simulate poky

Re: [OE-core] oe-selftest developer oriented improvements

2014-04-23 Thread Stoicescu, CorneliuX
1) Testing recipes updates or new recipes Even though we cannot test every single scenario or the functionality of a recipe, we could create a test suite that would: - build the recipe with all major architectures(qemux86, qemux86-64, qemuarm, qemuppc, qemumips) - rebuild the

[OE-core] WSR: WW15 WW16 Corneliu Stoicescu

2014-04-22 Thread Stoicescu, CorneliuX
WW15: - OOO WW15.4 - Finished 1.6 M5 RC2 Full Pass - Started 1.6 M5 RC4 Full Pass - Verified QA owned bugs - Tried to boot beaglebone image on a beaglebone black board. The kernel had some issues and are logged in this bug:

Re: [OE-core] [PATCH] oe-selftest: Fixed test_rm_old_image that was outdated

2014-02-17 Thread Stoicescu, CorneliuX
. Regards, Corneliu -Original Message- From: Stoicescu, CorneliuX Sent: Monday, February 17, 2014 6:09 PM To: openembedded-core@lists.openembedded.org Cc: Stoicescu, CorneliuX Subject: [PATCH] oe-selftest: Fixed test_rm_old_image that was outdated This test used the old format

Re: [OE-core] [PATCH] oe-selftest: Patch sstate tests to work with new sstate-cache naming and content

2014-01-17 Thread Stoicescu, CorneliuX
I forgot a few comment lines. I will resend the patch. -Original Message- From: Stoicescu, CorneliuX Sent: Friday, January 17, 2014 1:11 PM To: openembedded-core@lists.openembedded.org Cc: Stoicescu, CorneliuX Subject: [PATCH] oe-selftest: Patch sstate tests to work with new sstate

Re: [OE-core] [PATCH V2] Modify buildstats to be merged inside buildhistory

2014-01-09 Thread Stoicescu, CorneliuX
--- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -16,9 +16,12 @@ BUILDHISTORY_IMAGE_FILES ?= /etc/passwd /etc/group BUILDHISTORY_COMMIT ?= 0 BUILDHISTORY_COMMIT_AUTHOR ?= buildhistory buildhistory@${DISTRO} BUILDHISTORY_PUSH_REPO ?=

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Stoicescu, CorneliuX
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, November 04, 2013 11:16 AM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Stoicescu, CorneliuX
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, November 04, 2013 2:35 PM To: Paul Eggleton Cc: Stoicescu, CorneliuX; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] Modify buildstats to be merged inside

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-03 Thread Stoicescu, CorneliuX
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Friday, November 01, 2013 8:07 PM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

[OE-core] oe-selftest proof of concept

2013-10-31 Thread Stoicescu, CorneliuX
Hello all, This e-mail was originally sent to the Yocto mailing list in the form of 2 e-mails. As per Paul's and Richard's request, I am re-sending and moving the conversation here. Feel free to add any input :) . NOTE: I also made a small syntax correction in the example at the end of the

Re: [OE-core] oe-selftest proof of concept

2013-10-31 Thread Stoicescu, CorneliuX
Thank you for the reply, Paul. I will make sure to make the most of your input! -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Thursday, October 31, 2013 12:34 PM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re