[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2200/8267] oeqa.buildperf: show skipped tests in results, too
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 2200/8267] oeqa.buildperf: show skipped tests in results, too
- Date: Sat, 16 Dec 2017 22:53:46 +0000 (UTC)
commit c5d13012450b7a191cacb1654deb54e4a79e10b5
Author: Markus Lehtonen <markus lehtonen linux intel com>
Date: Mon Aug 29 22:48:29 2016 +0300
oeqa.buildperf: show skipped tests in results, too
(From OE-Core rev: 4112779f9f314148b475fc4b8e33146de8be6b27)
Signed-off-by: Markus Lehtonen <markus lehtonen linux intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/lib/oeqa/buildperf/base.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meta/lib/oeqa/buildperf/base.py b/meta/lib/oeqa/buildperf/base.py
index c716220..49da8f6 100644
--- a/meta/lib/oeqa/buildperf/base.py
+++ b/meta/lib/oeqa/buildperf/base.py
@@ -161,7 +161,8 @@ class BuildPerfTestResult(unittest.TextTestResult):
'FAIL': self.failures,
'ERROR': self.errors,
'EXP_FAIL': self.expectedFailures,
- 'UNEXP_SUCCESS': self.unexpectedSuccesses}
+ 'UNEXP_SUCCESS': self.unexpectedSuccesses,
+ 'SKIPPED': self.skipped}
for status, tests in result_map.items():
for test in tests:
yield (status, test)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]