Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Attempt to delete a existing file on a pillar, supplying a correct checksum.
    1. The file should have been removed from the collection. Use the getFileIDs and getChecksums operation to verify the deletion.
  2. Attempt to delete a the file again.
    1. The operation should still return succesfully because of the deleteFile idempotent behavior.
  3. Attempt to delete a file in a different collection.
    1. The file should have been removed from the collection. Use the getFileIDs and getChecksums operation to verify the deletion.

...