/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_protocol.robot | 22 Verify NTP Server Set 23 [Documentation] Patch NTP servers and verify NTP servers is set. 25 [Setup] Set NTP state ${True} 50 [Setup] Set NTP state ${True} 62 Verify Enable NTP 64 [Teardown] Restore NTP Mode 76 Verify Disable NTP 78 [Teardown] Restore NTP Mode 110 Get NTP Initial Status 114 ... Enable NTP And Add NTP Address [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. 212 Set NTP state 213 [Documentation] Set NTP service inactive. 221 Restore NTP Status 222 [Documentation] Restore NTP Status. 225 ... Set NTP state ${TRUE} [all …]
|
H A D | test_managers_bmc_time.robot | 131 Get NTP Initial Status 135 ... Enable NTP And Add NTP Address 143 Restore NTP Status
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_date_and_time_utils.robot | 84 Set NTP state 92 Get NTP Initial Status 99 Restore NTP Status 103 ... Set NTP state ${TRUE} 104 ... ELSE Set NTP state ${FALSE} 107 Verify NTP Servers Are Populated 136 Enable NTP And Add NTP Address 137 [Documentation] Enable NTP Protocol and Add NTP Address. 139 Set NTP state ${TRUE} 154 Restore NTP Mode [all …]
|
H A D | resource.robot | 168 # NTP Server Address 169 # NTP Address needs to be given as an list. 171 # 1 NTP Address - 14.139.60.103 172 # 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()
|
/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 149 Verify NTP Server Input Fields In Date And Time Page 161 # Refresh the NTP Page. 203 Verify Changing BMC Time From NTP To Manual 209 # Add NTP server for BMC time to sync. 229 # Refresh the NTP Page. 238 Verify Moving From Manual To NTP 242 [Template] Switch From Manual To NTP 294 Switch From Manual To NTP 295 [Documentation] Verify switching from manual mode to NTP mode. [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/phosphor-settingsd/ |
H A D | settings.yaml | 52 default: "NTP" 54 allowed: ["NTP", "MANUAL"]
|
/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/bmcweb/redfish-core/include/generated/enums/ |
H A D | log_service.hpp | 51 NTP, enumerator 147 {SyslogFacility::NTP, "NTP"},
|
H A D | event_destination.hpp | 95 NTP, enumerator 196 {SyslogFacility::NTP, "NTP"},
|
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/ |
H A D | Synchronization.interface.yaml | 15 - name: NTP
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | EthernetInterface.interface.yaml | 67 NTP servers that are currently in use on this interface. This includes 68 both DHCP and static NTP server addresses. 74 NTP servers on the system during write operation.
|