diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-11-06 21:28:42 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-11-06 21:28:42 +0100 |
| commit | c0deb11a5c0e678f1a2b3d4b34d3ee40db6478dc (patch) | |
| tree | 59904f7c8b1f6d8d189613d07f2f4146358fb804 /smoketest/scripts/cli/test_vrf.py | |
| parent | 71591b72493da9fa55e41e1b7c175ec95d8addf9 (diff) | |
| download | vyos-1x-c0deb11a5c0e678f1a2b3d4b34d3ee40db6478dc.tar.gz vyos-1x-c0deb11a5c0e678f1a2b3d4b34d3ee40db6478dc.zip | |
smoketest: T7996: vrf CLI path is always deleted in tearDown()
Diffstat (limited to 'smoketest/scripts/cli/test_vrf.py')
| -rwxr-xr-x | smoketest/scripts/cli/test_vrf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_vrf.py b/smoketest/scripts/cli/test_vrf.py index 456295b49..0c77e899d 100755 --- a/smoketest/scripts/cli/test_vrf.py +++ b/smoketest/scripts/cli/test_vrf.py @@ -834,7 +834,6 @@ class VRFTest(VyOSUnitTestSHIM.TestCase): self.cli_delete(['interfaces', 'virtual-ethernet']) self.cli_delete(['service', 'dhcp-server']) - self.cli_delete(['vrf', 'name', vrf_name]) def test_dhcpv6_single_pool(self): # Prepare the vrf and other options |
