-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Describe the bug
The DNS tests falsely return skip and fail, despite there being DNS traffic:
{
"name": "dns.network.hostname_resolution",
"description": "Verify the device sends DNS requests",
"expected_behavior": "The device sends DNS requests.",
"required_result": "Required",
"start": "2023-08-30T11:35:14.802646",
"result": "skipped",
"result_description": "dns.network.hostname_resolution skipped - see result details for more info",
"end": "2023-08-30T11:35:14.802855",
"duration": "0:00:00.000209"
},
{
"name": "dns.network.from_dhcp",
"description": "Verify the device allows for a DNS server to be entered automatically",
"expected_behavior": "The device sends DNS requests to the DNS server provided by the DHCP server",
"required_result": "Roadmap",
"start": "2023-08-30T11:35:14.802881",
"result": "skipped",
"result_details": "No DNS traffic detected from the device",
"result_description": "dns.network.from_dhcp skipped - see result details for more info",
"end": "2023-08-30T11:35:14.915428",
"duration": "0:00:00.112547"
},
Additionally, the message skipped - see result details for more info" is not very helpful as there is no further information
