| Matthew Treinish | f4a9b0f | 2013-07-26 16:58:26 -0400 | [diff] [blame] | 1 | [DEFAULT] | 
| Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 2 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 3 | # | 
|  | 4 | # Options defined in tempest.openstack.common.lockutils | 
|  | 5 | # | 
| Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 6 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 7 | # Whether to disable inter-process locks (boolean value) | 
|  | 8 | #disable_process_locking=false | 
| Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 9 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 10 | # Directory to use for lock files. (string value) | 
|  | 11 | #lock_path=<None> | 
| Matthew Treinish | f4a9b0f | 2013-07-26 16:58:26 -0400 | [diff] [blame] | 12 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 13 |  | 
|  | 14 | # | 
|  | 15 | # Options defined in tempest.openstack.common.log | 
|  | 16 | # | 
|  | 17 |  | 
|  | 18 | # Print debugging output (set logging level to DEBUG instead | 
|  | 19 | # of default WARNING level). (boolean value) | 
|  | 20 | #debug=false | 
|  | 21 |  | 
|  | 22 | # Print more verbose output (set logging level to INFO instead | 
|  | 23 | # of default WARNING level). (boolean value) | 
|  | 24 | #verbose=false | 
|  | 25 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 26 | # Log output to standard error. (boolean value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 27 | #use_stderr=true | 
|  | 28 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 29 | # Format string to use for log messages with context. (string | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 30 | # value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 31 | #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 32 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 33 | # Format string to use for log messages without context. | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 34 | # (string value) | 
|  | 35 | #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | 
|  | 36 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 37 | # Data to append to log format when level is DEBUG. (string | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 38 | # value) | 
|  | 39 | #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d | 
|  | 40 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 41 | # Prefix each line of exception output with this format. | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 42 | # (string value) | 
|  | 43 | #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | 
|  | 44 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 45 | # List of logger=LEVEL pairs. (list value) | 
|  | 46 | #default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 47 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 48 | # Enables or disables publication of error events. (boolean | 
|  | 49 | # value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 50 | #publish_errors=false | 
|  | 51 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 52 | # Enables or disables fatal status of deprecations. (boolean | 
|  | 53 | # value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 54 | #fatal_deprecations=false | 
|  | 55 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 56 | # The format for an instance that is passed with the log | 
|  | 57 | # message. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 58 | #instance_format="[instance: %(uuid)s] " | 
|  | 59 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 60 | # The format for an instance UUID that is passed with the log | 
|  | 61 | # message. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 62 | #instance_uuid_format="[instance: %(uuid)s] " | 
|  | 63 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 64 | # The name of a logging configuration file. This file is | 
|  | 65 | # appended to any existing logging configuration files. For | 
|  | 66 | # details about logging configuration files, see the Python | 
|  | 67 | # logging module documentation. (string value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 68 | # Deprecated group/name - [DEFAULT]/log_config | 
|  | 69 | #log_config_append=<None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 70 |  | 
|  | 71 | # DEPRECATED. A logging.Formatter log message format string | 
|  | 72 | # which may use any of the available logging.LogRecord | 
|  | 73 | # attributes. This option is deprecated.  Please use | 
|  | 74 | # logging_context_format_string and | 
|  | 75 | # logging_default_format_string instead. (string value) | 
|  | 76 | #log_format=<None> | 
|  | 77 |  | 
|  | 78 | # Format string for %%(asctime)s in log records. Default: | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 79 | # %(default)s . (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 80 | #log_date_format=%Y-%m-%d %H:%M:%S | 
|  | 81 |  | 
|  | 82 | # (Optional) Name of log file to output to. If no default is | 
|  | 83 | # set, logging will go to stdout. (string value) | 
|  | 84 | # Deprecated group/name - [DEFAULT]/logfile | 
|  | 85 | #log_file=<None> | 
|  | 86 |  | 
|  | 87 | # (Optional) The base directory used for relative --log-file | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 88 | # paths. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 89 | # Deprecated group/name - [DEFAULT]/logdir | 
|  | 90 | #log_dir=<None> | 
|  | 91 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 92 | # Use syslog for logging. Existing syslog format is DEPRECATED | 
|  | 93 | # during I, and will change in J to honor RFC5424. (boolean | 
|  | 94 | # value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 95 | #use_syslog=false | 
|  | 96 |  | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 97 | # (Optional) Enables or disables syslog rfc5424 format for | 
|  | 98 | # logging. If enabled, prefixes the MSG part of the syslog | 
|  | 99 | # message with APP-NAME (RFC5424). The format without the APP- | 
|  | 100 | # NAME is deprecated in I, and will be removed in J. (boolean | 
|  | 101 | # value) | 
|  | 102 | #use_syslog_rfc_format=false | 
|  | 103 |  | 
|  | 104 | # Syslog facility to receive log lines. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 105 | #syslog_log_facility=LOG_USER | 
|  | 106 |  | 
| Marc Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 107 |  | 
| Matthew Treinish | c791ac4 | 2014-07-16 09:15:23 -0400 | [diff] [blame] | 108 | [auth] | 
|  | 109 |  | 
|  | 110 | # | 
|  | 111 | # Options defined in tempest.config | 
|  | 112 | # | 
|  | 113 |  | 
|  | 114 | # Path to the yaml file that contains the list of credentials | 
|  | 115 | # to use for running tests (string value) | 
|  | 116 | #test_accounts_file=etc/accounts.yaml | 
|  | 117 |  | 
|  | 118 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 119 | [baremetal] | 
|  | 120 |  | 
|  | 121 | # | 
|  | 122 | # Options defined in tempest.config | 
|  | 123 | # | 
|  | 124 |  | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 125 | # Catalog type of the baremetal provisioning service (string | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 126 | # value) | 
|  | 127 | #catalog_type=baremetal | 
|  | 128 |  | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 129 | # Whether the Ironic nova-compute driver is enabled (boolean | 
|  | 130 | # value) | 
|  | 131 | #driver_enabled=false | 
|  | 132 |  | 
| Yuiko Takada | 1ee1b32 | 2014-07-04 09:55:30 +0900 | [diff] [blame] | 133 | # Driver name which Ironic uses (string value) | 
|  | 134 | #driver=fake | 
|  | 135 |  | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 136 | # The endpoint type to use for the baremetal provisioning | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 137 | # service (string value) | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 138 | #endpoint_type=publicURL | 
|  | 139 |  | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 140 | # Timeout for Ironic node to completely provision (integer | 
|  | 141 | # value) | 
|  | 142 | #active_timeout=300 | 
|  | 143 |  | 
|  | 144 | # Timeout for association of Nova instance and Ironic node | 
|  | 145 | # (integer value) | 
| Adam Gandelman | e42f092 | 2014-06-10 15:26:37 -0700 | [diff] [blame] | 146 | #association_timeout=30 | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 147 |  | 
|  | 148 | # Timeout for Ironic power transitions. (integer value) | 
| Adam Gandelman | e42f092 | 2014-06-10 15:26:37 -0700 | [diff] [blame] | 149 | #power_timeout=60 | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 150 |  | 
|  | 151 | # Timeout for unprovisioning an Ironic node. (integer value) | 
| Adam Gandelman | e42f092 | 2014-06-10 15:26:37 -0700 | [diff] [blame] | 152 | #unprovision_timeout=60 | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 153 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 154 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 155 | [boto] | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 156 |  | 
|  | 157 | # | 
|  | 158 | # Options defined in tempest.config | 
|  | 159 | # | 
|  | 160 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 161 | # EC2 URL (string value) | 
|  | 162 | #ec2_url=http://localhost:8773/services/Cloud | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 163 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 164 | # S3 URL (string value) | 
|  | 165 | #s3_url=http://localhost:8080 | 
|  | 166 |  | 
|  | 167 | # AWS Secret Key (string value) | 
|  | 168 | #aws_secret=<None> | 
|  | 169 |  | 
|  | 170 | # AWS Access Key (string value) | 
|  | 171 | #aws_access=<None> | 
|  | 172 |  | 
| Attila Fazekas | 27dd92e | 2014-02-21 14:49:40 +0100 | [diff] [blame] | 173 | # AWS Zone for EC2 tests (string value) | 
|  | 174 | #aws_zone=nova | 
|  | 175 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 176 | # S3 Materials Path (string value) | 
|  | 177 | #s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 | 
|  | 178 |  | 
|  | 179 | # ARI Ramdisk Image manifest (string value) | 
|  | 180 | #ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml | 
|  | 181 |  | 
|  | 182 | # AMI Machine Image manifest (string value) | 
|  | 183 | #ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml | 
|  | 184 |  | 
|  | 185 | # AKI Kernel Image manifest (string value) | 
|  | 186 | #aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml | 
|  | 187 |  | 
|  | 188 | # Instance type (string value) | 
|  | 189 | #instance_type=m1.tiny | 
|  | 190 |  | 
|  | 191 | # boto Http socket timeout (integer value) | 
|  | 192 | #http_socket_timeout=3 | 
|  | 193 |  | 
|  | 194 | # boto num_retries on error (integer value) | 
|  | 195 | #num_retries=1 | 
|  | 196 |  | 
|  | 197 | # Status Change Timeout (integer value) | 
|  | 198 | #build_timeout=60 | 
|  | 199 |  | 
|  | 200 | # Status Change Test Interval (integer value) | 
|  | 201 | #build_interval=1 | 
|  | 202 |  | 
|  | 203 |  | 
|  | 204 | [cli] | 
|  | 205 |  | 
|  | 206 | # | 
| Matthew Treinish | e2b56b5 | 2014-01-29 19:25:50 +0000 | [diff] [blame] | 207 | # Options defined in tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 208 | # | 
|  | 209 |  | 
|  | 210 | # enable cli tests (boolean value) | 
|  | 211 | #enabled=true | 
|  | 212 |  | 
|  | 213 | # directory where python client binaries are located (string | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 214 | # value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 215 | #cli_dir=/usr/local/bin | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 216 |  | 
| Sean Dague | 44b2468 | 2014-02-20 19:08:24 -0500 | [diff] [blame] | 217 | # Whether the tempest run location has access to the *-manage | 
|  | 218 | # commands. In a pure blackbox environment it will not. | 
|  | 219 | # (boolean value) | 
|  | 220 | #has_manage=true | 
|  | 221 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 222 | # Number of seconds to wait on a CLI timeout (integer value) | 
|  | 223 | #timeout=15 | 
| Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 224 |  | 
| Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 225 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 226 | [compute] | 
|  | 227 |  | 
|  | 228 | # | 
|  | 229 | # Options defined in tempest.config | 
|  | 230 | # | 
|  | 231 |  | 
|  | 232 | # Allows test cases to create/destroy tenants and users. This | 
|  | 233 | # option enables isolated test cases and better parallel | 
|  | 234 | # execution, but also requires that OpenStack Identity API | 
|  | 235 | # admin credentials are known. (boolean value) | 
|  | 236 | #allow_tenant_isolation=false | 
|  | 237 |  | 
| Matthew Treinish | afcb6b4 | 2014-05-27 13:50:02 -0400 | [diff] [blame] | 238 | # Valid primary image reference to be used in tests. This is a | 
|  | 239 | # required option (string value) | 
|  | 240 | #image_ref=<None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 241 |  | 
| Matthew Treinish | afcb6b4 | 2014-05-27 13:50:02 -0400 | [diff] [blame] | 242 | # Valid secondary image reference to be used in tests. This is | 
|  | 243 | # a required option, but if only one image is available | 
|  | 244 | # duplicate the value of image_ref above (string value) | 
|  | 245 | #image_ref_alt=<None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 246 |  | 
| Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 247 | # Valid primary flavor to use in tests. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 248 | #flavor_ref=1 | 
|  | 249 |  | 
| Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 250 | # Valid secondary flavor to be used in tests. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 251 | #flavor_ref_alt=2 | 
|  | 252 |  | 
|  | 253 | # User name used to authenticate to an instance. (string | 
|  | 254 | # value) | 
|  | 255 | #image_ssh_user=root | 
|  | 256 |  | 
|  | 257 | # Password used to authenticate to an instance. (string value) | 
|  | 258 | #image_ssh_password=password | 
|  | 259 |  | 
|  | 260 | # User name used to authenticate to an instance using the | 
|  | 261 | # alternate image. (string value) | 
|  | 262 | #image_alt_ssh_user=root | 
|  | 263 |  | 
|  | 264 | # Password used to authenticate to an instance using the | 
|  | 265 | # alternate image. (string value) | 
|  | 266 | #image_alt_ssh_password=password | 
|  | 267 |  | 
|  | 268 | # Time in seconds between build status checks. (integer value) | 
| Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 269 | #build_interval=1 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 270 |  | 
|  | 271 | # Timeout in seconds to wait for an instance to build. | 
|  | 272 | # (integer value) | 
|  | 273 | #build_timeout=300 | 
|  | 274 |  | 
| Derek Higgins | 85cd514 | 2013-12-17 17:10:11 +0000 | [diff] [blame] | 275 | # Should the tests ssh to instances? (boolean value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 276 | #run_ssh=false | 
|  | 277 |  | 
| Attila Fazekas | 423834d | 2014-03-14 17:33:13 +0100 | [diff] [blame] | 278 | # Auth method used for authenticate to the instance. Valid | 
|  | 279 | # choices are: keypair, configured, adminpass. keypair: start | 
|  | 280 | # the servers with an ssh keypair. configured: use the | 
|  | 281 | # configured user and password. adminpass: use the injected | 
|  | 282 | # adminPass. disabled: avoid using ssh when it is an option. | 
|  | 283 | # (string value) | 
|  | 284 | #ssh_auth_method=keypair | 
|  | 285 |  | 
|  | 286 | # How to connect to the instance? fixed: using the first ip | 
|  | 287 | # belongs the fixed network floating: creating and using a | 
|  | 288 | # floating ip (string value) | 
|  | 289 | #ssh_connect_method=fixed | 
|  | 290 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 291 | # User name used to authenticate to an instance. (string | 
|  | 292 | # value) | 
|  | 293 | #ssh_user=root | 
|  | 294 |  | 
|  | 295 | # Timeout in seconds to wait for ping to succeed. (integer | 
|  | 296 | # value) | 
| Darragh O'Reilly | 6b63667 | 2014-01-24 12:17:40 +0000 | [diff] [blame] | 297 | #ping_timeout=120 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 298 |  | 
|  | 299 | # Timeout in seconds to wait for authentication to succeed. | 
|  | 300 | # (integer value) | 
|  | 301 | #ssh_timeout=300 | 
|  | 302 |  | 
|  | 303 | # Additional wait time for clean state, when there is no OS- | 
|  | 304 | # EXT-STS extension available (integer value) | 
|  | 305 | #ready_wait=0 | 
|  | 306 |  | 
|  | 307 | # Timeout in seconds to wait for output from ssh channel. | 
|  | 308 | # (integer value) | 
|  | 309 | #ssh_channel_timeout=60 | 
|  | 310 |  | 
|  | 311 | # Visible fixed network name  (string value) | 
|  | 312 | #fixed_network_name=private | 
|  | 313 |  | 
|  | 314 | # Network used for SSH connections. (string value) | 
|  | 315 | #network_for_ssh=public | 
|  | 316 |  | 
|  | 317 | # IP version used for SSH connections. (integer value) | 
|  | 318 | #ip_version_for_ssh=4 | 
|  | 319 |  | 
| Tushar Kalra | 95a482d | 2014-03-25 14:24:43 -0700 | [diff] [blame] | 320 | # Does SSH use Floating IPs? (boolean value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 321 | #use_floatingip_for_ssh=true | 
|  | 322 |  | 
|  | 323 | # Catalog type of the Compute service. (string value) | 
|  | 324 | #catalog_type=compute | 
|  | 325 |  | 
|  | 326 | # The compute region name to use. If empty, the value of | 
|  | 327 | # identity.region is used instead. If no such region is found | 
|  | 328 | # in the service catalog, the first found one is used. (string | 
|  | 329 | # value) | 
|  | 330 | #region= | 
|  | 331 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 332 | # The endpoint type to use for the compute service. (string | 
|  | 333 | # value) | 
|  | 334 | #endpoint_type=publicURL | 
|  | 335 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 336 | # Catalog type of the Compute v3 service. (string value) | 
|  | 337 | #catalog_v3_type=computev3 | 
|  | 338 |  | 
|  | 339 | # Path to a private key file for SSH access to remote hosts | 
|  | 340 | # (string value) | 
|  | 341 | #path_to_private_key=<None> | 
|  | 342 |  | 
|  | 343 | # Expected device name when a volume is attached to an | 
|  | 344 | # instance (string value) | 
|  | 345 | #volume_device_name=vdb | 
|  | 346 |  | 
|  | 347 | # Time in seconds before a shelved instance is eligible for | 
|  | 348 | # removing from a host.  -1 never offload, 0 offload when | 
|  | 349 | # shelved. This time should be the same as the time of | 
|  | 350 | # nova.conf, and some tests will run for as long as the time. | 
|  | 351 | # (integer value) | 
|  | 352 | #shelved_offload_time=0 | 
|  | 353 |  | 
| Ghanshyam | 06a5b4a | 2014-04-11 17:32:45 +0900 | [diff] [blame] | 354 | # Unallocated floating IP range, which will be used to test | 
|  | 355 | # the floating IP bulk feature for CRUD operation. (string | 
|  | 356 | # value) | 
|  | 357 | #floating_ip_range=10.0.0.0/29 | 
|  | 358 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 359 | # Allows test cases to create/destroy tenants and users. This | 
|  | 360 | # option enables isolated test cases and better parallel | 
|  | 361 | # execution, but also requires that OpenStack Identity API | 
|  | 362 | # admin credentials are known. (boolean value) | 
|  | 363 | #allow_tenant_isolation=false | 
| Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 364 |  | 
| Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 365 | # Time in seconds between build status checks. (integer value) | 
|  | 366 | #build_interval=1 | 
|  | 367 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 368 |  | 
|  | 369 | [compute-admin] | 
| Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 370 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 371 | # | 
|  | 372 | # Options defined in tempest.config | 
|  | 373 | # | 
| Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 374 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 375 | # Administrative Username to use for Nova API requests. | 
|  | 376 | # (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 377 | #username=<None> | 
| Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 378 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 379 | # Administrative Tenant name to use for Nova API requests. | 
|  | 380 | # (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 381 | #tenant_name=<None> | 
| Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 382 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 383 | # API key to use when authenticating as admin. (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 384 | #password=<None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 385 |  | 
| Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 386 | # Domain name for authentication as admin (Keystone V3).The | 
|  | 387 | # same domain applies to user and project (string value) | 
|  | 388 | #domain_name=<None> | 
|  | 389 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 390 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 391 | [compute-feature-enabled] | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 392 |  | 
|  | 393 | # | 
|  | 394 | # Options defined in tempest.config | 
|  | 395 | # | 
|  | 396 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 397 | # If false, skip all nova v3 tests. (boolean value) | 
| Matthew Treinish | 836e56b | 2014-06-12 13:55:19 -0400 | [diff] [blame] | 398 | #api_v3=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 399 |  | 
| Matthew Treinish | 20866a2 | 2014-06-12 14:58:36 -0400 | [diff] [blame] | 400 | # If false skip all v2 api tests with xml (boolean value) | 
|  | 401 | #xml_api_v2=true | 
|  | 402 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 403 | # If false, skip disk config tests (boolean value) | 
|  | 404 | #disk_config=true | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 405 |  | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 406 | # A list of enabled compute extensions with a special entry | 
| Ken'ichi Ohmichi | a7e6871 | 2014-05-06 10:47:26 +0900 | [diff] [blame] | 407 | # all which indicates every extension is enabled. Each | 
| Simeon Monov | 5d7effe | 2014-07-16 07:32:38 +0300 | [diff] [blame] | 408 | # extension should be specified with alias name. Empty list | 
|  | 409 | # indicates all extensions are disabled (list value) | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 410 | #api_extensions=all | 
|  | 411 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 412 | # A list of enabled v3 extensions with a special entry all | 
| Ken'ichi Ohmichi | a7e6871 | 2014-05-06 10:47:26 +0900 | [diff] [blame] | 413 | # which indicates every extension is enabled. Each extension | 
| Simeon Monov | 5d7effe | 2014-07-16 07:32:38 +0300 | [diff] [blame] | 414 | # should be specified with alias name. Empty list indicates | 
|  | 415 | # all extensions are disabled (list value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 416 | #api_v3_extensions=all | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 417 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 418 | # Does the test environment support changing the admin | 
|  | 419 | # password? (boolean value) | 
|  | 420 | #change_password=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 421 |  | 
| Adam Gandelman | c6eefb4 | 2014-07-15 16:44:08 -0700 | [diff] [blame] | 422 | # Does the test environment support obtaining instance serial | 
|  | 423 | # console output? (boolean value) | 
|  | 424 | #console_output=true | 
|  | 425 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 426 | # Does the test environment support resizing? (boolean value) | 
|  | 427 | #resize=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 428 |  | 
| Eric Windisch | b553807 | 2014-03-09 23:47:35 -0400 | [diff] [blame] | 429 | # Does the test environment support pausing? (boolean value) | 
|  | 430 | #pause=true | 
|  | 431 |  | 
| David Shrewsbury | 25f666f | 2014-07-22 12:17:59 -0400 | [diff] [blame] | 432 | # Does the test environment support shelving/unshelving? | 
|  | 433 | # (boolean value) | 
|  | 434 | #shelve=true | 
|  | 435 |  | 
| Eric Windisch | aeb7e84 | 2014-03-10 01:10:50 -0400 | [diff] [blame] | 436 | # Does the test environment support suspend/resume? (boolean | 
|  | 437 | # value) | 
|  | 438 | #suspend=true | 
|  | 439 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 440 | # Does the test environment support live migration available? | 
|  | 441 | # (boolean value) | 
|  | 442 | #live_migration=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 443 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 444 | # Does the test environment use block devices for live | 
|  | 445 | # migration (boolean value) | 
|  | 446 | #block_migration_for_live_migration=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 447 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 448 | # Does the test environment block migration support cinder | 
|  | 449 | # iSCSI volumes (boolean value) | 
|  | 450 | #block_migrate_cinder_iscsi=false | 
| Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 451 |  | 
| Ghanshyam Mann | 41c1757 | 2014-02-27 18:52:56 +0900 | [diff] [blame] | 452 | # Enable VNC console. This configuration value should be same | 
|  | 453 | # as [nova.vnc]->vnc_enabled in nova.conf (boolean value) | 
|  | 454 | #vnc_console=false | 
|  | 455 |  | 
| Ghanshyam | 70876d0 | 2014-03-11 11:40:18 +0900 | [diff] [blame] | 456 | # Enable Spice console. This configuration value should be | 
|  | 457 | # same as [nova.spice]->enabled in nova.conf (boolean value) | 
|  | 458 | #spice_console=false | 
|  | 459 |  | 
|  | 460 | # Enable RDP console. This configuration value should be same | 
|  | 461 | # as [nova.rdp]->enabled in nova.conf (boolean value) | 
|  | 462 | #rdp_console=false | 
|  | 463 |  | 
| Adam Gandelman | 2e37b4f | 2014-06-18 17:34:21 -0700 | [diff] [blame] | 464 | # Does the test environment support instance rescue mode? | 
|  | 465 | # (boolean value) | 
|  | 466 | #rescue=true | 
|  | 467 |  | 
| Ghanshyam | 9c2e50d | 2014-07-22 21:32:05 +0900 | [diff] [blame] | 468 | # Enables returning of the instance password by the relevant | 
|  | 469 | # server API calls such as create, rebuild or rescue. (boolean | 
|  | 470 | # value) | 
|  | 471 | #enable_instance_password=true | 
|  | 472 |  | 
| Adam Gandelman | 7186f7a | 2014-07-23 09:28:56 -0400 | [diff] [blame] | 473 | # Does the test environment support dynamic network interface | 
|  | 474 | # attachment? (boolean value) | 
|  | 475 | #interface_attach=true | 
|  | 476 |  | 
| Adam Gandelman | fbc95ac | 2014-06-19 17:33:43 -0700 | [diff] [blame] | 477 | # Does the test environment support creating snapshot images | 
|  | 478 | # of running instances? (boolean value) | 
|  | 479 | #snapshot=true | 
|  | 480 |  | 
| Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 481 |  | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 482 | [dashboard] | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 483 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 484 | # | 
|  | 485 | # Options defined in tempest.config | 
|  | 486 | # | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 487 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 488 | # Where the dashboard can be found (string value) | 
|  | 489 | #dashboard_url=http://localhost/ | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 490 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 491 | # Login page for the dashboard (string value) | 
|  | 492 | #login_url=http://localhost/auth/login/ | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 493 |  | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 494 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 495 | [data_processing] | 
|  | 496 |  | 
|  | 497 | # | 
|  | 498 | # Options defined in tempest.config | 
|  | 499 | # | 
|  | 500 |  | 
|  | 501 | # Catalog type of the data processing service. (string value) | 
|  | 502 | #catalog_type=data_processing | 
|  | 503 |  | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 504 | # The endpoint type to use for the data processing service. | 
|  | 505 | # (string value) | 
|  | 506 | #endpoint_type=publicURL | 
|  | 507 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 508 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 509 | [database] | 
|  | 510 |  | 
|  | 511 | # | 
|  | 512 | # Options defined in tempest.config | 
|  | 513 | # | 
|  | 514 |  | 
|  | 515 | # Catalog type of the Database service. (string value) | 
|  | 516 | #catalog_type=database | 
|  | 517 |  | 
|  | 518 | # Valid primary flavor to use in database tests. (string | 
|  | 519 | # value) | 
|  | 520 | #db_flavor_ref=1 | 
|  | 521 |  | 
| Peter Stachowski | 320f9c7 | 2014-04-21 16:13:23 -0400 | [diff] [blame] | 522 | # Current database version to use in database tests. (string | 
|  | 523 | # value) | 
|  | 524 | #db_current_version=v1.0 | 
|  | 525 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 526 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 527 | [debug] | 
|  | 528 |  | 
|  | 529 | # | 
|  | 530 | # Options defined in tempest.config | 
|  | 531 | # | 
|  | 532 |  | 
|  | 533 | # Enable diagnostic commands (boolean value) | 
|  | 534 | #enable=true | 
|  | 535 |  | 
| Sean Dague | c522c09 | 2014-03-24 10:43:22 -0400 | [diff] [blame] | 536 | # A regex to determine which requests should be traced.  This | 
|  | 537 | # is a regex to match the caller for rest client requests to | 
|  | 538 | # be able to selectively trace calls out of specific classes | 
|  | 539 | # and methods. It largely exists for test development, and is | 
|  | 540 | # not expected to be used in a real deploy of tempest. This | 
|  | 541 | # will be matched against the discovered ClassName:method in | 
|  | 542 | # the test environment.  Expected values for this field are: | 
|  | 543 | # * ClassName:test_method_name - traces one test_method  * | 
|  | 544 | # ClassName:setUp(Class) - traces specific setup functions  * | 
|  | 545 | # ClassName:tearDown(Class) - traces specific teardown | 
|  | 546 | # functions  * ClassName:_run_cleanups - traces the cleanup | 
|  | 547 | # functions  If nothing is specified, this feature is not | 
|  | 548 | # enabled. To trace everything specify .* as the regex. | 
|  | 549 | # (string value) | 
|  | 550 | #trace_requests= | 
|  | 551 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 552 |  | 
|  | 553 | [identity] | 
|  | 554 |  | 
|  | 555 | # | 
|  | 556 | # Options defined in tempest.config | 
|  | 557 | # | 
|  | 558 |  | 
|  | 559 | # Catalog type of the Identity service. (string value) | 
|  | 560 | #catalog_type=identity | 
|  | 561 |  | 
|  | 562 | # Set to True if using self-signed SSL certificates. (boolean | 
|  | 563 | # value) | 
|  | 564 | #disable_ssl_certificate_validation=false | 
|  | 565 |  | 
|  | 566 | # Full URI of the OpenStack Identity API (Keystone), v2 | 
|  | 567 | # (string value) | 
|  | 568 | #uri=<None> | 
|  | 569 |  | 
|  | 570 | # Full URI of the OpenStack Identity API (Keystone), v3 | 
|  | 571 | # (string value) | 
|  | 572 | #uri_v3=<None> | 
|  | 573 |  | 
| Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 574 | # Identity API version to be used for authentication for API | 
| Andrea Frittoli | 77f9da4 | 2014-02-06 11:18:19 +0000 | [diff] [blame] | 575 | # tests. (string value) | 
| Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 576 | #auth_version=v2 | 
|  | 577 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 578 | # The identity region name to use. Also used as the other | 
|  | 579 | # services' region name unless they are set explicitly. If no | 
|  | 580 | # such region is found in the service catalog, the first found | 
|  | 581 | # one is used. (string value) | 
|  | 582 | #region=RegionOne | 
|  | 583 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 584 | # The endpoint type to use for the identity service. (string | 
|  | 585 | # value) | 
|  | 586 | #endpoint_type=publicURL | 
|  | 587 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 588 | # Username to use for Nova API requests. (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 589 | #username=<None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 590 |  | 
|  | 591 | # Tenant name to use for Nova API requests. (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 592 | #tenant_name=<None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 593 |  | 
|  | 594 | # Role required to administrate keystone. (string value) | 
|  | 595 | #admin_role=admin | 
|  | 596 |  | 
|  | 597 | # API key to use when authenticating. (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 598 | #password=<None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 599 |  | 
| Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 600 | # Domain name for authentication (Keystone V3).The same domain | 
|  | 601 | # applies to user and project (string value) | 
|  | 602 | #domain_name=<None> | 
|  | 603 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 604 | # Username of alternate user to use for Nova API requests. | 
|  | 605 | # (string value) | 
|  | 606 | #alt_username=<None> | 
|  | 607 |  | 
|  | 608 | # Alternate user's Tenant name to use for Nova API requests. | 
|  | 609 | # (string value) | 
|  | 610 | #alt_tenant_name=<None> | 
|  | 611 |  | 
|  | 612 | # API key to use when authenticating as alternate user. | 
|  | 613 | # (string value) | 
|  | 614 | #alt_password=<None> | 
|  | 615 |  | 
| Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 616 | # Alternate domain name for authentication (Keystone V3).The | 
|  | 617 | # same domain applies to user and project (string value) | 
|  | 618 | #alt_domain_name=<None> | 
|  | 619 |  | 
| Dirk Mueller | 14bd562 | 2014-01-14 19:33:05 +0100 | [diff] [blame] | 620 | # Administrative Username to use for Keystone API requests. | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 621 | # (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 622 | #admin_username=<None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 623 |  | 
|  | 624 | # Administrative Tenant name to use for Keystone API requests. | 
|  | 625 | # (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 626 | #admin_tenant_name=<None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 627 |  | 
|  | 628 | # API key to use when authenticating as admin. (string value) | 
| Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 629 | #admin_password=<None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 630 |  | 
| Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 631 | # Admin domain name for authentication (Keystone V3).The same | 
|  | 632 | # domain applies to user and project (string value) | 
|  | 633 | #admin_domain_name=<None> | 
|  | 634 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 635 |  | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 636 | [identity-feature-enabled] | 
|  | 637 |  | 
|  | 638 | # | 
|  | 639 | # Options defined in tempest.config | 
|  | 640 | # | 
|  | 641 |  | 
|  | 642 | # Does the identity service have delegation and impersonation | 
|  | 643 | # enabled (boolean value) | 
|  | 644 | #trust=true | 
|  | 645 |  | 
| Matthew Treinish | db2c597 | 2014-01-31 22:18:59 +0000 | [diff] [blame] | 646 | # Is the v2 identity API enabled (boolean value) | 
|  | 647 | #api_v2=true | 
|  | 648 |  | 
|  | 649 | # Is the v3 identity API enabled (boolean value) | 
|  | 650 | #api_v3=true | 
|  | 651 |  | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 652 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 653 | [image] | 
|  | 654 |  | 
|  | 655 | # | 
|  | 656 | # Options defined in tempest.config | 
|  | 657 | # | 
|  | 658 |  | 
|  | 659 | # Catalog type of the Image service. (string value) | 
|  | 660 | #catalog_type=image | 
|  | 661 |  | 
|  | 662 | # The image region name to use. If empty, the value of | 
|  | 663 | # identity.region is used instead. If no such region is found | 
|  | 664 | # in the service catalog, the first found one is used. (string | 
|  | 665 | # value) | 
|  | 666 | #region= | 
|  | 667 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 668 | # The endpoint type to use for the image service. (string | 
|  | 669 | # value) | 
|  | 670 | #endpoint_type=publicURL | 
|  | 671 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 672 | # http accessible image (string value) | 
|  | 673 | #http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz | 
|  | 674 |  | 
|  | 675 |  | 
|  | 676 | [image-feature-enabled] | 
|  | 677 |  | 
|  | 678 | # | 
|  | 679 | # Options defined in tempest.config | 
|  | 680 | # | 
|  | 681 |  | 
|  | 682 | # Is the v2 image API enabled (boolean value) | 
|  | 683 | #api_v2=true | 
|  | 684 |  | 
|  | 685 | # Is the v1 image API enabled (boolean value) | 
|  | 686 | #api_v1=true | 
|  | 687 |  | 
|  | 688 |  | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 689 | [input-scenario] | 
|  | 690 |  | 
|  | 691 | # | 
|  | 692 | # Options defined in tempest.config | 
|  | 693 | # | 
|  | 694 |  | 
|  | 695 | # Matching images become parameters for scenario tests (string | 
|  | 696 | # value) | 
|  | 697 | #image_regex=^cirros-0.3.1-x86_64-uec$ | 
|  | 698 |  | 
|  | 699 | # Matching flavors become parameters for scenario tests | 
|  | 700 | # (string value) | 
| Andrea Frittoli | 99901c0 | 2014-01-30 18:06:49 +0000 | [diff] [blame] | 701 | #flavor_regex=^m1.nano$ | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 702 |  | 
|  | 703 | # SSH verification in tests is skippedfor matching images | 
|  | 704 | # (string value) | 
|  | 705 | #non_ssh_image_regex=^.*[Ww]in.*$ | 
|  | 706 |  | 
|  | 707 | # List of user mapped to regex to matching image names. | 
|  | 708 | # (string value) | 
|  | 709 | #ssh_user_regex=[["^.*[Cc]irros.*$", "root"]] | 
|  | 710 |  | 
|  | 711 |  | 
| Marc Koderer | 6ee82dc | 2014-02-17 10:26:29 +0100 | [diff] [blame] | 712 | [negative] | 
|  | 713 |  | 
|  | 714 | # | 
|  | 715 | # Options defined in tempest.config | 
|  | 716 | # | 
|  | 717 |  | 
|  | 718 | # Test generator class for all negative tests (string value) | 
|  | 719 | #test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator | 
|  | 720 |  | 
|  | 721 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 722 | [network] | 
|  | 723 |  | 
|  | 724 | # | 
|  | 725 | # Options defined in tempest.config | 
|  | 726 | # | 
|  | 727 |  | 
|  | 728 | # Catalog type of the Neutron service. (string value) | 
|  | 729 | #catalog_type=network | 
|  | 730 |  | 
|  | 731 | # The network region name to use. If empty, the value of | 
|  | 732 | # identity.region is used instead. If no such region is found | 
|  | 733 | # in the service catalog, the first found one is used. (string | 
|  | 734 | # value) | 
|  | 735 | #region= | 
|  | 736 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 737 | # The endpoint type to use for the network service. (string | 
|  | 738 | # value) | 
|  | 739 | #endpoint_type=publicURL | 
|  | 740 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 741 | # The cidr block to allocate tenant ipv4 subnets from (string | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 742 | # value) | 
|  | 743 | #tenant_network_cidr=10.100.0.0/16 | 
|  | 744 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 745 | # The mask bits for tenant ipv4 subnets (integer value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 746 | #tenant_network_mask_bits=28 | 
|  | 747 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 748 | # The cidr block to allocate tenant ipv6 subnets from (string | 
|  | 749 | # value) | 
|  | 750 | #tenant_network_v6_cidr=2003::/64 | 
|  | 751 |  | 
|  | 752 | # The mask bits for tenant ipv6 subnets (integer value) | 
|  | 753 | #tenant_network_v6_mask_bits=96 | 
|  | 754 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 755 | # Whether tenant network connectivity should be evaluated | 
|  | 756 | # directly (boolean value) | 
|  | 757 | #tenant_networks_reachable=false | 
|  | 758 |  | 
|  | 759 | # Id of the public network that provides external connectivity | 
|  | 760 | # (string value) | 
|  | 761 | #public_network_id= | 
|  | 762 |  | 
|  | 763 | # Id of the public router that provides external connectivity | 
|  | 764 | # (string value) | 
|  | 765 | #public_router_id= | 
|  | 766 |  | 
| izikpenso | d9a01a6 | 2014-02-17 20:02:32 +0200 | [diff] [blame] | 767 | # Timeout in seconds to wait for network operation to | 
|  | 768 | # complete. (integer value) | 
|  | 769 | #build_timeout=300 | 
|  | 770 |  | 
|  | 771 | # Time in seconds between network operation status checks. | 
|  | 772 | # (integer value) | 
| Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 773 | #build_interval=1 | 
| izikpenso | d9a01a6 | 2014-02-17 20:02:32 +0200 | [diff] [blame] | 774 |  | 
| Attila Fazekas | 640392b | 2014-06-12 15:58:10 +0200 | [diff] [blame] | 775 | # List of dns servers whichs hould be used for subnet creation | 
|  | 776 | # (list value) | 
|  | 777 | #dns_servers=8.8.8.8,8.8.4.4 | 
|  | 778 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 779 |  | 
|  | 780 | [network-feature-enabled] | 
|  | 781 |  | 
|  | 782 | # | 
|  | 783 | # Options defined in tempest.config | 
|  | 784 | # | 
|  | 785 |  | 
| Matthew Treinish | e2e33cf | 2014-03-03 19:28:41 +0000 | [diff] [blame] | 786 | # Allow the execution of IPv6 tests (boolean value) | 
|  | 787 | #ipv6=true | 
|  | 788 |  | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 789 | # A list of enabled network extensions with a special entry | 
| Simeon Monov | 5d7effe | 2014-07-16 07:32:38 +0300 | [diff] [blame] | 790 | # all which indicates every extension is enabled. Empty list | 
|  | 791 | # indicates all extensions are disabled (list value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 792 | #api_extensions=all | 
|  | 793 |  | 
| Sean M. Collins | dd27a4d | 2014-05-13 10:33:15 -0400 | [diff] [blame] | 794 | # Allow the execution of IPv6 subnet tests that use the | 
|  | 795 | # extended IPv6 attributes ipv6_ra_mode and ipv6_address_mode | 
|  | 796 | # (boolean value) | 
|  | 797 | #ipv6_subnet_attributes=false | 
|  | 798 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 799 |  | 
|  | 800 | [object-storage] | 
|  | 801 |  | 
|  | 802 | # | 
|  | 803 | # Options defined in tempest.config | 
|  | 804 | # | 
|  | 805 |  | 
|  | 806 | # Catalog type of the Object-Storage service. (string value) | 
|  | 807 | #catalog_type=object-store | 
|  | 808 |  | 
|  | 809 | # The object-storage region name to use. If empty, the value | 
|  | 810 | # of identity.region is used instead. If no such region is | 
|  | 811 | # found in the service catalog, the first found one is used. | 
|  | 812 | # (string value) | 
|  | 813 | #region= | 
|  | 814 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 815 | # The endpoint type to use for the object-store service. | 
|  | 816 | # (string value) | 
|  | 817 | #endpoint_type=publicURL | 
|  | 818 |  | 
| Fabien Boucher | 2178d31 | 2013-12-31 15:38:57 +0100 | [diff] [blame] | 819 | # Number of seconds to time on waiting for a container to | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 820 | # container synchronization complete. (integer value) | 
|  | 821 | #container_sync_timeout=120 | 
|  | 822 |  | 
| Fabien Boucher | 2178d31 | 2013-12-31 15:38:57 +0100 | [diff] [blame] | 823 | # Number of seconds to wait while looping to check the status | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 824 | # of a container to container synchronization (integer value) | 
|  | 825 | #container_sync_interval=5 | 
|  | 826 |  | 
|  | 827 | # Role to add to users created for swift tests to enable | 
|  | 828 | # creating containers (string value) | 
|  | 829 | #operator_role=Member | 
|  | 830 |  | 
| Matthew Treinish | 998c91d | 2014-03-01 12:39:49 -0500 | [diff] [blame] | 831 | # User role that has reseller admin (string value) | 
|  | 832 | #reseller_admin_role=ResellerAdmin | 
|  | 833 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 834 |  | 
|  | 835 | [object-storage-feature-enabled] | 
|  | 836 |  | 
|  | 837 | # | 
|  | 838 | # Options defined in tempest.config | 
|  | 839 | # | 
|  | 840 |  | 
| Matthew Treinish | 2034538 | 2013-12-13 17:04:23 +0000 | [diff] [blame] | 841 | # A list of the enabled optional discoverable apis. A single | 
|  | 842 | # entry, all, indicates that all of these features are | 
|  | 843 | # expected to be enabled (list value) | 
|  | 844 | #discoverable_apis=all | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 845 |  | 
|  | 846 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 847 | [orchestration] | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 848 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 849 | # | 
|  | 850 | # Options defined in tempest.config | 
|  | 851 | # | 
| Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 852 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 853 | # Catalog type of the Orchestration service. (string value) | 
|  | 854 | #catalog_type=orchestration | 
| Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 855 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 856 | # The orchestration region name to use. If empty, the value of | 
|  | 857 | # identity.region is used instead. If no such region is found | 
|  | 858 | # in the service catalog, the first found one is used. (string | 
|  | 859 | # value) | 
|  | 860 | #region= | 
| Matthew Treinish | 4c41292 | 2013-07-16 15:27:42 -0400 | [diff] [blame] | 861 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 862 | # The endpoint type to use for the orchestration service. | 
|  | 863 | # (string value) | 
|  | 864 | #endpoint_type=publicURL | 
|  | 865 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 866 | # Timeout in seconds to wait for a stack to build. (integer | 
|  | 867 | # value) | 
| Matthew Treinish | a2dfd49 | 2014-04-15 11:15:34 -0400 | [diff] [blame] | 868 | #build_timeout=1200 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 869 |  | 
|  | 870 | # Instance type for tests. Needs to be big enough for a full | 
|  | 871 | # OS plus the test workload (string value) | 
|  | 872 | #instance_type=m1.micro | 
|  | 873 |  | 
|  | 874 | # Name of heat-cfntools enabled image to use when launching | 
|  | 875 | # test instances. (string value) | 
|  | 876 | #image_ref=<None> | 
|  | 877 |  | 
|  | 878 | # Name of existing keypair to launch servers with. (string | 
|  | 879 | # value) | 
|  | 880 | #keypair_name=<None> | 
|  | 881 |  | 
|  | 882 | # Value must match heat configuration of the same name. | 
|  | 883 | # (integer value) | 
|  | 884 | #max_template_size=524288 | 
|  | 885 |  | 
| Steven Hardy | fdc6bd7 | 2014-03-21 16:56:04 +0000 | [diff] [blame] | 886 | # Value must match heat configuration of the same name. | 
|  | 887 | # (integer value) | 
|  | 888 | #max_resources_per_stack=1000 | 
|  | 889 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 890 |  | 
| Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 891 | [queuing] | 
|  | 892 |  | 
|  | 893 | # | 
|  | 894 | # Options defined in tempest.config | 
|  | 895 | # | 
|  | 896 |  | 
|  | 897 | # Catalog type of the Queuing service. (string value) | 
|  | 898 | #catalog_type=queuing | 
|  | 899 |  | 
| Jorge Chai | 83ba4ee | 2014-04-15 18:58:08 +0000 | [diff] [blame] | 900 | # The maximum number of queue records per page when listing | 
|  | 901 | # queues (integer value) | 
|  | 902 | #max_queues_per_page=20 | 
|  | 903 |  | 
| Malini Kamalambal | 7458b4b | 2014-05-29 11:47:28 -0400 | [diff] [blame] | 904 | # The maximum metadata size for a queue (integer value) | 
|  | 905 | #max_queue_metadata=65536 | 
|  | 906 |  | 
|  | 907 | # The maximum number of queue message per page when listing | 
|  | 908 | # (or) posting messages (integer value) | 
|  | 909 | #max_messages_per_page=20 | 
|  | 910 |  | 
|  | 911 | # The maximum size of a message body (integer value) | 
|  | 912 | #max_message_size=262144 | 
|  | 913 |  | 
|  | 914 | # The maximum number of messages per claim (integer value) | 
|  | 915 | #max_messages_per_claim=20 | 
|  | 916 |  | 
|  | 917 | # The maximum ttl for a message (integer value) | 
|  | 918 | #max_message_ttl=1209600 | 
|  | 919 |  | 
|  | 920 | # The maximum ttl for a claim (integer value) | 
|  | 921 | #max_claim_ttl=43200 | 
|  | 922 |  | 
|  | 923 | # The maximum grace period for a claim (integer value) | 
|  | 924 | #max_claim_grace=43200 | 
|  | 925 |  | 
| Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 926 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 927 | [scenario] | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 928 |  | 
|  | 929 | # | 
|  | 930 | # Options defined in tempest.config | 
|  | 931 | # | 
|  | 932 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 933 | # Directory containing image files (string value) | 
|  | 934 | #img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec | 
|  | 935 |  | 
| Alessandro Pilotti | b7c1daa | 2014-08-16 14:24:13 +0300 | [diff] [blame] | 936 | # Image file name (string value) | 
|  | 937 | # Deprecated group/name - [DEFAULT]/qcow2_img_file | 
|  | 938 | #img_file=cirros-0.3.1-x86_64-disk.img | 
|  | 939 |  | 
|  | 940 | # Image disk format (string value) | 
|  | 941 | #img_disk_format=qcow2 | 
|  | 942 |  | 
|  | 943 | # Image container format (string value) | 
|  | 944 | #img_container_format=bare | 
| Masayuki Igawa | 4f71bf0 | 2014-02-21 14:02:29 +0900 | [diff] [blame] | 945 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 946 | # AMI image file name (string value) | 
|  | 947 | #ami_img_file=cirros-0.3.1-x86_64-blank.img | 
|  | 948 |  | 
|  | 949 | # ARI image file name (string value) | 
|  | 950 | #ari_img_file=cirros-0.3.1-x86_64-initrd | 
|  | 951 |  | 
|  | 952 | # AKI image file name (string value) | 
|  | 953 | #aki_img_file=cirros-0.3.1-x86_64-vmlinuz | 
|  | 954 |  | 
|  | 955 | # ssh username for the image file (string value) | 
|  | 956 | #ssh_user=cirros | 
|  | 957 |  | 
|  | 958 | # specifies how many resources to request at once. Used for | 
|  | 959 | # large operations testing. (integer value) | 
|  | 960 | #large_ops_number=0 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 961 |  | 
|  | 962 |  | 
|  | 963 | [service_available] | 
|  | 964 |  | 
|  | 965 | # | 
|  | 966 | # Options defined in tempest.config | 
|  | 967 | # | 
|  | 968 |  | 
|  | 969 | # Whether or not cinder is expected to be available (boolean | 
|  | 970 | # value) | 
|  | 971 | #cinder=true | 
|  | 972 |  | 
|  | 973 | # Whether or not neutron is expected to be available (boolean | 
|  | 974 | # value) | 
|  | 975 | #neutron=false | 
|  | 976 |  | 
|  | 977 | # Whether or not glance is expected to be available (boolean | 
|  | 978 | # value) | 
|  | 979 | #glance=true | 
|  | 980 |  | 
|  | 981 | # Whether or not swift is expected to be available (boolean | 
|  | 982 | # value) | 
|  | 983 | #swift=true | 
|  | 984 |  | 
|  | 985 | # Whether or not nova is expected to be available (boolean | 
|  | 986 | # value) | 
|  | 987 | #nova=true | 
|  | 988 |  | 
|  | 989 | # Whether or not Heat is expected to be available (boolean | 
|  | 990 | # value) | 
|  | 991 | #heat=false | 
|  | 992 |  | 
|  | 993 | # Whether or not Ceilometer is expected to be available | 
|  | 994 | # (boolean value) | 
|  | 995 | #ceilometer=true | 
|  | 996 |  | 
|  | 997 | # Whether or not Horizon is expected to be available (boolean | 
|  | 998 | # value) | 
|  | 999 | #horizon=true | 
|  | 1000 |  | 
| Sergey Lukjanov | 9c95a25 | 2014-03-13 23:59:22 +0400 | [diff] [blame] | 1001 | # Whether or not Sahara is expected to be available (boolean | 
| Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 1002 | # value) | 
| Sergey Lukjanov | 9c95a25 | 2014-03-13 23:59:22 +0400 | [diff] [blame] | 1003 | #sahara=false | 
| Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 1004 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 1005 | # Whether or not Ironic is expected to be available (boolean | 
|  | 1006 | # value) | 
|  | 1007 | #ironic=false | 
|  | 1008 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 1009 | # Whether or not Trove is expected to be available (boolean | 
|  | 1010 | # value) | 
|  | 1011 | #trove=false | 
|  | 1012 |  | 
| Malini Kamalambal | 8681e92 | 2014-08-18 10:10:45 -0400 | [diff] [blame] | 1013 | # Whether or not Zaqar is expected to be available (boolean | 
| Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 1014 | # value) | 
| Malini Kamalambal | 8681e92 | 2014-08-18 10:10:45 -0400 | [diff] [blame] | 1015 | #zaqar=false | 
| Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 1016 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 1017 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1018 | [stress] | 
|  | 1019 |  | 
|  | 1020 | # | 
|  | 1021 | # Options defined in tempest.config | 
|  | 1022 | # | 
|  | 1023 |  | 
|  | 1024 | # Directory containing log files on the compute nodes (string | 
|  | 1025 | # value) | 
|  | 1026 | #nova_logdir=<None> | 
|  | 1027 |  | 
|  | 1028 | # Maximum number of instances to create during test. (integer | 
|  | 1029 | # value) | 
|  | 1030 | #max_instances=16 | 
|  | 1031 |  | 
|  | 1032 | # Controller host. (string value) | 
|  | 1033 | #controller=<None> | 
|  | 1034 |  | 
|  | 1035 | # Controller host. (string value) | 
|  | 1036 | #target_controller=<None> | 
|  | 1037 |  | 
|  | 1038 | # ssh user. (string value) | 
|  | 1039 | #target_ssh_user=<None> | 
|  | 1040 |  | 
|  | 1041 | # Path to private key. (string value) | 
|  | 1042 | #target_private_key_path=<None> | 
|  | 1043 |  | 
|  | 1044 | # regexp for list of log files. (string value) | 
|  | 1045 | #target_logfiles=<None> | 
|  | 1046 |  | 
|  | 1047 | # time (in seconds) between log file error checks. (integer | 
|  | 1048 | # value) | 
|  | 1049 | #log_check_interval=60 | 
|  | 1050 |  | 
|  | 1051 | # The number of threads created while stress test. (integer | 
|  | 1052 | # value) | 
|  | 1053 | #default_thread_number_per_action=4 | 
|  | 1054 |  | 
| Julien Leloup | 04d40f7 | 2014-01-28 11:17:18 +0100 | [diff] [blame] | 1055 | # Prevent the cleaning (tearDownClass()) between each stress | 
|  | 1056 | # test run if an exception occurs during this run. (boolean | 
|  | 1057 | # value) | 
|  | 1058 | #leave_dirty_stack=false | 
|  | 1059 |  | 
| Julien Leloup | a5ee542 | 2014-02-13 14:29:02 +0100 | [diff] [blame] | 1060 | # Allows a full cleaning process after a stress test. Caution | 
|  | 1061 | # : this cleanup will remove every objects of every tenant. | 
|  | 1062 | # (boolean value) | 
|  | 1063 | #full_clean_stack=false | 
|  | 1064 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1065 |  | 
|  | 1066 | [telemetry] | 
|  | 1067 |  | 
|  | 1068 | # | 
|  | 1069 | # Options defined in tempest.config | 
|  | 1070 | # | 
|  | 1071 |  | 
|  | 1072 | # Catalog type of the Telemetry service. (string value) | 
|  | 1073 | #catalog_type=metering | 
|  | 1074 |  | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 1075 | # The endpoint type to use for the telemetry service. (string | 
|  | 1076 | # value) | 
|  | 1077 | #endpoint_type=publicURL | 
|  | 1078 |  | 
| Vadim Rovachev | 7bcea35 | 2013-12-26 15:56:17 +0400 | [diff] [blame] | 1079 | # This variable is used as flag to enable notification tests | 
|  | 1080 | # (boolean value) | 
|  | 1081 | #too_slow_to_test=true | 
|  | 1082 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1083 |  | 
|  | 1084 | [volume] | 
|  | 1085 |  | 
|  | 1086 | # | 
|  | 1087 | # Options defined in tempest.config | 
|  | 1088 | # | 
|  | 1089 |  | 
|  | 1090 | # Time in seconds between volume availability checks. (integer | 
|  | 1091 | # value) | 
| Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 1092 | #build_interval=1 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1093 |  | 
|  | 1094 | # Timeout in seconds to wait for a volume to becomeavailable. | 
|  | 1095 | # (integer value) | 
|  | 1096 | #build_timeout=300 | 
|  | 1097 |  | 
|  | 1098 | # Catalog type of the Volume Service (string value) | 
|  | 1099 | #catalog_type=volume | 
|  | 1100 |  | 
|  | 1101 | # The volume region name to use. If empty, the value of | 
|  | 1102 | # identity.region is used instead. If no such region is found | 
|  | 1103 | # in the service catalog, the first found one is used. (string | 
|  | 1104 | # value) | 
|  | 1105 | #region= | 
|  | 1106 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 1107 | # The endpoint type to use for the volume service. (string | 
|  | 1108 | # value) | 
|  | 1109 | #endpoint_type=publicURL | 
|  | 1110 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1111 | # Name of the backend1 (must be declared in cinder.conf) | 
|  | 1112 | # (string value) | 
|  | 1113 | #backend1_name=BACKEND_1 | 
|  | 1114 |  | 
|  | 1115 | # Name of the backend2 (must be declared in cinder.conf) | 
|  | 1116 | # (string value) | 
|  | 1117 | #backend2_name=BACKEND_2 | 
|  | 1118 |  | 
|  | 1119 | # Backend protocol to target when creating volume types | 
|  | 1120 | # (string value) | 
|  | 1121 | #storage_protocol=iSCSI | 
|  | 1122 |  | 
|  | 1123 | # Backend vendor to target when creating volume types (string | 
|  | 1124 | # value) | 
|  | 1125 | #vendor_name=Open Source | 
|  | 1126 |  | 
|  | 1127 | # Disk format to use when copying a volume to image (string | 
|  | 1128 | # value) | 
|  | 1129 | #disk_format=raw | 
|  | 1130 |  | 
| Jerry Cai | 9733d0e | 2014-03-19 15:50:49 +0800 | [diff] [blame] | 1131 | # Default size in GB for volumes created by volumes tests | 
|  | 1132 | # (integer value) | 
|  | 1133 | #volume_size=1 | 
|  | 1134 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1135 |  | 
|  | 1136 | [volume-feature-enabled] | 
|  | 1137 |  | 
|  | 1138 | # | 
|  | 1139 | # Options defined in tempest.config | 
|  | 1140 | # | 
|  | 1141 |  | 
|  | 1142 | # Runs Cinder multi-backend test (requires 2 backends) | 
|  | 1143 | # (boolean value) | 
|  | 1144 | #multi_backend=false | 
|  | 1145 |  | 
| Giulio Fidente | 74b08ad | 2014-01-18 04:02:51 +0100 | [diff] [blame] | 1146 | # Runs Cinder volumes backup test (boolean value) | 
|  | 1147 | #backup=true | 
|  | 1148 |  | 
| JordanP | bce5553 | 2014-03-19 12:10:32 +0100 | [diff] [blame] | 1149 | # Runs Cinder volume snapshot test (boolean value) | 
|  | 1150 | #snapshot=true | 
|  | 1151 |  | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 1152 | # A list of enabled volume extensions with a special entry all | 
| Simeon Monov | 5d7effe | 2014-07-16 07:32:38 +0300 | [diff] [blame] | 1153 | # which indicates every extension is enabled. Empty list | 
|  | 1154 | # indicates all extensions are disabled (list value) | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 1155 | #api_extensions=all | 
|  | 1156 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1157 | # Is the v1 volume API enabled (boolean value) | 
|  | 1158 | #api_v1=true | 
|  | 1159 |  | 
| Zhi Kun Liu | 8cc3c84 | 2014-01-07 10:44:34 +0800 | [diff] [blame] | 1160 | # Is the v2 volume API enabled (boolean value) | 
|  | 1161 | #api_v2=true | 
|  | 1162 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1163 |  |