diff options
Diffstat (limited to 'test/test_srmpls.py')
-rw-r--r-- | test/test_srmpls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_srmpls.py b/test/test_srmpls.py index cb47328a7c9..b9abeaeffec 100644 --- a/test/test_srmpls.py +++ b/test/test_srmpls.py @@ -84,7 +84,6 @@ class TestSRMPLS(VppTestCase): for i in self.pg_interfaces: i.unconfig_ip4() i.unconfig_ip6() - i.ip6_disable() i.disable_mpls() i.admin_down() super(TestSRMPLS, self).tearDown() |