clean test environment
[transportpce.git] / tests / transportpce_tests / test_renderer_service_path_nominal.py
index 9d64344c8c6c798500c1bc703cb80d539a194765..33c9a5543c164a2235c8825e8705f8672a0122ac 100644 (file)
@@ -32,7 +32,7 @@ class TransportPCERendererTesting(unittest.TestCase):
 
     @classmethod
     def __start_honeynode1(cls):
-        executable = ("./honeynode/honeynode-distribution/target/honeynode-distribution-1.18.01-hc"
+        executable = ("./honeynode/2.1/honeynode-distribution/target/honeynode-distribution-1.18.01-hc"
                       "/honeynode-distribution-1.18.01/honeycomb-tpce")
         if os.path.isfile(executable):
             with open('honeynode1.log', 'w') as outfile:
@@ -42,7 +42,7 @@ class TransportPCERendererTesting(unittest.TestCase):
 
     @classmethod
     def __start_honeynode2(cls):
-        executable = ("./honeynode/honeynode-distribution/target/honeynode-distribution-1.18.01-hc"
+        executable = ("./honeynode/2.1/honeynode-distribution/target/honeynode-distribution-1.18.01-hc"
                       "/honeynode-distribution-1.18.01/honeycomb-tpce")
         if os.path.isfile(executable):
             with open('honeynode2.log', 'w') as outfile: