Lighty support in Magnesium
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_utils.py
index 2427cf4e2343993702778c794500703d760d445f..4d5fe3efb61369e77ded8e328713f5394c3f39fb 100644 (file)
@@ -3,8 +3,7 @@ import subprocess
 
 honeynode_executable = os.path.join(
     os.path.dirname(os.path.realpath(__file__)),
-    "..", "..", "honeynode", "2.2.1", "honeynode-distribution", "target", "honeynode-distribution-1.19.04-hc",
-    "honeynode-distribution-1.19.04", "honeycomb-tpce")
+    "..", "..", "honeynode", "2.2.1", "honeynode-simulator", "honeycomb-tpce")
 samples_directory = os.path.join(
     os.path.dirname(os.path.realpath(__file__)),
     "..", "..", "sample_configs", "openroadm", "2.2.1")
@@ -63,7 +62,7 @@ def start_tpce():
         print("starting LIGHTY.IO TransportPCE build...")
         executable = os.path.join(
             os.path.dirname(os.path.realpath(__file__)),
-            "..", "..", "..", "lighty", "target", "lighty-transportpce-12.0.0-SNAPSHOT",
+            "..", "..", "..", "lighty", "target", "tpce",
             "clean-start-controller.sh")
         with open('odl.log', 'w') as outfile:
             return subprocess.Popen(