Lines Matching refs:NTP

2 Documentation                NTP configuration and verification
22 Verify NTP Server Set
23 [Documentation] Patch NTP servers and verify NTP servers is set.
25 [Setup] Set NTP state ${True}
28 ... body={'NTP':{'NTPServers': ['${ntp_server_1}', '${ntp_server_2}']}}
31 # NTP network take few seconds to reload.
32 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated
35 Verify NTP Server Value Not Duplicated
36 [Documentation] Verify NTP servers value not same for both primary and secondary server.
40 ... body={'NTP':{'NTPServers': ['${ntp_server_1}', '${ntp_server_1}']}}
43 Should Contain X Times ${network_protocol["NTP"]["NTPServers"]} ${ntp_server_1} 1
44 ... msg=NTP primary and secondary server values should not be same.
47 Verify NTP Server Setting Persist After BMC Reboot
48 [Documentation] Verify NTP server setting persist after BMC reboot.
50 [Setup] Set NTP state ${True}
53 ... body={'NTP':{'NTPServers': ['${ntp_server_1}', '${ntp_server_2}']}}
58 # NTP network take few seconds to reload.
59 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated
62 Verify Enable NTP
63 [Documentation] Verify NTP protocol mode can be enabled.
64 [Teardown] Restore NTP Mode
67 # The following patch command should set the ["NTP"]["ProtocolEnabled"] property to "True".
68 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
72 ${ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
76 Verify Disable NTP
77 [Documentation] Verify NTP protocol mode can be disabled.
78 [Teardown] Restore NTP Mode
81 # The following patch command should set the ["NTP"]["ProtocolEnabled"] property to "False".
82 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
86 ${ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
90 Verify Set DateTime With NTP Enabled
91 [Documentation] Verify whether set managers dateTime is restricted with NTP enabled.
94 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
96 ${ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
110 Get NTP Initial Status
114 ... Enable NTP And Add NTP Address
120 ... body={'NTP':{'NTPServers': ['${EMPTY}', '${EMPTY}']}}
122 Restore NTP Status