X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F2.2.1%2Ftest08_otn_sh_renderer.py;h=87e459063bf348a1e12603979a015c23fb264e87;hb=b5ee86a522ce3cf5c6216f10647edb08b31c72e9;hp=18c4516287c2d39d57d8a44cd3f4f99b0a15aa96;hpb=2c49b4f9dbd9f39543551003c92be4ab57a8e106;p=transportpce.git diff --git a/tests/transportpce_tests/2.2.1/test08_otn_sh_renderer.py b/tests/transportpce_tests/2.2.1/test08_otn_sh_renderer.py index 18c451628..87e459063 100644 --- a/tests/transportpce_tests/2.2.1/test08_otn_sh_renderer.py +++ b/tests/transportpce_tests/2.2.1/test08_otn_sh_renderer.py @@ -207,10 +207,10 @@ class TransportPCEtesting(unittest.TestCase): 'type': 'org-openroadm-interfaces:otnOtu', 'supporting-port': 'CP1-CFP0-P1' } - input_dict_2 = {'tx-dapi': 'fuYZwEO660g=', - 'expected-sapi': 'fuYZwEO660g=', - 'tx-sapi': 'Swfw02qXGyI=', - 'expected-dapi': 'Swfw02qXGyI=', + input_dict_2 = {'tx-dapi': 'AMf1n5hK6Xkk', + 'expected-sapi': 'AMf1n5hK6Xkk', + 'tx-sapi': 'H/OelLynehI=', + 'expected-dapi': 'H/OelLynehI=', 'rate': 'org-openroadm-otn-common-types:OTU4', 'fec': 'scfec' } @@ -250,10 +250,10 @@ class TransportPCEtesting(unittest.TestCase): 'type': 'org-openroadm-interfaces:otnOtu', 'supporting-port': 'CP1-CFP0-P1' } - input_dict_2 = {'tx-dapi': 'Swfw02qXGyI=', - 'expected-sapi': 'Swfw02qXGyI=', - 'tx-sapi': 'fuYZwEO660g=', - 'expected-dapi': 'fuYZwEO660g=', + input_dict_2 = {'tx-dapi': 'H/OelLynehI=', + 'expected-sapi': 'H/OelLynehI=', + 'tx-sapi': 'AMf1n5hK6Xkk', + 'expected-dapi': 'AMf1n5hK6Xkk', 'rate': 'org-openroadm-otn-common-types:OTU4', 'fec': 'scfec' } @@ -384,10 +384,10 @@ class TransportPCEtesting(unittest.TestCase): # SAPI/DAPI are added in the Otu4 renderer input_dict_2 = {'odu-function': 'org-openroadm-otn-common-types:ODU-TTP', 'rate': 'org-openroadm-otn-common-types:ODU4', - 'expected-dapi': 'Swfw02qXGyI=', - 'expected-sapi': 'fuYZwEO660g=', - 'tx-dapi': 'fuYZwEO660g=', - 'tx-sapi': 'Swfw02qXGyI='} + 'expected-dapi': 'H/OelLynehI=', + 'expected-sapi': 'AMf1n5hK6Xkk', + 'tx-dapi': 'AMf1n5hK6Xkk', + 'tx-sapi': 'H/OelLynehI='} self.assertDictEqual(dict(input_dict_1, **res['interface'][0]), res['interface'][0]) @@ -412,10 +412,10 @@ class TransportPCEtesting(unittest.TestCase): # SAPI/DAPI are added in the Otu4 renderer input_dict_2 = {'odu-function': 'org-openroadm-otn-common-types:ODU-TTP', 'rate': 'org-openroadm-otn-common-types:ODU4', - 'tx-sapi': 'fuYZwEO660g=', - 'tx-dapi': 'Swfw02qXGyI=', - 'expected-sapi': 'Swfw02qXGyI=', - 'expected-dapi': 'fuYZwEO660g=' + 'tx-sapi': 'AMf1n5hK6Xkk', + 'tx-dapi': 'H/OelLynehI=', + 'expected-sapi': 'H/OelLynehI=', + 'expected-dapi': 'AMf1n5hK6Xkk' } self.assertDictEqual(dict(input_dict_1, **res['interface'][0]), res['interface'][0])