Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Introducing an Hlt1-bandwidth test via Moore_in_Allen

Merged Luke Grazette requested to merge lugrazet-BW-initialhlt1test into master
All threads resolved!
@@ -84,7 +84,7 @@ def get_fs_avail_space(path):
return statvfs.f_frsize * statvfs.f_bavail
def download_inputs_locally():
def download_inputs_locally(urls, dest_dir, assertion_endswith, max_size=None):
"""Download raw inputs locally partially or fully.
Downloads files identified by `urls`. If specified, download until
Loading