SH-Renderer API code to handle OTN Step 1
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_portmapping.py
index 73015c209a00a904ccacd1589a696a26fc60750b..b0f4a11d0aab9a274d522bb9257c5c22bfd335c4 100644 (file)
@@ -169,7 +169,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
              'supporting-port': '1', 'supporting-circuit-pack-name': '1/0/1-PLUG-NET',
              'logical-connection-point': 'XPDR1-NETWORK1', 'port-qual': 'xpdr-network',
              'port-direction': 'bidirectional', 'connection-map-lcp': 'XPDR1-CLIENT1',
-             'lcp-hash-val': 'e54EtOovlcE='},
+             'lcp-hash-val': 'AMkDwQ7xTmRI'},
             res['mapping'])
 
     def test_12_xpdr_portmapping_NETWORK2(self):
@@ -185,7 +185,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
              'supporting-port': '1', 'supporting-circuit-pack-name': '1/0/2-PLUG-NET',
              'logical-connection-point': 'XPDR1-NETWORK2', 'port-direction': 'bidirectional',
              'connection-map-lcp': 'XPDR1-CLIENT2', 'port-qual': 'xpdr-network',
-             'lcp-hash-val': 'e54EtOovlcI='},
+             'lcp-hash-val': 'AMkDwQ7xTmRL'},
             res['mapping'])
 
     def test_13_xpdr_portmapping_CLIENT1(self):
@@ -202,7 +202,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
              'supporting-circuit-pack-name': '1/0/1-PLUG-CLIENT',
              'logical-connection-point': 'XPDR1-CLIENT1', 'port-direction': 'bidirectional',
              'connection-map-lcp': 'XPDR1-NETWORK1', 'port-qual': 'xpdr-client',
-             'lcp-hash-val': 'BIyxYXnFEFA='},
+             'lcp-hash-val': 'AJUUr6I5fALj'},
             res['mapping'])
 
     def test_14_xpdr_portmapping_CLIENT2(self):
@@ -219,7 +219,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
              'supporting-circuit-pack-name': '1/0/2-PLUG-CLIENT',
              'logical-connection-point': 'XPDR1-CLIENT2', 'port-direction': 'bidirectional',
              'connection-map-lcp': 'XPDR1-NETWORK2', 'port-qual': 'xpdr-client',
-             'lcp-hash-val': 'BIyxYXnFEFM='},
+             'lcp-hash-val': 'AJUUr6I5fALg'},
             res['mapping'])
 
     def test_15_xpdr_device_disconnection(self):