Add support for Debian 12 #752
Annotations
3 warnings
Run tests:
spec/acceptance/basic_spec.rb#L40
Simple installation Command "dhcping -c 172.17.0.2 -h 02:42:ac:11:00:02 -s 172.17.0.2" stdout is expected to match "Got answer from: 172.17.0.2"
Failure/Error: is_expected.to match("Got answer from: #{ip}")
expected "" to match "Got answer from: 172.17.0.2"
|
Run tests:
spec/acceptance/nameservers_spec.rb#L36
with empty nameservers list Command "dhcping -c 172.17.0.2 -h 02:42:ac:11:00:02 -s 172.17.0.2" stdout is expected to match "Got answer from: 172.17.0.2"
Failure/Error: is_expected.to match("Got answer from: #{ip}")
expected "" to match "Got answer from: 172.17.0.2"
|
Run tests:
spec/acceptance/nameservers_spec.rb#L75
with a non-empty nameservers list Command "dhcping -c 172.17.0.2 -h 02:42:ac:11:00:02 -s 172.17.0.2" stdout is expected to match "Got answer from: 172.17.0.2"
Failure/Error: is_expected.to match("Got answer from: #{ip}")
expected "" to match "Got answer from: 172.17.0.2"
|
Loading