| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_network_protocol.robot | 2 Documentation NTP configuration and verification 23 Verify NTP Server Set 24 [Documentation] Patch NTP servers and verify NTP servers is set. 26 [Setup] Set NTP state ${True} 29 ... body={'NTP':{'NTPServers': ['${ntp_server_1}', '${ntp_server_2}']}} 32 # NTP network take few seconds to reload. 33 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated 36 Verify NTP Server Value Not Duplicated 37 [Documentation] Verify NTP servers value not same for both primary and secondary server. 41 ... body={'NTP':{'NTPServers': ['${ntp_server_1}', '${ntp_server_1}']}} [all …]
|
| H A D | test_bmc_protocol_settings.robot | 171 Enable NTP Protocol And Verify 172 [Documentation] Enable NTP protocol and verify. 175 Enable NTP Protocol ${True} 177 # Check if NTP is really enabled via Redfish. 178 Verify NTP Protocol State ${True} 181 Disable NTP Protocol And Verify 182 [Documentation] Disable NTP protocol and verify. 185 # Disable NTP interface. 186 Enable NTP Protocol ${False} 188 # Check if NTP is really disabled via Redfish. [all …]
|
| H A D | test_managers_bmc.robot | 169 [Setup] Run Keywords Update NTP Test Initial Status AND 170 ... Set NTP state ${TRUE} 171 [Teardown] Restore NTP Status 261 Update NTP Test Initial Status 262 [Documentation] Update the initial status of NTP. 265 ${original_ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP 269 Set NTP state 270 [Documentation] Set NTP service inactive. 274 # state NTP protocol enabled state (e.g. True, False). 277 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}} [all …]
|
| H A D | test_managers_bmc_time.robot | 120 Get NTP Initial Status 123 IF ${year_status} == False Enable NTP And Add NTP Address 131 Restore NTP Status
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_date_and_time_utils.robot | 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. [all …]
|
| H A D | protocol_setting_utils.robot | 77 # "NTP": { 118 Enable NTP Protocol 119 [Documentation] Enable or disable NTP protocol. 123 # enable_value Enable or disable NTP, e.g. (true, false). 126 ${data}= Create Dictionary NTP=${ntp_state} 160 Verify NTP Protocol State 161 [Documentation] verify NTP protocol state. 165 # state Enable or disable NTP, e.g. (true, false) 168 Should Be Equal As Strings ${resp.dict['NTP']['ProtocolEnabled']} ${state}
|
| H A D | resource.robot | 176 # NTP Server Address 177 # NTP Address needs to be given as an list. 179 # 1 NTP Address - 14.139.60.103 180 # 2 NTP Address - 14.139.60.103 14.139.60.106
|
| /openbmc/openbmc/meta-google/recipes-google/systemd/files/ |
| H A D | 40-gbmc-time.conf | 7 NTP=2001:4860:4806:: 8 NTP=2001:4860:4806:4:: 9 NTP=2001:4860:4806:8:: 10 NTP=2001:4860:4806:c::
|
| /openbmc/phosphor-time-manager/ |
| H A D | README.md | 78 - NTP: The time is set via NTP server. 85 | NTP | Fail to set | 88 - To set an NTP [server](https://tf.nist.gov/tf-cgi/servers.cgi): 103 - To go into NTP mode 109 TimeSyncMethod s "xyz.openbmc_project.Time.Synchronization.Method.NTP" 113 '{"data": "xyz.openbmc_project.Time.Synchronization.Method.NTP" }' \ 117 ### Special note on changing NTP setting 120 new beahvior that it checks the NTP services' status during setting time, 121 instead of checking the NTP setting: 123 - When NTP server is set to disabled, and the NTP service is stopping but not
|
| H A D | manager.cpp | 51 bool oldNtpMode = (Mode::NTP == getTimeMode()); in onPropertyChanged() 105 bool oldNtpMode = (Mode::NTP == getTimeMode()); in onTimedateChanged()
|
| H A D | meson.options | 22 choices: ['Mode::Manual', 'Mode::NTP'],
|
| /openbmc/webui-vue/src/store/modules/Settings/ |
| H A D | DateTimeStore.js | 24 const ntpServers = response.data.NTP.NTPServers; 25 const isNtpProtocolEnabled = response.data.NTP.ProtocolEnabled; 35 NTP: { class in DateTimeStore.actions.updateDateTime.ntpData 40 ntpData.NTP.NTPServers = dateTimeForm.ntpServersArray;
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_date_and_time_sub_menu.robot | 44 Page Should Contain If NTP is selected but an NTP server is not given or the 45 ... given NTP server is not reachable, then time.google.com will be used. 149 Verify NTP Server Input Fields In Date And Time Page 150 [Documentation] Verify NTP server input fields in date and time page. 161 # Refresh the NTP Page. 203 Verify Changing BMC Time From NTP To Manual 204 [Documentation] Verify that BMC time can be changed from NTP to 209 # Add NTP server for BMC time to sync. 229 # Refresh the NTP Page. 238 Verify Moving From Manual To NTP [all …]
|
| /openbmc/phosphor-time-manager/test/ |
| H A D | TestUtils.cpp | 18 EXPECT_EQ(Mode::NTP, in TEST() 35 modeToStr(Mode::NTP)); in TEST()
|
| H A D | TestBmcEpoch.cpp | 45 bmcEpoch->onModeChanged(Mode::NTP); in TEST_F() 46 EXPECT_EQ(Mode::NTP, manager.getTimeMode()); in TEST_F()
|
| H A D | TestManager.cpp | 38 EXPECT_EQ(Mode::NTP, manager.getTimeMode()); in TEST_F()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | NTP-0 | 1 NTP No Attribution (NTP-0)
|
| H A D | NTP | 2 NTP License (NTP)
|
| /openbmc/u-boot/doc/ |
| H A D | README.SNTP | 4 The "sntp" command gets network time from NTP time server and 16 2. Only the 1st NTP server IP, in the option ntp-servers of DHCP, will
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | manager.hpp | 55 NTP, enumerator 115 {DateTimeSource::NTP, "NTP"},
|
| H A D | log_service.hpp | 53 NTP, enumerator 150 {SyslogFacility::NTP, "NTP"},
|
| H A D | event_destination.hpp | 97 NTP, enumerator 198 {SyslogFacility::NTP, "NTP"},
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-ntplib_0.4.0.bb | 1 DESCRIPTION = "This module offers a simple interface to query NTP servers from Python."
|
| /openbmc/docs/ |
| H A D | REST-cheatsheet.md | 187 - Set NTP and Nameserver: 190 - NTP Server: 208 introduces a new beahvior that it checks the NTP services' status during 209 setting time, instead of checking the NTP setting: 211 -When NTP server is set to disabled, and the NTP service is stopping but not 239 …son" -X PUT -d '{"data": "xyz.openbmc_project.Time.Synchronization.Method.NTP" }' https://${bmc}/…
|
| H A D | REDFISH-cheatsheet.md | 194 ## Enable NTP 196 Add a NTP Server 199 …son" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtocol -d '{"NTP":{"NTPServers":["ti… 202 Now enable NTP 205 …son" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtocol -d '{"NTP":{"ProtocolEnabled"…
|