Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/bin/
H A Dauto_status_file.py140 global status_file_path
149 def script_func(command_string, status_file_path): argument
161 + status_file_path
178 + status_file_path
190 def tee_func(command_string, status_file_path): argument
203 + status_file_path
212 with open(status_file_path, "a") as status_file:
242 with open(status_file_path, "w+") as status_file:
247 print_var(status_file_path)
258 print_var(status_file_path)
[all …]
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test_resource.robot20 ... status_file_path openbmc_model boot_pass boot_fail ffdc_dir_path_style
50 ${status_file_path} ${EMPTY} variable
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md401 status_file_path = "bmc1.170428.120200.status"
402 status_file_path = "subdir/bmc1.170428.120200.status"
403 status_file_path = "./bmc1.170428.120200.status"
404 status_file_path = "../bmc1.170428.120200.status"
405 status_file_path = "/home/user1/status/bmc1.170428.120200.status"
758 status_file_path = "bmc1.170428.120200.status"
759 status_file_path = "subdir/bmc1.170428.120200.status"
760 status_file_path = "./bmc1.170428.120200.status"
761 status_file_path = "../bmc1.170428.120200.status"
762 status_file_path = "/home/user1/status/bmc1.170428.120200.status"
/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py825 if status_file_path != "":
826 ffdc_file_list.insert(0, status_file_path)