From b8e7666a47cf983f2f29329d82bf1554b5a0e6ec Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Mon, 6 Jan 2025 14:55:02 +0000 Subject: [PATCH] Allow NTPv3 packets --- modules/test/ntp/python/src/ntp_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: