Change way to start simulators
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_gnpy.py
index c0752cb7ff9a8ff27902011a27a4b2f2e5cb2454..57d8935bdb62421ac93a161183ab7a8f222bf0cc 100644 (file)
@@ -17,7 +17,8 @@ import os
 import sys
 import time
 import requests
-from common import test_utils
+sys.path.append('transportpce_tests/common/')
+import test_utils
 
 
 class TransportGNPYtesting(unittest.TestCase):