/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_protocol.robot | 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}']}} [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 204 Update NTP Test Initial Status 205 [Documentation] Update the initial status of NTP. 208 ${original_ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP 212 Set NTP state 213 [Documentation] Set NTP service inactive. 217 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}} 221 Restore NTP Status [all …]
|
H A D | test_managers_bmc_time.robot | 120 Get NTP Initial Status 124 ... Enable NTP And Add NTP Address 132 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}}} 85 Set NTP state 86 [Documentation] Set NTP service inactive. 89 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}} 93 Get NTP Initial Status 94 [Documentation] Get NTP service Status. 96 ${original_ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP 100 Restore NTP Status 101 [Documentation] Restore NTP Status. 104 ... Set NTP stat [all...] |
H A D | resource.robot | 174 # NTP Server Address 175 # NTP Address needs to be given as an list. 177 # 1 NTP Address - 14.139.60.103 178 # 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 | 76 - NTP: The time is set via NTP server. 83 | NTP | Fail to set | 86 - To set an NTP [server](https://tf.nist.gov/tf-cgi/servers.cgi): 101 - To go into NTP mode 107 TimeSyncMethod s "xyz.openbmc_project.Time.Synchronization.Method.NTP" 111 '{"data": "xyz.openbmc_project.Time.Synchronization.Method.NTP" }' \ 115 ### Special note on changing NTP setting 118 new beahvior that it checks the NTP services' status during setting time, 119 instead of checking the NTP setting: 121 - 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/bmcweb/redfish-core/include/generated/enums/ |
H A D | manager.hpp | 54 NTP, enumerator 102 {DateTimeSource::NTP, "NTP"},
|
H A D | log_service.hpp | 53 NTP, enumerator 149 {SyslogFacility::NTP, "NTP"},
|
H A D | event_destination.hpp | 97 NTP, enumerator 198 {SyslogFacility::NTP, "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/openbmc-test-automation/gui/test/server_config/ |
H A D | test_obmc_gui_date_and_time_settings.robot | 16 ${xpath_add_new_ntp_server} //button[contains(text(), "Add new NTP server")] 31 ... Protocol (NTP) Server
|
/openbmc/docs/ |
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"…
|
H A D | REST-cheatsheet.md | 187 - Set NTP and Nameserver: 191 - NTP Server: 209 introduces a new beahvior that it checks the NTP services' status during 210 setting time, instead of checking the NTP setting: 212 -When NTP server is set to disabled, and the NTP service is stopping but not 241 …son" -X PUT -d '{"data": "xyz.openbmc_project.Time.Synchronization.Method.NTP" }' https://${bmc}/…
|
/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/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ |
H A D | ntpsec_1.2.2a.bb | 4 LICENSE = "CC-BY-4.0 & BSD-2-Clause & NTP & BSD-3-Clause & MIT" 9 file://LICENSES/NTP;md5=cb56b7747f86157c78ca81f224806694"
|