From: Martial COULIBALY Date: Tue, 9 Oct 2018 15:10:41 +0000 (+0200) Subject: Update testtool version to release/fluorine X-Git-Tag: v0.3.0~56 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=4c62b2de9a5b00b32525aa6fde16f3476c2fb80c;p=transportpce.git Update testtool version to release/fluorine Change-Id: Iad8ba2987c224bac0da0688c3b5a1aea4a0ae602 Signed-off-by: Martial COULIBALY --- diff --git a/tests/netconf b/tests/netconf index df1a4dbb3..685c28f55 160000 --- a/tests/netconf +++ b/tests/netconf @@ -1 +1 @@ -Subproject commit df1a4dbb37e0fb187c6d50d3bab1f9d88b888928 +Subproject commit 685c28f557b2f4e7b6b960a6aa397dcc8994b10d diff --git a/tests/transportpce_tests/test_topoPortMapping.py b/tests/transportpce_tests/test_topoPortMapping.py index bdca8f8d9..40d07a2ee 100644 --- a/tests/transportpce_tests/test_topoPortMapping.py +++ b/tests/transportpce_tests/test_topoPortMapping.py @@ -30,7 +30,7 @@ class TransportPCEtesting(unittest.TestCase): @classmethod def __start_testtools(cls): executable = ("./netconf/netconf/tools/netconf-testtool/target/" - "netconf-testtool-1.5.0-SNAPSHOT-executable.jar") + "netconf-testtool-1.5.0-executable.jar") if os.path.isfile(executable): if not os.path.exists("transportpce_tests/log"): os.makedirs("transportpce_tests/log") diff --git a/tests/transportpce_tests/test_topology.py b/tests/transportpce_tests/test_topology.py index 248eddd1c..40d21b876 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.5.0-SNAPSHOT-executable.jar") + "netconf-testtool-1.5.0-executable.jar") if os.path.isfile(executable): if not os.path.exists("transportpce_tests/log"): os.makedirs("transportpce_tests/log")