blob: 83c9b44441b28fc0b14c51bcdd434453d712fb55 [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
Pau Espin Pedrol40c7bc72020-05-05 13:41:42 +02004print('I am %r / %r' % (tenv.suite().name(), test.name()))
Pau Espin Pedrol0ffb4142017-05-15 18:24:35 +02005
6test.set_fail('EpicFail', 'This failure is expected')