Home
last modified time | relevance | path

Searched refs:sprint_timen (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl301 proc sprint_timen { args } {
804 append buffer ${indent_str}[sprint_timen "Running ${program_name}."]
805 append buffer ${indent_str}[sprint_timen "Program parameter values, etc.:\n"]
851 append buffer [sprint_timen "Finished running ${program_name}."]
H A Dgen_arg.py481 message += gp.sprint_timen(
486 message += gp.sprint_timen(
500 + gp.sprint_timen("Not all of the processes terminated:")
H A Dobmc_boot_test.py938 doing_msg = gp.sprint_timen('Doing "' + boot_keyword + '".')
1106 completion_msg = gp.sprint_timen(
1111 completion_msg = gp.sprint_timen(
H A Dgen_print.py576 def sprint_timen(buffer=""): function