blob: dacae2ecf2afe7f4340331f0b0bcf7b352a06c4a [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.
saradpatel933827c2014-12-19 12:09:05 +00006The values shown below are the default values. These can all be
Sean M. Collins09e550c2014-10-21 11:40:08 -04007overridden 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