kernelkit / infix

Linux :yellow_heart: NETCONF = Infix
https://kernelkit.org
GNU General Public License v2.0
52 stars 12 forks source link

test: combined test of dhcp + ntp + dns #782

Open troglobit opened 2 weeks ago

troglobit commented 2 weeks ago

Purpose

Verify statically configured DNS and NTP servers are not lost when receiving servers from a DHCP server.

Depends on:

Note: the bare bones setup in this test could be useful even before #510 to quickly set up a device for manual verification.

Stages

  1. Set up static IP, DNS, and NTP
    • Verify connectivity
    • Verify DNS resolution
    • Verify NTP sync/server connection
  2. Disable static IP, enable DHCP (allow NTP + DNS options)
    • Verify connectivity
    • Verify DNS resolution
    • Verify NTP sync/server connection