X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F1.2.1%2Ftest_utils.py;h=d6310951699607f9ed0ec694bd3964cb5de7db15;hb=945aaee9d514a2348dce53418f70aeceda8b3ef1;hp=7a38ff42508425bdb74165a9a0b5b13440195de3;hpb=7a342b711a61732c0f0cf7d88b330330e1fbb1bb;p=transportpce.git diff --git a/tests/transportpce_tests/1.2.1/test_utils.py b/tests/transportpce_tests/1.2.1/test_utils.py index 7a38ff425..d63109516 100644 --- a/tests/transportpce_tests/1.2.1/test_utils.py +++ b/tests/transportpce_tests/1.2.1/test_utils.py @@ -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") @@ -71,7 +70,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.1.0-SNAPSHOT", + "..", "..", "..", "lighty", "target", "tpce", "clean-start-controller.sh") with open('odl.log', 'w') as outfile: return subprocess.Popen(