diff options
Diffstat (limited to 'test/test_pg.py')
-rw-r--r-- | test/test_pg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pg.py b/test/test_pg.py index da3b2254968..14e149b5bcf 100644 --- a/test/test_pg.py +++ b/test/test_pg.py @@ -38,6 +38,7 @@ class TestPgTun(VppTestCase): for i in self.pg_interfaces: i.unconfig_ip4() i.admin_down() + i.remove_vpp_config() super(TestPgTun, self).tearDown() def test_pg_tun(self): |