Home
last modified time | relevance | path

Searched refs:NTP (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot22 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 Dtest_managers_bmc.robot169 [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 Dtest_managers_bmc_time.robot131 Get NTP Initial Status
135 ... Enable NTP And Add NTP Address
143 Restore NTP Status
/openbmc/openbmc-test-automation/lib/
H A Dbmc_date_and_time_utils.robot84 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 Dresource.robot168 # 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 D40-gbmc-time.conf7 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 DREADME.md76 - 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 Dmanager.cpp51 bool oldNtpMode = (Mode::NTP == getTimeMode()); in onPropertyChanged()
105 bool oldNtpMode = (Mode::NTP == getTimeMode()); in onTimedateChanged()
/openbmc/webui-vue/src/store/modules/Settings/
H A DDateTimeStore.js24 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 Dtest_date_and_time_sub_menu.robot44 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 DTestUtils.cpp18 EXPECT_EQ(Mode::NTP, in TEST()
35 modeToStr(Mode::NTP)); in TEST()
H A DTestBmcEpoch.cpp45 bmcEpoch->onModeChanged(Mode::NTP); in TEST_F()
46 EXPECT_EQ(Mode::NTP, manager.getTimeMode()); in TEST_F()
H A DTestManager.cpp38 EXPECT_EQ(Mode::NTP, manager.getTimeMode()); in TEST_F()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNTP-01 NTP No Attribution (NTP-0)
H A DNTP2 NTP License (NTP)
/openbmc/u-boot/doc/
H A DREADME.SNTP4 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 Dsettings.yaml52 default: "NTP"
54 allowed: ["NTP", "MANUAL"]
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_date_and_time_settings.robot16 ${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 Dlog_service.hpp51 NTP, enumerator
147 {SyslogFacility::NTP, "NTP"},
H A Devent_destination.hpp95 NTP, enumerator
196 {SyslogFacility::NTP, "NTP"},
/openbmc/docs/
H A DREDFISH-cheatsheet.md194 ## 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 DREST-cheatsheet.md187 - 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 Dpython3-ntplib_0.4.0.bb1 DESCRIPTION = "This module offers a simple interface to query NTP servers from Python."
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/
H A DSynchronization.interface.yaml15 - name: NTP
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml67 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.

123