osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
testenv: fix wrong exception name

Fix for:
AttributeError: module 'testenv' has no attribute 'NoTraceError'

Change-Id: I800bccf63feb590069f80684474ca2d700ae697e
---
M _testenv/testenv/testsuite.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_testenv/testenv/testsuite.py b/_testenv/testenv/testsuite.py
index 97a340e..3fdafa8 100644
--- a/_testenv/testenv/testsuite.py
+++ b/_testenv/testenv/testsuite.py
@@ -214,7 +214,7 @@
if not os.path.exists(path):
return

- raise testenv.NoTraceError("Timeout in wait_until_test_stopped()")
+ raise testenv.NoTraceException("Timeout in wait_until_test_stopped()")


def stop():

To view, visit change 41253. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I800bccf63feb590069f80684474ca2d700ae697e
Gerrit-Change-Number: 41253
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>