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
- Request the checksum of a file in the collection.
- The correct checksum should be returned by all the pillars.
getChecksum (salted)
- Request the salted checksum of a file in the collection
- The correct salted checksum should be returned by all the pillars (except the ChecksumPillar).
Missing file
- Request the checksum of a file that does not exist in the collection.
- No results should be returned.
Open issues