Lines Matching full:uptime
131 "uptime",
232 "uptime",
419 "int(float(state['uptime'])) < int(state['elapsed_boot_time'])"
421 In this example, if the state dictionary's 'uptime' entry
554 "uptime",
670 uptime = ""
713 if "uptime" in req_states:
714 # Sometimes reading uptime results in a blank value. Call with
717 "bash -c 'read uptime filler 2>/dev/null < /proc/uptime"
718 + ' && [ ! -z "${uptime}" ] && echo ${uptime}\''
734 uptime = stdout
1176 Wait for the BMC uptime to be less than elapsed_boot_time.
1202 # Wait for uptime to be less than elapsed_boot_time.
1204 expr = "int(float(state['uptime'])) < int(state['elapsed_boot_time'])"
1207 ("uptime", "^[0-9\\.]+$"),