X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_mpls.py;h=2c40e8d198e9cb3e15c190f93704213cc7b45e03;hb=c3cb2075d;hp=f0c3b0f3b952b410974a08cc9979a2742fcf1819;hpb=8dc0d488e62323a6f2814a74130934f5ed2bf724;p=vpp.git diff --git a/test/test_mpls.py b/test/test_mpls.py index f0c3b0f3b95..2c40e8d198e 100644 --- a/test/test_mpls.py +++ b/test/test_mpls.py @@ -1594,6 +1594,10 @@ class TestMPLSDisabled(VppTestCase): def test_mpls_disabled(self): """ MPLS Disabled """ + self.logger.info(self.vapi.cli("show mpls interface")) + self.logger.info(self.vapi.cli("show mpls interface pg1")) + self.logger.info(self.vapi.cli("show mpls interface pg0")) + tx = (Ether(src=self.pg1.remote_mac, dst=self.pg1.local_mac) / MPLS(label=32, ttl=64) / @@ -1620,6 +1624,9 @@ class TestMPLSDisabled(VppTestCase): # self.pg1.enable_mpls() + self.logger.info(self.vapi.cli("show mpls interface")) + self.logger.info(self.vapi.cli("show mpls interface pg1")) + # # Now we get packets through #