Remove honeynode source code
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_utils.py
index 7a38ff42508425bdb74165a9a0b5b13440195de3..2b565a53f0d9375afe1d31fb27c55e55a428e3b9 100644 (file)
@@ -3,8 +3,7 @@ import subprocess
 
 honeynode_executable = os.path.join(
     os.path.dirname(os.path.realpath(__file__)),
-    "..", "..", "honeynode", "1.2.1", "honeynode-distribution", "target", "honeynode-distribution-1.19.04-hc",
-    "honeynode-distribution-1.19.04", "honeycomb-tpce")
+    "..", "..", "honeynode", "1.2.1", "honeynode-simulator", "honeycomb-tpce")
 samples_directory = os.path.join(
     os.path.dirname(os.path.realpath(__file__)),
     "..", "..", "sample_configs", "openroadm", "1.2.1")