blob: 336029b0cfa61629a145c60e91a25f7e7bc21dca [file] [log] [blame]
Pau Espin Pedrol0ffb4142017-05-15 18:24:35 +02001#!/usr/bin/env python3
2from osmo_gsm_tester.test import *
3
Neels Hofmeyr6ccda112017-06-06 19:41:17 +02004class ExpectedExn(Exception):
5 pass
6
Pau Espin Pedrol0ffb4142017-05-15 18:24:35 +02007# This can be used to verify that a test failure is reported properly.
Neels Hofmeyr6ccda112017-06-06 19:41:17 +02008raise ExpectedExn('This failure is expected')