Skip to content

Extend one recc test to also test casdownload using --action-result

Neill Whillans requested to merge neill/casdownload_test into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This request aims to add a test for casdownload using the --action-result, which makes use of the action digest, to ensure that both the expected output files, as well as additional files, such as stderr, stdout, metadata and exit_code are generated.

Changes proposed in this merge request:

  • Extends an existing recc test, in order to make use of its generated action digest, to check for correct generation of files
  • casdownload test is only carried out when environment variable TEST_CASDOWNLOAD="true" is passed

Validation

N/A

Issues addressed

N/A

Merge request reports