aboutsummaryrefslogtreecommitdiffstats
path: root/suites
AgeCommit message (Collapse)AuthorFilesLines
2017-05-19Add JUnit XML reports; refactor test reportingPau Espin Pedrol4-1/+16
* Add Junit output file support * Differentiate between an expected failure test and an error in the test, as described in JUnit. * In case of an error/exception during test, record and attach it to the Test object and continue running the tests, and show it at the end during the trial report. Change-Id: Iedf6d912b3cce3333a187a4ac6d5c6b70fe9d5c5
2017-05-15debug suite: add test that deliberately failsNeels Hofmeyr1-0/+5
Change-Id: I42ab624f8dd8e91ee62b8eccfa451e01fd3694d0
2017-05-08propagate Timeout class to test scope, use in debug suiteNeels Hofmeyr1-1/+4
Change-Id: Idad34fe799bc8b8e03d773898473773656b005bd
2017-05-08add debug suiteNeels Hofmeyr2-0/+46
Change-Id: I818d130d01ed26e38b5f33341de3727e9f17ca52
2017-05-04move /example/suites to /suitesNeels Hofmeyr2-0/+37
/suites will be the definitive GSM tests collection where everyone should contribute. Since we're using /example on our current osmo-gsm-tester setup actually as-is, change paths.conf to point at ../suites. Change-Id: I7a4d0161d3dcb3a0c723b0b96db85dd032cc2159