diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2024-10-03 23:18:17 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2024-10-07 08:39:23 +0000 |
commit | 0b1bd9df33c02585e3be2fe048e5427b9574b699 (patch) | |
tree | bf3e5d8094eaf47d7ac56a094fc3a828ec7bbe4d /test/test_pg.py | |
parent | 28955ceb8bb95ae05f5fce78ed3e9fec7e4bede6 (diff) |
pg: add support to delete pg interface
Type: improvement
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Change-Id: I3102fded415c644673fb79a0fdb7a7448ce20f26
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): |