Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/test/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Within the ```python/src``` directory, the below tests are executed.
|---|---|---|---|
| dns.network.hostname_resolution | Verifies that the device resolves hostnames | The device sends DNS requests | Required |
| dns.network.from_dhcp | Verifies that the device allows for a DNS server to be provided by the DHCP server | The device sends DNS requests to the DNS server provided by the DHCP server | Informational |
| dns.mdns | Does the device has MDNS (or any kind of IP multicast) | Device may send MDNS requests | Informational |
| dns.mdns | Does the device has MDNS | Device may send MDNS requests | Informational |
4 changes: 2 additions & 2 deletions modules/ui/src/app/mocks/testrun.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const TEST_DATA_RESULT: IResult[] = [
},
{
name: 'dns.mdns',
description: 'Does the device has MDNS (or any kind of IP multicast)',
description: 'Does the device has MDNS',
result: 'Not Started',
required_result: RequiredResult.RequiredIfApplicable,
},
Expand Down Expand Up @@ -75,7 +75,7 @@ export const TEST_DATA_RESULT_WITH_ERROR: IResult[] = [
},
{
name: 'dns.mdns',
description: 'Does the device has MDNS (or any kind of IP multicast)',
description: 'Does the device has MDNS ',
result: 'Not Started',
required_result: RequiredResult.Required,
},
Expand Down