Lines Matching refs:NTP
61 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
84 Set NTP state
85 [Documentation] Set NTP service inactive.
88 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
92 Get NTP Initial Status
93 [Documentation] Get NTP service Status.
95 ${original_ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
99 Restore NTP Status
100 [Documentation] Restore NTP Status.
103 ... Set NTP state ${TRUE}
104 ... ELSE Set NTP state ${FALSE}
107 Verify NTP Servers Are Populated
109 ... and verify if NTP servers are populated.
112 Should Contain ${network_protocol["NTP"]["NTPServers"]} ${ntp_server_1}
113 ... msg=NTP server value ${ntp_server_1} not stored.
114 Should Contain ${network_protocol["NTP"]["NTPServers"]} ${ntp_server_2}
115 ... msg=NTP server value ${ntp_server_2} not stored.
119 …[Documentation] Verify the status of service systemd-timesyncd matches the NTP protocol enabled s…
123 …# expected_sync_status expected status at which NTP protocol enabled will be updated for verifica…
136 Enable NTP And Add NTP Address
137 [Documentation] Enable NTP Protocol and Add NTP Address.
139 Set NTP state ${TRUE}
141 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'NTPServers': ${NTP_SERVER_ADDRESSES}}}
154 Restore NTP Mode
155 [Documentation] Restore the original NTP mode.
159 Print Timen Restore NTP Mode.
161 ... body={'NTP':{'ProtocolEnabled': ${original_ntp["ProtocolEnabled"]}}}