Change-Id: I777ec59ffd83b861ddc09e85e52d7a8896264b8cchanges/46/18046/1
parent
a442cb8e5f
commit
40c7bc7765
@ -1,5 +1,5 @@
|
||||
from osmo_gsm_tester.testenv import *
|
||||
|
||||
print('hello world')
|
||||
print('I am %r / %r' % (suite.suite().name(), test.name()))
|
||||
print('I am %r / %r' % (tenv.suite().name(), test.name()))
|
||||
print('one\ntwo\nthree')
|
||||
|
@ -1,5 +1,5 @@
|
||||
from osmo_gsm_tester.testenv import *
|
||||
|
||||
print('I am %r / %r' % (suite.suite().name(), test.name()))
|
||||
print('I am %r / %r' % (tenv.suite().name(), test.name()))
|
||||
|
||||
assert False
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from osmo_gsm_tester.testenv import *
|
||||
|
||||
print('I am %r / %r' % (suite.suite().name(), test.name()))
|
||||
print('I am %r / %r' % (tenv.suite().name(), test.name()))
|
||||
|
||||
test.set_fail('EpicFail', 'This failure is expected')
|
||||
|
Loading…
Reference in new issue