diff --git a/modules/test/ntp/python/src/ntp_module.py b/modules/test/ntp/python/src/ntp_module.py index 33729a8d1..a907d2d64 100644 --- a/modules/test/ntp/python/src/ntp_module.py +++ b/modules/test/ntp/python/src/ntp_module.py @@ -276,7 +276,7 @@ def _ntp_network_ntp_support(self): result = False, 'Device has not sent any NTP requests' if device_sends_ntp3 and device_sends_ntp4: - result = False, ('Device sent NTPv3 and NTPv4 packets') + result = True, ('Device sent NTPv3 and NTPv4 packets') elif device_sends_ntp3: result = False, ('Device sent NTPv3 packets') elif device_sends_ntp4: