Update testtool version in tests folder
[transportpce.git] / tests / transportpce_tests / test_portmapping.py
index a880ea80dca42a086ee450c178d99d50179843ca..296b7963cf75506a81945878df77eea164cef919 100644 (file)
@@ -25,7 +25,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
     testtools_process1 = None
     testtools_process2 = None
     odl_process = None
-    restconf_baseurl = "http://127.0.0.1:8181/restconf"
+    restconf_baseurl = "http://localhost:8181/restconf"
 
     @classmethod
     def __start_testtools(cls):