blob: c30a4f5cfa14439a1ddc324afe3f6e98b740ac61 [file] [log] [blame]
Pau Espin Pedrol0ffb4142017-05-15 18:24:35 +02001#!/usr/bin/env python3
Pau Espin Pedroldfe38ad2017-11-09 13:57:39 +01002from osmo_gsm_tester.testenv import *
Pau Espin Pedrol0ffb4142017-05-15 18:24:35 +02003
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')