summaryrefslogtreecommitdiff
path: root/smoketest/scripts
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2026-04-28 14:26:37 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2026-04-28 14:31:03 +0200
commit48fa8d1179ab9bff060c2ef4efb798370fd5da15 (patch)
treeb9cf30f11706c2b50e3cadb86aea002c158e0d1a /smoketest/scripts
parente834a6d51090b2a9261f80464be05d4984cbcce0 (diff)
downloadvyos-1x-48fa8d1179ab9bff060c2ef4efb798370fd5da15.tar.gz
vyos-1x-48fa8d1179ab9bff060c2ef4efb798370fd5da15.zip
kea: T8586: Skip static mappings without match criteria
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-xsmoketest/scripts/cli/test_service_dhcp-server.py3
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()