Revision 5adcc57e snf-tools/README

b/snf-tools/README
1 1
README
2 2
=======
3 3

  
4
snf-burnin is an integration testing tool for a running Synnefo deployment. 
4
snf-burnin is an integration testing tool for a running Synnefo deployment.
5 5
It runs test scenarios from the following categories:
6 6

  
7 7
- Authentication
......
46 46
- **snf-burnin-run.sh** runs snf-burnin with the given parameters, deletes
47 47
stale instances (servers, networks) from old runs and delete logs older than
48 48
a week. It aborts if snf-burnin runs for longer than expected.
49
  
49

  
50 50
  - **Usage**: ./snf-burnin-run.sh TOKEN IMAGE-ID LOG_FOLDER
51 51

  
52 52
- **snf-burnin-output.sh** checks for failed snf-burnin tests the last 30
53 53
minutes in a given log folder. Exit status is 0 if no failures where
54 54
encountered, else exit status is 1.
55
  
55

  
56 56
  - **Usage**: ./snf-burnin-output.sh LOG_FOLDER

Also available in: Unified diff