Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py149 def process_host(host, host_var_name=""): argument
177 if host_var_name == "":
178 host_var_name = gp.get_arg_name(0, 1, stack_frame_ix=2)
180 host_name_var_name = re.sub("host", "host_name", host_var_name)
181 ip_var_name = re.sub("host", "ip", host_var_name)