aboutsummaryrefslogtreecommitdiffstats
path: root/suites/debug/fail_raise.py
blob: 22fb940c950394f439ce7c7ac5395529e8bbf65e (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.
raise Failure('EpicFail', 'This failure is expected')