debug suite: add test that deliberately fails

Change-Id: I42ab624f8dd8e91ee62b8eccfa451e01fd3694d0
This commit is contained in:
Neels Hofmeyr 2017-05-14 15:27:03 +02:00 committed by Neels Hofmeyr
parent 1fe012e6a8
commit 619447404f
1 changed files with 5 additions and 0 deletions

5
suites/debug/fail.py Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from osmo_gsm_tester.test import *
# This can be used to verify that a test failure is reported properly.
assert False