Update Lighty baseUrl to RFC8040
[transportpce.git] / tests / transportpce_tests / 7.1 / test03_renderer_or_modes.py
index b8173c2aa06e36c1fc651bd323321ea86766d421..c3d0490a1478bb6c63dfe8cb8ae5a1cd0742cbeb 100644 (file)
@@ -35,7 +35,7 @@ class TransportPCE400GPortMappingTesting(unittest.TestCase):
                            "port-direction": "bidirectional",
                            "port-qual": "xpdr-network",
                            "supporting-circuit-pack-name": "1/1/4-PLUG-NET",
-                           "xponder-type": "tpdr",
+                           "xpdr-type": "tpdr",
                            "port-admin-state": "InService",
                            "port-oper-state": "InService"}
     CLIENT_CAPABILITIES = ["org-openroadm-port-types:if-100GE",
@@ -58,7 +58,7 @@ class TransportPCE400GPortMappingTesting(unittest.TestCase):
     def setUp(self):
         # pylint: disable=consider-using-f-string
         print("execution of {}".format(self.id().split(".")[-1]))
-        time.sleep(10)
+        time.sleep(2)
 
     def test_01_xpdr_device_connection(self):
         response = test_utils.mount_device("XPDR-A2",
@@ -601,7 +601,7 @@ class TransportPCE400GPortMappingTesting(unittest.TestCase):
         self.NETWORK1_CHECK_DICT["logical-connection-point"] = "XPDR2-NETWORK1"
         self.NETWORK1_CHECK_DICT["supporting-circuit-pack-name"] = "1/2/2-PLUG-NET"
         self.NETWORK1_CHECK_DICT["port-qual"] = "switch-network"
-        self.NETWORK1_CHECK_DICT["xponder-type"] = "mpdr"
+        self.NETWORK1_CHECK_DICT["xpdr-type"] = "mpdr"
         self.NETWORK1_CHECK_DICT["lcp-hash-val"] = "LY9PxYJqUbw="
 
     def test_33_get_portmapping_network1(self):