Port-mapping to support regen capabilities
[transportpce.git] / tests / transportpce_tests / 7.1 / test03_renderer_or_modes.py
index 2592457856fb28d96885455c69b9a162758d9326..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",
@@ -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):