Home
last modified time | relevance | path

Searched refs:sprint_varx (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_valid.py180 error_message += gp.sprint_varx(
246 error_message += gp.sprint_varx(
267 error_message += gp.sprint_varx(
340 error_message += gp.sprint_varx(
376 error_message += gp.sprint_varx(
407 error_message += gp.sprint_varx(
533 error_message += gp.sprint_varx(
541 error_message += gp.sprint_varx(
562 error_message += gp.sprint_varx(
580 error_message += gp.sprint_varx(
[all …]
H A Dgen_robot_ssh.py41 buffer += gp.sprint_varx("index", connection.index, 0, indent)
42 buffer += gp.sprint_varx("host", connection.host, 0, indent)
43 buffer += gp.sprint_varx("alias", connection.alias, 0, indent)
44 buffer += gp.sprint_varx("port", connection.port, 0, indent)
45 buffer += gp.sprint_varx("timeout", connection.timeout, 0, indent)
46 buffer += gp.sprint_varx("newline", connection.newline, 0, indent)
47 buffer += gp.sprint_varx("prompt", connection.prompt, 0, indent)
49 buffer += gp.sprint_varx("width", connection.width, 0, indent)
50 buffer += gp.sprint_varx("height", connection.height, 0, indent)
51 buffer += gp.sprint_varx(
[all …]
H A Dvalid.tcl54 append error_message [sprint_varx $var_name $var_value "" "" 1]
75 append error_message [sprint_varx $var_name $var_value "" "" 1]
196 append error_message [sprint_varx $var_name $var_value]
223 append error_message [sprint_varx $var_name $var_value "" "" 1]
250 append error_message [sprint_varx $var_name $var_value "" "" 1]
265 [string trimright [sprint_varx "Please enter $password_var_name" ""] "\n"]
274 trimright [sprint_varx "Please re-enter $password_var_name" ""] "\n"]
H A Dprint.tcl326 proc sprint_varx { var_name var_value { indent 0 } { width {} } { hex 0 } } {
462 append buffer [sprint_varx "${var_name}(${key})" $arr_value $indent\
470 if {[catch {set buffer [sprint_varx $var_name $var_value {*}$args]} error_text options]} {
473 return [sprint_varx $var_name {** variable not set **} {*}$args]
528 append buffer [sprint_varx "${var_name}\[${index}\]" $element $indent\
580 append buffer [sprint_varx "${var_name}\[${key}\]" $value $indent {*}$args]
H A Dgen_print.py995 def sprint_varx( function
1199 buffer += sprint_varx(
1215 buffer += sprint_varx(
1281 return sprint_varx(var_name, *args, **kwargs)
1302 buffer += sprint_varx(var_name, var_value, **kwargs)
1539 buffer += sprint_varx(
1544 buffer += sprint_varx(
1547 buffer += sprint_varx(
1558 buffer += sprint_varx(
1561 buffer += sprint_varx(
[all …]
H A Dfunc_timer.py59 buffer += gp.sprint_varx("time_out", self.__time_out, indent=indent)
60 buffer += gp.sprint_varx("child_pid", self.__child_pid, indent=indent)
61 buffer += gp.sprint_varx(
H A Dtools.exp30 puts stderr [sprint_varx expect_out "<not set>"]
54 puts stderr [sprint_varx expect_out "<not set>"]
H A Dvar_stack.py91 buffer += gp.sprint_varx("stack_dict", self.__stack_dict, indent)
H A Dgen_robot_print.py42 buffer += gp.sprint_varx(var_name, var_value, **kwargs)
H A Dgen_plug_in.py121 + gp.sprint_varx("supports_file_path", supports_file_path)
H A Dgen_arg.py252 buffer += gp.sprint_varx(
460 gp.sprint_varx("pgm_name", gp.pgm_name)
H A Dstate.py1026 + gp.sprint_varx("state", state)
1033 + gp.sprint_varx("state", state)
H A Dopt.tcl242 append message [sprint_varx parm_value ${opt_list_entry} 2]
H A Dgen_plug_in_utils.py201 buffer += gp.sprint_varx(key, value)
H A Dgen_cmd.py415 err_msg += gp.sprint_varx("child_pid", sub_proc.pid)
/openbmc/openbmc-test-automation/bin/
H A Dauto_status_file.py165 + sprint_varx(ret_code_str, "${?}").rstrip("\n")
214 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc))
265 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc))