Lines Matching refs:params
5 def run_guest_test(test, params, env):
15 @param params: Dictionary with test parameters.
18 login_timeout = int(params.get("login_timeout", 360))
19 reboot = params.get("reboot", "no")
21 vm = env.get_vm(params["main_vm"])
23 if params.get("serial_login") == "yes":
36 interpreter = params.get("interpreter")
37 script = params.get("guest_script")
38 dst_rsc_path = params.get("dst_rsc_path", "script.au3")
39 script_params = params.get("script_params", "")
40 test_timeout = float(params.get("test_timeout", 600))
45 if params.get("download") == "yes":
46 download_cmd = params.get("download_cmd")
47 rsc_server = params.get("rsc_server")
49 dst_rsc_dir = params.get("dst_rsc_dir")