mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
oeqa/selftest/resulttool: add test for error propagation in test name filtering
(From OE-Core rev: 17d825c88499c6f7e3ffe22fae099871d0850abc) Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1feffaf41a
commit
c31c140746
@@ -322,6 +322,18 @@ class ResultToolTests(OESelftestTestCase):
|
||||
},
|
||||
"ptestresult.curl.test_0000__foo_out_of_bar": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.dbus.test_0000__foo_out_of_bar,_remaining:_00:02,_took_0.032s,_duration:_03:32_": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.binutils-ld.in testcase /foo/build-st-bar/moo/ctf.exp": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.gcc-libstdc++-v3.Couldn't create remote directory /tmp/runtest.30975 on target": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.gcc-libgomp.Couldn't create remote directory /tmp/runtest.3657621 on": {
|
||||
"status": "PASSED"
|
||||
}
|
||||
}}}}
|
||||
target_configuration = {"a": {
|
||||
@@ -341,6 +353,18 @@ class ResultToolTests(OESelftestTestCase):
|
||||
},
|
||||
"ptestresult.curl.test_0000__xxx_out_of_yyy": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.dbus.test_0000__yyy_out_of_zzz,_remaining:_00:03,_took_0.034s,_duration:_03:30_": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.binutils-ld.in testcase /xxx/build-st-yyy/zzz/ctf.exp": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.gcc-libstdc++-v3.Couldn't create remote directory /tmp/runtest.45678 on target": {
|
||||
"status": "PASSED"
|
||||
},
|
||||
"ptestresult.gcc-libgomp.Couldn't create remote directory /tmp/runtest.3657621 on": {
|
||||
"status": "PASSED"
|
||||
}
|
||||
}}}}
|
||||
regression.fixup_ptest_names(base_configuration, self.logger)
|
||||
|
||||
Reference in New Issue
Block a user