diff options
author | Neale Ranns <nranns@cisco.com> | 2017-10-31 12:28:22 -0700 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-11-11 14:23:45 +0000 |
commit | 62fe07c8e30a6ac718fe65528592fe6964d753fa (patch) | |
tree | 21da6b42dbcc372d54c016f8e7cfaf9a0f6a2f70 /test/test_ip4.py | |
parent | bfe470c04a58bceed5ba1892dd97e1708b700685 (diff) |
MPLS disposition actions at the tail of unicast LSPs
Change-Id: I8c42e26152f2ed1246f91b789887bfc923418bdf
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_ip4.py')
-rw-r--r-- | test/test_ip4.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_ip4.py b/test/test_ip4.py index b05635f95ee..12fbced1c26 100644 --- a/test/test_ip4.py +++ b/test/test_ip4.py @@ -1360,7 +1360,6 @@ class TestIPInput(VppTestCase): self.assertEqual(icmp.src, self.pg0.remote_ip4) self.assertEqual(icmp.dst, self.pg1.remote_ip4) - self.logger.error(self.vapi.cli("sh error")) if __name__ == '__main__': unittest.main(testRunner=VppTestRunner) |