]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgp_l3vpn_to_bgp_vrf: collect iproute2 package into
authorLou Berger <lberger@labn.net>
Tue, 6 Feb 2018 13:40:51 +0000 (08:40 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
Signed-off-by: Lou Berger <lberger@labn.net>
tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py

index b262d7f4995bbaf109bfef293be15e73fd42b3f6..6a5af3d3f36b08ac346a282077794fc21a33ea0f 100644 (file)
@@ -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',