osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41253?usp=email )


Change subject: testenv: fix wrong exception name
......................................................................

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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/53/41253/1

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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41253?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I800bccf63feb590069f80684474ca2d700ae697e
Gerrit-Change-Number: 41253
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to