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

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