diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-04-28 17:02:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-28 17:02:01 +0200 |
| commit | 700a4f624f9388b23a749e2bd3aeb31cc1043171 (patch) | |
| tree | 114f57a73306f99d525bfb1d313e0ca9ecc46091 /smoketest/scripts/cli | |
| parent | 9c8f3d15cd8ba9f3e0ecdfe7081f7f2d13a59453 (diff) | |
| parent | 48fa8d1179ab9bff060c2ef4efb798370fd5da15 (diff) | |
| download | vyos-1x-700a4f624f9388b23a749e2bd3aeb31cc1043171.tar.gz vyos-1x-700a4f624f9388b23a749e2bd3aeb31cc1043171.zip | |
Merge pull request #5153 from sarthurdev/T8586
kea: T8586: Skip static mappings without match criteria
Diffstat (limited to 'smoketest/scripts/cli')
| -rwxr-xr-x | smoketest/scripts/cli/test_service_dhcp-server.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_service_dhcp-server.py b/smoketest/scripts/cli/test_service_dhcp-server.py index f1929b71e..47e26fc84 100755 --- a/smoketest/scripts/cli/test_service_dhcp-server.py +++ b/smoketest/scripts/cli/test_service_dhcp-server.py @@ -664,6 +664,9 @@ class TestServiceDHCPServer(VyOSUnitTestSHIM.TestCase): self.cli_delete(pool + ['static-mapping', 'dupe3']) self.cli_delete(pool + ['static-mapping', 'dupe4']) + # Create blank static mapping, will not be present in resulting config + self.cli_set(pool + ['static-mapping', 'blank']) + # commit changes self.cli_commit() |
