update netconf testtool version
[transportpce.git] / tests / transportpce_tests / test_topoPortMapping.py
index 02e5a0a06d57c630881b83c342967773526294dd..bdca8f8d99e987ef4a6811d626b489f733304c12 100644 (file)
@@ -30,7 +30,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")