Skip to content

ipv4: test that NM sends DHCPDECLINE and fails connection on getting duplicate...

David Jaša requested to merge dj/ipv4-duplicate-dhcpdecline-v3 into main
  • MR verifies RHBZ 1713380 fix
  • DHCPDECLINE is not visible in tshark.log, however it is visible in dnsmasq's log output
  • the scenario could be beautified by a new step that would load nftables ruleset at once and register it for cleanup after scenario but let's keep that for some future MR
  • MR is based on !1099 (merged) so that state of other namespaces is visible and tshark and dnsmasq logs are embedded on failure (commits regarding nmci/ctx.py and nmci.tags.py are actually in that MR)
  • the scenario could use some parametrization so it is run for all dhclient= options

Merge request reports