Lines Matching full:ntp
2 Documentation This module provides general keywords for date time and ntp.
62 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
87 Set NTP state
88 [Documentation] Set NTP service inactive.
91 # state NTP protocol state (True/False).
93 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
97 Get NTP Initial Status
98 [Documentation] Get NTP service Status.
100 ${original_ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
104 Restore NTP Status
105 [Documentation] Restore NTP Status.
108 Set NTP state ${TRUE}
110 Set NTP state ${FALSE}
114 Verify NTP Servers Are Populated
116 ... and verify if NTP servers are populated.
119 Should Contain ${network_protocol["NTP"]["NTPServers"]} ${ntp_server_1}
120 ... msg=NTP server value ${ntp_server_1} not stored.
121 Should Contain ${network_protocol["NTP"]["NTPServers"]} ${ntp_server_2}
122 ... msg=NTP server value ${ntp_server_2} not stored.
126 …[Documentation] Verify the status of service systemd-timesyncd matches the NTP protocol enabled s…
130 …# expected_sync_status expected status at which NTP protocol enabled will be updated for verifica…
145 Enable NTP And Add NTP Address
146 [Documentation] Enable NTP Protocol and Add NTP Address.
148 Set NTP state ${TRUE}
150 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'NTPServers': ${NTP_SERVER_ADDRESSES}}}
163 Restore NTP Mode
164 [Documentation] Restore the original NTP mode.
167 Print Timen Restore NTP Mode.
169 ... body={'NTP':{'ProtocolEnabled': ${original_ntp["ProtocolEnabled"]}}}