diff --git a/modules/test/dns/python/src/dns_module.py b/modules/test/dns/python/src/dns_module.py index bc56c3718..37393ca42 100644 --- a/modules/test/dns/python/src/dns_module.py +++ b/modules/test/dns/python/src/dns_module.py @@ -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)