From d1f82d97dbc0adf672eab548cce12e36125ec375 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Tue, 6 Feb 2018 08:40:51 -0500 Subject: [PATCH] bgp_l3vpn_to_bgp_vrf: collect iproute2 package into Signed-off-by: Lou Berger --- tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py b/tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py index b262d7f499..6a5af3d3f3 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py @@ -156,6 +156,11 @@ def ltemplatePreRouterStartHook(): intfs = ['lo', 'r2-eth0', 'r2-eth1', 'r2-eth2'] for intf in intfs: doCmd(tgen, 'r2', 'echo 1 > /proc/sys/net/mpls/conf/{}/input'.format(intf)) + #collect/log info on iproute2 + doCmd(tgen, 'r2', 'apt-cache policy iproute2') + doCmd(tgen, 'r2', 'yum info iproute2') + doCmd(tgen, 'r2', 'yum info iproute') + #configure cust1 VRFs & MPLS rtrs = ['r1', 'r3', 'r4'] cmds = ['ip link add cust1 type vrf table 10', -- 2.39.5