Lines Matching +full:current +full:- +full:mode
4 ... Pre-requisite Condition : Client Machine and BMC should be in
13 ... Set the Time Sync Mode from NTP to Manual to Set SEL Time.
14 ... Time Sync Mode change performed via REDFISH URI.
15 ... Performs the change in Time Sync Mode with Test Setup and Teardown Execution
21 ... Current SEL time identified via BMC Native command (date) and perform SEL Time ope…
24 ... Get current time from BMC and add future year and compare against BMC native comma…
25 ... Gets BMC Current Time and Adds 15 minutes and compare against BMC native command (…
26 ... Gets BMC Current Time and subtracts 1 day and compare against BMC native command (…
45 @{time_difference_list} +8760:153:25 -87600:453:120 +175200:40:15 -43800:10:05 +20:35:12 -876…
50 ${event_type} Lower Non-critical going low
62 # Gets the current SEL time via Get SEL Time Command.
67 Verify Set SEL Time On NTP Mode
71 # Get current time from BMC and add future year (here, 5years).
86 # Get current time from BMC and add future year (here, 5years).
96 ${get_sel_time}= Check Current Date Time Via IPMI
105 ${bmc_time}= Get Current Date from BMC
112 [Documentation] Verify IPMI Get SEL Time by adding 15 minutes from current time.
115 # Gets BMC Current Time and Adds 15 minutes and sets the SEL Time.
122 ${get_sel_time}= Check Current Date Time Via IPMI
129 ${bmc_time}= Get Current Date from BMC
135 [Documentation] Verify IPMI Get SEL Time for yime delay of 1 day from current dat and time.
138 # Gets BMC current time and subtracts 1 day and sets the SEL Time.
139 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00
148 ${get_sel_time}= Check Current Date Time Via IPMI
153 ${bmc_time}= Get Current Date from BMC
165 # Gets BMC current date via date command.
166 ${current_date}= Get Current Date from BMC
181 # Gets BMC current date via date command.
182 ${current_date}= Get Current Date from BMC
189 Remove From List ${sel_date_raw} -1
205 # change to manual, get current time and add future year (here, 5years).
215 ${get_sel_time}= Check Current Date Time Via IPMI
224 ${bmc_time}= Get Current Date from BMC
262 # Gets BMC Current Time and Adds 15 minutes and sets the SEL Time.
269 ${get_sel_time}= Check Current Date Time Via IPMI
276 ${bmc_time}= Get Current Date from BMC
313 # Gets BMC Current Time and subtracts 1 day and sets the SEL Time.
314 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00
323 ${get_sel_time}= Check Current Date Time Via IPMI
328 ${bmc_time}= Get Current Date from BMC
406 Time Sync Mode Change Through Redfish
415 # Changing Time Sync Mode to Manual.
416 Change Time Sync Mode Via Redfish ${value}
419 Change Time Sync Mode Via Redfish
420 [Documentation] To change the time sync mode via Redfish.
427 ${mode}= Create Dictionary ProtocolEnabled=${value}
428 ${data}= Create Dictionary NTP=${mode}
441 # example: If current date and time is "Wed May 4 18:55:00 UTC 2022",
490 Check Current Date Time Via IPMI
491 [Documentation] Verify Current Date and Time Via IPMI user command.
498 [Documentation] Gets initial time and adds year to the current date and returns future date.
504 ${current_date}= Get Current Date from BMC
506 … # Converting given years to days by multiplying with 365days and adding the days to current date.
550 ${diff}= Evaluate int(${epoch_date1}) - int(${epoch_date2})
562 # Gets BMC current date via date command.
563 ${current_date}= Get Current Date from BMC
568 ... ${modifying_date_status} == True ${time.split("+")[-1]}
569 ... ${modifying_date_status} == False ${time.split("-")[-1]}
599 # Change timesync mode to manual with timeout as per resource.robot.
600 Time Sync Mode Change Through Redfish ${FALSE}
610 # Change TimeSync mode to NTP with Timeout as per default resource.robot.
611 Time Sync Mode Change Through Redfish ${TRUE}