Update Testtools to Nitrogen
[transportpce.git] / tests / transportpce_tests / test_portmapping.py
index 4e9c3904ec57710d3147c9071fe31ecfe77d1ed7..f386abf0db94239d7292f671075c2c02b4dcd457 100644 (file)
@@ -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(