GetChecksums tests

Describes the tests needed to validate the GetChecksums functionality.

A jupyter notebook implementation of the tests is attached here https://sbforge.org/download/attachments/7996024/GetChecksums%20Tests.ipynb?api=v2

Basic getChecksum
  1. Request the checksum of a file in the collection.
    1. The correct checksum should be returned by all the pillars.
getChecksum (salted)
  1. Request the salted checksum of a file in the collection
    1. The correct salted checksum should be returned by all the pillars (except the ChecksumPillar).
Missing file
  1. Request the checksum of a file that does not exist in the collection.
    1. No results should be returned.

Open issues

key priority summary type created
Loading...
Refresh