X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftransportpce_tests%2F1.2.1%2Ftest_renderer_service_path_nominal.py;h=807cbde8c7c60852f9ab4c20c5bee533ec515876;hb=34cbca4ad81fbd29e833197f0e4b09128daa8b95;hp=7d0980299fe0ae504c6e923a70426249f17bd288;hpb=8d635b53191d41de2041bd4677df6cc151764093;p=transportpce.git diff --git a/tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py b/tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py index 7d0980299..807cbde8c 100644 --- a/tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py +++ b/tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py @@ -138,13 +138,13 @@ class TransportPCERendererTesting(unittest.TestCase): self.assertIn( {'supporting-port': '1', 'supporting-circuit-pack-name': '1/0/1-PLUG-NET', 'logical-connection-point': 'XPDR1-NETWORK1', 'port-direction': 'bidirectional', - 'associated-lcp': 'XPDR1-CLIENT1', 'port-qual': 'xpdr-network'}, + 'connection-map-lcp': 'XPDR1-CLIENT1', 'port-qual': 'xpdr-network'}, res['nodes'][0]['mapping']) self.assertIn( {'supporting-port': 'C1', 'supporting-circuit-pack-name': '1/0/C1-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['nodes'][0]['mapping']) def test_05_service_path_create(self):