X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F2.2.1%2Ftest_portmapping.py;h=b5a4e4738da13d6e3e4c4bc7e365db0e7503a697;hp=4b54cb284eae92ee4865c1305c0d3f27c66e71ad;hb=34cbca4ad81fbd29e833197f0e4b09128daa8b95;hpb=8d635b53191d41de2041bd4677df6cc151764093 diff --git a/tests/transportpce_tests/2.2.1/test_portmapping.py b/tests/transportpce_tests/2.2.1/test_portmapping.py index 4b54cb284..b5a4e4738 100644 --- a/tests/transportpce_tests/2.2.1/test_portmapping.py +++ b/tests/transportpce_tests/2.2.1/test_portmapping.py @@ -238,7 +238,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase): self.assertIn( {'supporting-port': '1', 'supporting-circuit-pack-name': '1/0/1-PLUG-NET', 'logical-connection-point': 'XPDR1-NETWORK1', 'port-qual': 'xpdr-network', - 'port-direction': 'bidirectional', 'associated-lcp': 'XPDR1-CLIENT1'}, + 'port-direction': 'bidirectional', 'connection-map-lcp': 'XPDR1-CLIENT1'}, res['mapping']) def test_12_xpdr_portmapping_NETWORK2(self): @@ -253,7 +253,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase): self.assertIn( {'supporting-port': '1', 'supporting-circuit-pack-name': '1/0/2-PLUG-NET', 'logical-connection-point': 'XPDR1-NETWORK2', 'port-direction': 'bidirectional', - 'associated-lcp': 'XPDR1-CLIENT2', 'port-qual': 'xpdr-network'}, + 'connection-map-lcp': 'XPDR1-CLIENT2', 'port-qual': 'xpdr-network'}, res['mapping']) def test_13_xpdr_portmapping_CLIENT1(self): @@ -269,7 +269,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase): {'supporting-port': 'C1', 'supporting-circuit-pack-name': '1/0/1-PLUG-CLIENT', 'logical-connection-point': 'XPDR1-CLIENT1', 'port-direction': 'bidirectional', - 'associated-lcp': 'XPDR1-NETWORK1', 'port-qual': 'xpdr-client'}, + 'connection-map-lcp': 'XPDR1-NETWORK1', 'port-qual': 'xpdr-client'}, res['mapping']) def test_14_xpdr_portmapping_CLIENT2(self): @@ -285,7 +285,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase): {'supporting-port': 'C1', 'supporting-circuit-pack-name': '1/0/2-PLUG-CLIENT', 'logical-connection-point': 'XPDR1-CLIENT2', 'port-direction': 'bidirectional', - 'associated-lcp': 'XPDR1-NETWORK2', 'port-qual': 'xpdr-client'}, + 'connection-map-lcp': 'XPDR1-NETWORK2', 'port-qual': 'xpdr-client'}, res['mapping']) def test_15_xpdr_device_disconnected(self):