Home
last modified time | relevance | path

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

12

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot2 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 Dtest_bmc_protocol_settings.robot171 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 Dtest_managers_bmc.robot169 [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 Dtest_managers_bmc_time.robot120 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 Dbmc_date_and_time_utils.robot62 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 Dprotocol_setting_utils.robot77 # "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 Dresource.robot176 # 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 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.md78 - 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 Dmanager.cpp51 bool oldNtpMode = (Mode::NTP == getTimeMode()); in onPropertyChanged()
105 bool oldNtpMode = (Mode::NTP == getTimeMode()); in onTimedateChanged()
H A Dmeson.options22 choices: ['Mode::Manual', 'Mode::NTP'],
/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
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 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/bmcweb/redfish-core/include/generated/enums/
H A Dmanager.hpp55 NTP, enumerator
115 {DateTimeSource::NTP, "NTP"},
H A Dlog_service.hpp53 NTP, enumerator
150 {SyslogFacility::NTP, "NTP"},
H A Devent_destination.hpp97 NTP, enumerator
198 {SyslogFacility::NTP, "NTP"},
/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/docs/
H A DREST-cheatsheet.md187 - 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 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"…

12