commit | 0b1bd9df33c02585e3be2fe048e5427b9574b699 | [log] [tgz] |
---|---|---|
author | Mohsin Kazmi <sykazmi@cisco.com> | Thu Oct 03 23:18:17 2024 +0000 |
committer | Beno�t Ganne <bganne@cisco.com> | Mon Oct 07 08:39:23 2024 +0000 |
tree | bf3e5d8094eaf47d7ac56a094fc3a828ec7bbe4d | |
parent | 28955ceb8bb95ae05f5fce78ed3e9fec7e4bede6 [diff] [blame] |
pg: add support to delete pg interface Type: improvement Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com> Change-Id: I3102fded415c644673fb79a0fdb7a7448ce20f26
diff --git a/test/test_pg.py b/test/test_pg.py index da3b225..14e149b 100644 --- a/test/test_pg.py +++ b/test/test_pg.py
@@ -38,6 +38,7 @@ 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):