Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Describes the tests needed to validate the GetChecksums functionality.
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.

  • No labels