Home
last modified time | relevance | path

Searched refs:robot_env (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py42 robot_env = gp.robot_env variable
43 if robot_env:
136 if robot_env:
206 if robot_env:
317 if robot_env:
614 if gp.robot_env:
H A Dutils_files.py13 robot_env = 1 variable
18 robot_env = 0 variable
125 if robot_env == 1:
H A Dgen_cmd.py21 robot_env = gp.robot_env variable
23 if robot_env:
114 if print_output and not robot_env:
127 if robot_env:
445 if robot_env:
H A Dgen_print.py28 robot_env = 1
37 robot_env = 0 variable
39 robot_env = 0 variable
1529 if robot_env:
1597 if robot_env:
1634 if robot_env:
1781 if robot_env:
1803 if robot_env:
1874 if robot_env:
2118 gp_debug_print("robot_env: " + str(robot_env) + "\n")
H A Dgen_robot_print.py140 gp_debug_print("gp.robot_env: " + str(gp.robot_env) + "\n")
H A Dfunc_timer.py130 if not gp.robot_env: