compass.cache.update_cache¶
- compass.cache.update_cache(step_paths, date_string=None, dry_run=False)[source]¶
Cache one or more compass output files for use in a cached variant of the test case or step
- Parameters
step_paths (list of str) – The relative path of the original (uncached) steps from the base work directory
date_string (str, optional) – The datestamp (YYMMDD) to use on the files. Default is today’s date.
dry_run (bool, optional) – Whether this is a dry run (producing the json file but not copying files to the LCRC server)