infix
infix copied to clipboard
test: combined test of dhcp + ntp + dns
Purpose
Verify statically configured DNS and NTP servers are not lost when receiving servers from a DHCP server.
Depends on:
- #510
Note: the bare bones setup in this test could be useful even before #510 to quickly set up a device for manual verification.
Stages
- Set up static IP, DNS, and NTP
- Verify connectivity
- Verify DNS resolution
- Verify NTP sync/server connection
- Disable static IP, enable DHCP (allow NTP + DNS options)
- Verify connectivity
- Verify DNS resolution
- Verify NTP sync/server connection
Tip: the DHCP server_subnets test case can be used for inspiration in this test.