Searched refs:dft (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_misc.py | 73 quiet = int(dft(quiet, gp.get_stack_var("quiet", 0))) 92 quiet = int(dft(quiet, gp.get_stack_var("quiet", 0))) 112 quiet = int(dft(quiet, gp.get_stack_var("quiet", 0))) 173 def dft(value, default): function 245 return dft(var_value, get_mod_global(var_name, 0))
|
| H A D | gen_call_robot.py | 331 robot_cmd_buf = gm.dft(robot_cmd_buf, gcr_last_robot_cmd_buf) 332 robot_rc = gm.dft(robot_rc, gcr_last_robot_rc) 333 gzip = gm.dft(gzip, int(os.environ.get("GZIP_ROBOT", "1"))) 430 quiet = int(gm.dft(quiet, gp.get_stack_var("quiet", 0)))
|
| H A D | gen_plug_in_utils.py | 83 plug_in_package_name = gm.dft( 346 plug_in_dir_paths = gm.dft( 382 plug_in_package_name = gm.dft(
|
| H A D | gen_cmd.py | 349 quiet = int(gm.dft(quiet, gp.get_stack_var("quiet", 0))) 350 print_output = int(gm.dft(print_output, not quiet)) 352 ignore_err = int(gm.dft(ignore_err, gp.get_stack_var("ignore_err", 1)))
|
| H A D | boot_data.py | 286 quiet = int(gm.dft(quiet, gp.get_stack_var("quiet", 0))) 380 quiet = int(gm.dft(quiet, gp.get_stack_var("quiet", 0)))
|