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
4 changes: 2 additions & 2 deletions modules/test/dns/python/src/dns_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def _dns_network_from_dhcp(self):
result = None, 'No DNS traffic detected from the device'
return result

def _dns_network_from_device(self):
LOGGER.info('Running dns.network.from_device')
def _dns_network_hostname_resolution(self):
LOGGER.info('Running dns.network.hostname_resolution')
result = None
LOGGER.info('Checking DNS traffic from device: ' + self._device_mac)

Expand Down