Home
last modified time | relevance | path

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

12

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc_time.robot29 ${redfish_date_time}= Redfish Get DateTime
30 ${cli_date_time}= CLI Get BMC DateTime
45 ${old_bmc_time}= CLI Get BMC DateTime
48 Redfish Set DateTime ${new_bmc_time}
49 ${cli_bmc_time}= CLI Get BMC DateTime
57 Redfish Set DateTime ${old_bmc_time}
60 Verify Set DateTime With Offset Using Redfish
61 [Documentation] Verify set DateTime with offset using redfish API.
63 [Teardown] Run Keywords Redfish Set DateTime AND FFDC On Test Case Fail
65 Redfish Set DateTime ${date_time_with_offset}
[all …]
H A Dtest_bmc_network_protocol.robot90 Verify Set DateTime With NTP Enabled
99 Redfish Set DateTime ${local_system_time}
131 ${old_date_time}= CLI Get BMC DateTime
H A Dtest_certificate.robot260 ${cli_date_time}= CLI Get BMC DateTime
266 Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} body={'DateTime': '${cli_date_time}'}
/openbmc/openbmc-test-automation/lib/
H A Dbmc_date_and_time_utils.robot19 Redfish Get DateTime
22 ${date_time}= Redfish.Get Attribute ${REDFISH_BASE_URI}Managers/${MANAGER_ID} DateTime
26 Redfish Set DateTime
27 [Documentation] Set DateTime using Redfish.
48 … ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} body={'DateTime': '${date_time}'}
53 …... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} body={'DateTime': '${date_time_form…
78 Redfish Set DateTime ${new_value} valid_status_codes=[${HTTP_OK}]
79 ${current_value}= Redfish Get DateTime
150 ${new_date_time}= CLI Get BMC DateTime
H A Dos_utils_keywords.py9 from robot.libraries import DateTime
31 retry_seconds = DateTime.convert_time(retry)
35 interval_seconds = DateTime.convert_time(retry_interval)
H A Dutils.py15 from robot.libraries import DateTime
167 DateTime.convert_date(value, result_format="epoch")
H A Dutils_files.py15 from robot.libraries import DateTime
H A Dopenbmc_ffdc_utils.robot5 Library DateTime
/openbmc/webui-vue/src/views/Settings/DateTime/
H A Dindex.js1 import DateTime from './DateTime.vue';
2 export default DateTime;
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmetric_definition.hpp31 DateTime, enumerator
74 {MetricDataType::DateTime, "DateTime"},
/openbmc/webui-vue/src/env/router/
H A Dintel.js5 import DateTime from '@/views/Settings/DateTime';
176 component: DateTime,
H A Dibm.js5 import DateTime from '@/views/Settings/DateTime';
181 component: DateTime,
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot86 ${cli_date_time}= CLI Get BMC DateTime
99 ${redfish_date_time}= CLI Get BMC DateTime
186 ${cli_date_time}= CLI Get BMC DateTime
218 ${cli_date_time}= CLI Get BMC DateTime
280 ${cli_date_time}= CLI Get BMC DateTime
311 ${cli_date_time}= CLI Get BMC DateTime
/openbmc/webui-vue/src/router/
H A Droutes.js4 import DateTime from '@/views/Settings/DateTime';
189 component: DateTime,
/openbmc/webui-vue/src/store/modules/Settings/
H A DDateTimeStore.js50 DateTime: dateTimeForm.updatedDateTime, property in dateTimeData
/openbmc/openbmc-test-automation/test_lists/witherspoon/
H A Dregression_bucket_master28 # DateTime
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DBmcStore.js15 bmc.dateTime = new Date(data.DateTime);
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js104 const bmcDateTime = response.data.DateTime;
/openbmc/bmcweb/
H A DRedfish.md542 - DateTime
650 - DateTime
866 - DateTime
1040 - DateTime
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_profile_settings_sub_menu.robot72 ${cli_date_time}= CLI Get BMC DateTime
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot31 # "DateTime": "2022-08-08T06:04:11+00:00",
62 ${bmc_time}= Get Regexp Matches ${resp["DateTime"]}
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_basic_ci.robot4 Library DateTime
/openbmc/openbmc-test-automation/gui/test/gui_header/
H A Dtest_obmc_gui_ip_refresh_check.robot5 Library DateTime
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py21 DateTime,
62 created = Column(DateTime)
/openbmc/openbmc-test-automation/systest/
H A Dhtx_softbootme_test.robot19 Library DateTime

12