X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2Ftest_topology.py;h=248eddd1cef47f5faad08da097ac0c11d1fd011e;hb=88917566b1524d5ec89ede47e5169f091a2e5652;hp=3407c504abc678467483c1f654ef09376b8fc58f;hpb=b0b74082f205e8324a7046da334fff57023cff0e;p=transportpce.git diff --git a/tests/transportpce_tests/test_topology.py b/tests/transportpce_tests/test_topology.py index 3407c504a..248eddd1c 100644 --- a/tests/transportpce_tests/test_topology.py +++ b/tests/transportpce_tests/test_topology.py @@ -32,7 +32,7 @@ class TransportPCEtesting(unittest.TestCase): @classmethod def __start_testtools(cls): executable = ("./netconf/netconf/tools/netconf-testtool/target/" - "netconf-testtool-1.3.1-executable.jar") + "netconf-testtool-1.5.0-SNAPSHOT-executable.jar") if os.path.isfile(executable): if not os.path.exists("transportpce_tests/log"): os.makedirs("transportpce_tests/log")