twister: blackbox: fix test_report_summary after extending reason
Updated test_report_summary to match new string with detailed reason of build failure. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
This commit is contained in:
parent
cac967db9f
commit
33b202e295
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ class TestReport:
|
|||
os.path.join(TEST_DATA, 'tests', 'one_fail_two_error_one_pass'),
|
||||
['qemu_x86/atom'],
|
||||
[r'one_fail_two_error_one_pass.agnostic.group1.subgroup2 on qemu_x86/atom FAILED \(.*\)',
|
||||
r'one_fail_two_error_one_pass.agnostic.group1.subgroup3 on qemu_x86/atom ERROR \(Build failure\)',
|
||||
r'one_fail_two_error_one_pass.agnostic.group1.subgroup4 on qemu_x86/atom ERROR \(Build failure\)'],
|
||||
r'one_fail_two_error_one_pass.agnostic.group1.subgroup3 on qemu_x86/atom ERROR \(Build failure.*\)',
|
||||
r'one_fail_two_error_one_pass.agnostic.group1.subgroup4 on qemu_x86/atom ERROR \(Build failure.*\)'],
|
||||
)
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue