SH-Renderer API code to handle OTN Step 1
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_renderer_service_path_nominal.py
index 32c31786eda59235c27c2c8d1154b1587d6cbdde..5d4e55931e8ef7732e85862182be874531316ba8 100644 (file)
@@ -73,14 +73,14 @@ class TransportPCERendererTesting(unittest.TestCase):
             {'supporting-port': '1', 'supporting-circuit-pack-name': '1/0/1-PLUG-NET',
              'logical-connection-point': 'XPDR1-NETWORK1', 'port-direction': 'bidirectional',
              'connection-map-lcp': 'XPDR1-CLIENT1', 'port-qual': 'xpdr-network',
-             'lcp-hash-val': 'APdT8Jzj+EVC'},
+             'lcp-hash-val': 'OSvMgUyP+mE='},
             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',
              'connection-map-lcp': 'XPDR1-NETWORK1', 'port-qual': 'xpdr-client',
-             'lcp-hash-val': 'UHyVf5o4TF0='},
+             'lcp-hash-val': 'AO9UFkY/TLYw'},
             res['nodes'][0]['mapping'])
 
     def test_05_service_path_create(self):