Home
last modified time | relevance | path

Searched refs:time_string (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py554 time_string = time.strftime("#(%Z) %Y/%m/%d %H:%M:%S", loc_time)
556 time_string = time_string + nanoseconds
571 time_string = time_string + " - " + elapsed_seconds
573 return time_string + " - " + buffer
H A Dgen_call_robot.py59 time_string = time.strftime("%y%m%d.%H%M%S", loc_time)
61 AUTOBOOT_OPENBMC_NICKNAME + "." + extra_prefix + time_string + "."
H A Dobmc_boot_test.py434 time_string = time.strftime("%y%m%d.%H%M%S.", loc_time)
436 ffdc_prefix = openbmc_nickname + "." + time_string
H A Dutils.robot188 ${time_string}= Set Variable If ${hard} ${SPACE}now
191 ${cmd_buf}= Set Variable If '${os_username}' == 'root' shutdown${time_string}
192 ... echo ${os_password} | sudo -S shutdown${time_string}
/openbmc/ipmitool/lib/
H A Dipmi_sel.c2700 ipmi_sel_set_time(struct ipmi_intf * intf, const char * time_string) in ipmi_sel_set_time() argument
2714 if (strncasecmp(time_string, "now", 3) == 0) { in ipmi_sel_set_time()
2719 if (strptime(time_string, time_format, &tm) == 0) { in ipmi_sel_set_time()