generic-poky/meta/lib/oeqa/buildperf
Markus Lehtonen 0736079dc6 oeqa.buildperf: another fix for splitting 'nevr' string
When processing buildstats we determine recipe name, epoch, version and
revision from the per-recipe buildstat directory name.  One previous
patch made an assumption that package version starts with a number.
That might not be true because of a packaging mistake or whatever
reason. Thus, if a version starting with a number is not found, fall
back to the "old" method of just taking the second-last dash-delimited
part (the one before revision).

(From OE-Core rev: 936eb9aac055f1d4f41bb351477a0f5bebf76a0e)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-14 22:22:07 +01:00
..
__init__.py oeqa.buildperf: introduce runCmd2() 2016-08-17 10:35:44 +01:00
base.py oeqa.buildperf: another fix for splitting 'nevr' string 2016-09-14 22:22:07 +01:00
test_basic.py oeqa.buildperf: include buildstats file name in results.json 2016-09-03 09:58:42 +01:00