X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F2.2.1%2Ftest04_otn_topology.py;fp=tests%2Ftransportpce_tests%2F2.2.1%2Ftest04_otn_topology.py;h=41b1f65b045ee05e4a54b79ab4afd9e7e87b6358;hb=80c1e9a96ad3e992fb6504463ce1eaacd1e5a7e9;hp=5e9b3b85802177a2312be8aa485c03ff7a5eefc1;hpb=37dd5aeef844a7f37cfd70589670c5bacbbe1645;p=transportpce.git diff --git a/tests/transportpce_tests/2.2.1/test04_otn_topology.py b/tests/transportpce_tests/2.2.1/test04_otn_topology.py index 5e9b3b858..41b1f65b0 100644 --- a/tests/transportpce_tests/2.2.1/test04_otn_topology.py +++ b/tests/transportpce_tests/2.2.1/test04_otn_topology.py @@ -185,6 +185,7 @@ class TransportPCEtesting(unittest.TestCase): tpId = res['network'][0]['node'][i]['ietf-network-topology:termination-point'][j]['tp-id'] if tpType == 'XPONDER-CLIENT': client += 1 + # pylint: disable=consider-using-f-string print("tpId = {}".format(tpId)) print("tp= {}".format(res['network'][0]['node'][i] ['ietf-network-topology:termination-point'][j]))