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
142 status_file_path = status_dir_path + status_file_name
144 os.environ["AUTO_STATUS_FILE_PATH"] = status_file_path
146 os.environ["AUTOSCRIPT_STATUS_FILE_PATH"] = 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:
[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.md391 status_file_path = "bmc1.170428.120200.status"
392 status_file_path = "subdir/bmc1.170428.120200.status"
393 status_file_path = "./bmc1.170428.120200.status"
394 status_file_path = "../bmc1.170428.120200.status"
395 status_file_path = "/home/user1/status/bmc1.170428.120200.status"
736 status_file_path = "bmc1.170428.120200.status"
737 status_file_path = "subdir/bmc1.170428.120200.status"
738 status_file_path = "./bmc1.170428.120200.status"
739 status_file_path = "../bmc1.170428.120200.status"
740 status_file_path = "/home/user1/status/bmc1.170428.120200.status"
/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py821 if status_file_path != "":
822 ffdc_file_list.insert(0, status_file_path)