osmo-gsm-tester/selftest/suite_test
Neels Hofmeyr 9596b210c5 add test.report_fragment()
Allow enriching the junit output with arbitrary subtasks within a test.

The current aim is, for handover tests, to not just show that a test
failed, but to show exactly which steps worked and which didn't, e.g.:

 handover.py/01_bts0_started PASSED
 handover.py/02.1_ms0_attach PASSED
 handover.py/02.2_ms1_attach PASSED
 handover.py/02.3_subscribed_in_msc PASSED
 handover.py/03_call_established PASSED
 handover.py/04.1_bts1_started FAILED

In this case it is immediately obvious from looking at the jenkins
results analyzer that bts1 is the cause of the test failure, and it is
visible which parts of the test are flaky, over time.

First user Will be the upcoming handover_2G suite, in
I0b2671304165a1aaae2b386af46fbd8b098e3bd8.

Change-Id: I4ca9100b6f8db24d1f7e0a09b3b7ba88b8ae3b59
2020-12-11 00:19:13 +01:00
..
suitedirA add test.report_fragment() 2020-12-11 00:19:13 +01:00
suitedirB typo / newline in selftest log output 2020-12-11 00:19:13 +01:00
_prep.py selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
paths.conf config: suites_dir and scenarios_dir are now a list of paths 2020-05-25 13:33:50 +02:00
resources.conf configure fixed ARFCN per bts 2020-12-11 00:19:13 +01:00
suite_test.err selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
suite_test.ok add test.report_fragment() 2020-12-11 00:19:13 +01:00
suite_test.ok.ign add test.report_fragment() 2020-12-11 00:19:13 +01:00
suite_test.py add test.report_fragment() 2020-12-11 00:19:13 +01:00