blob: f3780c34c5e18ecce88ecbcdfaaf38f5df7f9dcb [file] [log] [blame]
Dean Troyer0986a7b2014-10-29 22:08:13 -05001==============================
2exerciserc - Exercise Settings
3==============================
Sean M. Collins09e550c2014-10-21 11:40:08 -04004
5``exerciserc`` is used to configure settings for the exercise scripts.
6The values shown below are the default values. Thse can all be
7overridden by setting them in the ``localrc`` section.
8
9ACTIVE\_TIMEOUT
10 Max time to wait while vm goes from build to active state
11
12 ::
13
14 ACTIVE_TIMEOUT==30
15
16ASSOCIATE\_TIMEOUT
17 Max time to wait for proper IP association and dis-association.
18
19 ::
20
21 ASSOCIATE_TIMEOUT=15
22
23BOOT\_TIMEOUT
24 Max time till the vm is bootable
25
26 ::
27
28 BOOT_TIMEOUT=30
29
30RUNNING\_TIMEOUT
31 Max time from run instance command until it is running
32
33 ::
34
35 RUNNING_TIMEOUT=$(($BOOT_TIMEOUT + $ACTIVE_TIMEOUT))
36
37TERMINATE\_TIMEOUT
38 Max time to wait for a vm to terminate
39
40 ::
41
42 TERMINATE_TIMEOUT=30