From a6de13a545a68de0fdc7634a41354f1a03cf5222 Mon Sep 17 00:00:00 2001 From: Christophe Betoule Date: Mon, 20 Nov 2017 16:50:09 +0100 Subject: [PATCH] Update Testtools to Nitrogen Change-Id: I711495d7b67e8cc7867cbb85863d47f8a638b3b2 Signed-off-by: Christophe Betoule --- tests/netconf | 2 +- tests/start.sh | 2 +- tests/transportpce_tests/test_portmapping.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/netconf b/tests/netconf index dab855ead..b5505bd7a 160000 --- a/tests/netconf +++ b/tests/netconf @@ -1 +1 @@ -Subproject commit dab855eadfc232f85bd281fdcb816cef127f13f0 +Subproject commit b5505bd7a925c66f59687a17d4e0e855f5cb6939 diff --git a/tests/start.sh b/tests/start.sh index 9f0da48b7..827273d40 100755 --- a/tests/start.sh +++ b/tests/start.sh @@ -9,7 +9,7 @@ # opts="${opts} --ssh tcp" # opts="${opts} --notification-file notif.xml" -java -jar ./netconf/netconf/tools/netconf-testtool/target/netconf-testtool-1.3.0-SNAPSHOT-executable.jar \ +java -jar ./netconf/netconf/tools/netconf-testtool/target/netconf-testtool-1.3.1-SNAPSHOT-executable.jar \ --schemas-dir schemas \ --initial-config-xml-file sample-config-ROADM.xml \ ${opts} diff --git a/tests/transportpce_tests/test_portmapping.py b/tests/transportpce_tests/test_portmapping.py index 4e9c3904e..f386abf0d 100644 --- a/tests/transportpce_tests/test_portmapping.py +++ b/tests/transportpce_tests/test_portmapping.py @@ -1,4 +1,5 @@ #!/usr/bin/env python + ############################################################################## #Copyright (c) 2017 Orange, Inc. and others. All rights reserved. # @@ -28,7 +29,7 @@ class TransportPCEtesting(unittest.TestCase): @classmethod def __start_testtools(cls): executable = ("./netconf/netconf/tools/netconf-testtool/target/" - "netconf-testtool-1.3.0-SNAPSHOT-executable.jar") + "netconf-testtool-1.3.1-SNAPSHOT-executable.jar") if os.path.isfile(executable): with open('testtools.log', 'w') as outfile: cls.testtools_process = subprocess.Popen( -- 2.36.6