Revision 9b69f7e6

b/snf-tools/README
16 16

  
17 17
Example:
18 18
--------
19
snf-burnin --token=TOKEN --image-id=IMAGE-ID --log-folder=LOG_FOLDER
19
snf-burnin --api=API_URL --token=TOKEN --image-id=IMAGE-ID --log-folder=LOG_FOLDER
20 20

  
21 21

  
22 22
For more options:
b/snf-tools/conf/snf-burnin-run.sh
6 6

  
7 7
#Usage: ./snf-burnin-run.sh TOKEN IMAGE-ID LOG-FOLDER
8 8

  
9
timeout 28m snf-burnin --token="$1" --image-id="$2" --action-timeout 120 --log-folder "$3"
9
timeout --foreground 25m snf-burnin --token="$1" --image-id="$2" --action-timeout 120 --log-folder "$3"
10 10
snf-burnin --token="$1" --delete-stale
11 11

  
12 12
#Delete old folders

Also available in: Unified diff