Searched refs:artifacts_list (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | postactions.py | 22 def get_target_disk_usage(d, tc, artifacts_list, outputdir): argument 32 def get_host_disk_usage(d, tc, artifacts_list, outputdir): argument 61 def list_and_fetch_failed_tests_artifacts(d, tc, artifacts_list, outputdir): argument 62 artifacts_list = get_artifacts_list(tc.target, artifacts_list) 63 if not artifacts_list: 68 cmd = "tar --sparse -zcf - " + " ".join(artifacts_list)
|