Versions Compared

Key

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

...

  1. Create a empty directory
  2. Run the following command in the new dir to create 100000 files:
    Code Block
    Create script on first run.
    
  3. Run the following command to put the 100000 files:
    Code Block
    Create script on first run.
    
  4. Run the following command to get the 100000 files:
    Code Block
    Create script on first run.
    
    1. Verify that the correct files are return

Webclient test

  1. Goto the status overview in the webclient, and verify that all component are running satisfactory, except the stopped integrity and audit trail service.
  2. Goto the alarm overview in the webclient.
    1. An empty list of alarms is show.
  3. Try to get a list of all the fileIDs through the webclient.
    1. The webclient should display a list of fileIDs, without significant performance degradation.
  4. Try to get a list of all the files in thethe checksums through the webclient.
    1. The webclient should display a list of checksums, without significant performance degradation.

Integrity service test

  1. Start the integrity service
    1. Verify that the Audit trail service turns green in the webclient status overview.
    2. Tail the AuditTrailService log and verify that no errors are logged, and that the audit trail service is able to retrieve the audit trails from the contributers.
  2. Goto the AuditTrail overview in the webclient
    1. The webclient should display a list of audit trails, without significant performance degradation.
    2. Run a couple of quiries and verify that the view is updated correctly without significant performance degradation.

Audit trail service test

  1. Start the audit trail service
    1. Verify that the Audit trail service turns green in the webclient status overview.
    2. Tail the AuditTrailService log and verify that no errors are logged, and that the audit trail service is able to retrieve the audit trails from the contributers.
  2. Goto the AuditTrail overview in the webclient
    1. The webclient should display a list of audit trails, without significant performance degradation.
    2. Run a couple of quiries and verify that the view is updated correctly without significant performance degradation.

      File deletion

  1. Run the following command to delete the files:
    Code Block
    Create script on first run.