diff options
Diffstat (limited to 'test/test_sixrd.py')
-rw-r--r-- | test/test_sixrd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_sixrd.py b/test/test_sixrd.py index cb2f6799461..24ff74b8d1c 100644 --- a/test/test_sixrd.py +++ b/test/test_sixrd.py @@ -56,6 +56,7 @@ class Test6RD(VppTestCase): i.unconfig_ip6() i.set_table_ip4(0) i.set_table_ip6(0) + i.admin_down() super(Test6RD, self).tearDown() def validate_6in4(self, rx, expected): |