Skip to content

Commit

Permalink
T6773: dhcp-server: ddns: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abukharov committed Jan 20, 2025
1 parent 70e5169 commit f653392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/scripts/cli/test_service_dhcp-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def test_dhcp_dynamic_dns_update(self):
self.cli_set(pool + ['range', '0', 'start', range_0_start])
self.cli_set(pool + ['range', '0', 'stop', range_0_stop])

self.cli_set(pool + ['dynamic-dns-update', 'send-updates'])
self.cli_set(pool + ['dynamic-dns-update', 'send-updates', 'enable'])
self.cli_set(pool + ['dynamic-dns-update', 'generated-prefix', 'myfunnyprefix'])
self.cli_set(pool + ['dynamic-dns-update', 'qualifying-suffix', 'suffix.lan'])
self.cli_set(pool + ['dynamic-dns-update', 'hostname-char-set', 'xXyYzZ'])
Expand Down

0 comments on commit f653392

Please sign in to comment.