summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_snmp_mplsl3vpn
diff options
context:
space:
mode:
authorY Bharath <y.bharath@samsung.com>2024-06-19 09:21:05 +0200
committerY Bharath <y.bharath@samsung.com>2024-07-15 09:39:32 +0200
commit5b06a17715c63f7639640a97be338ace8fc76f79 (patch)
tree2846ad24816fde67523c45ca021d5ffe3e356f27 /tests/topotests/bgp_snmp_mplsl3vpn
parentMerge pull request #16350 from raja-rajasekar/rajasekarr/table_id_for_2vrf_39... (diff)
downloadfrr-5b06a17715c63f7639640a97be338ace8fc76f79.tar.xz
frr-5b06a17715c63f7639640a97be338ace8fc76f79.zip
tests: Refactoring FRR test suites
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/bgp_snmp_mplsl3vpn')
-rwxr-xr-xtests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py b/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py
index 0131e1257..09eef5133 100755
--- a/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py
@@ -325,7 +325,6 @@ def router_interface_get_ifindex(router, interface):
def generate_vrf_ifindex_oid(vrf, ifindex):
-
intoid = snmp_uint32_to_oid(int(ifindex))
vrfoid = snmp_str_to_oid(vrf)
oid = "{}.{}".format(vrfoid, intoid)