aboutsummaryrefslogtreecommitdiffstats
path: root/suites/debug/fail.py
blob: a2d9e3a118d8c08e4d90e01933061b00acf3c4a6 (plain)
1
2
3
4
5
#!/usr/bin/env python3
from osmo_gsm_tester.testenv import *

# This can be used to verify that a test failure is reported properly.
test.set_fail('ExpectedFail', 'This failure is expected')