Skip to content
Merged
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
24 changes: 0 additions & 24 deletions modules/ui/src/app/mocks/testrun.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ export const TEST_DATA_RESULT: IResult[] = [
result: 'Not Started',
required_result: RequiredResult.RequiredIfApplicable,
},
{
name: 'dns.mdns',
description: 'Does the device has MDNS (or any kind of IP multicast)',
result: 'Not Started',
},
];

export const TEST_DATA_RESULT_WITH_RECOMMENDATIONS: IResult[] = [
Expand Down Expand Up @@ -86,25 +81,6 @@ export const TEST_DATA_RESULT_WITH_ERROR: IResult[] = [
},
];

export const TEST_DATA_RESULT_WITH_ERROR: IResult[] = [
{
name: 'dns.network.hostname_resolution',
description: 'The device should resolve hostnames',
result: 'Compliant',
},
{
name: 'dns.network.from_dhcp',
description:
'The device should use the DNS server provided by the DHCP server',
result: 'Error',
},
{
name: 'dns.mdns',
description: 'Does the device has MDNS (or any kind of IP multicast)',
result: 'Not Started',
},
];

export const TEST_DATA_TABLE_RESULT: IResult[] = [
...TEST_DATA_RESULT,
...new Array(23).fill(null).map(() => ({}) as IResult),
Expand Down
Loading