Files
tobiko/releasenotes/notes/Add-DHCP-background-test-33514d2fd5ed5d0f.yaml
Slawek Kaplonski ed81b889fa Add background DHCP service test
This new background tests runs simple bash script in the guest VM and,
using nmap's script sends DHCP request to check if there will be DHCP
offer send back.

Related: #TOBIKO-138
Change-Id: Ied73c1142ab17533a9240fa53cde978354909bb8
2025-06-16 13:22:05 +02:00

9 lines
322 B
YAML

---
features:
- |
New background ``dhcp ping`` test was added. This new test runs simple bash
script in the guest VM and sends DHCP request periodically to make sure DHCP
server replies with the IP address offered.
The ``dhcp ping`` background test requires ``nmap`` to be installed in the
guest VM.