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 | |
| 26 | # Log output to standard error (boolean value) |
| 27 | #use_stderr=true |
| 28 | |
| 29 | # format string to use for log messages with context (string |
| 30 | # value) |
| 31 | #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s |
| 32 | |
| 33 | # format string to use for log messages without context |
| 34 | # (string value) |
| 35 | #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s |
| 36 | |
| 37 | # data to append to log format when level is DEBUG (string |
| 38 | # value) |
| 39 | #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d |
| 40 | |
| 41 | # prefix each line of exception output with this format |
| 42 | # (string value) |
| 43 | #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s |
| 44 | |
| 45 | # list of logger=LEVEL pairs (list value) |
Saranya Pandian | baefccc | 2013-12-03 22:42:01 +0530 | [diff] [blame] | 46 | #default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=INFO,paramiko=INFO |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 47 | |
| 48 | # publish error events (boolean value) |
| 49 | #publish_errors=false |
| 50 | |
| 51 | # make deprecations fatal (boolean value) |
| 52 | #fatal_deprecations=false |
| 53 | |
| 54 | # If an instance is passed with the log message, format it |
| 55 | # like this (string value) |
| 56 | #instance_format="[instance: %(uuid)s] " |
| 57 | |
| 58 | # If an instance UUID is passed with the log message, format |
| 59 | # it like this (string value) |
| 60 | #instance_uuid_format="[instance: %(uuid)s] " |
| 61 | |
| 62 | # If this option is specified, the logging configuration file |
| 63 | # specified is used and overrides any other logging options |
| 64 | # specified. Please see the Python logging module |
| 65 | # documentation for details on logging configuration files. |
| 66 | # (string value) |
| 67 | #log_config=<None> |
| 68 | |
| 69 | # DEPRECATED. A logging.Formatter log message format string |
| 70 | # which may use any of the available logging.LogRecord |
| 71 | # attributes. This option is deprecated. Please use |
| 72 | # logging_context_format_string and |
| 73 | # logging_default_format_string instead. (string value) |
| 74 | #log_format=<None> |
| 75 | |
| 76 | # Format string for %%(asctime)s in log records. Default: |
| 77 | # %(default)s (string value) |
| 78 | #log_date_format=%Y-%m-%d %H:%M:%S |
| 79 | |
| 80 | # (Optional) Name of log file to output to. If no default is |
| 81 | # set, logging will go to stdout. (string value) |
| 82 | # Deprecated group/name - [DEFAULT]/logfile |
| 83 | #log_file=<None> |
| 84 | |
| 85 | # (Optional) The base directory used for relative --log-file |
| 86 | # paths (string value) |
| 87 | # Deprecated group/name - [DEFAULT]/logdir |
| 88 | #log_dir=<None> |
| 89 | |
| 90 | # Use syslog for logging. (boolean value) |
| 91 | #use_syslog=false |
| 92 | |
| 93 | # syslog facility to receive log lines (string value) |
| 94 | #syslog_log_facility=LOG_USER |
| 95 | |
Marc Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 96 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 97 | [image] |
| 98 | |
| 99 | # |
| 100 | # Options defined in tempest.config |
| 101 | # |
| 102 | |
| 103 | # Catalog type of the Image service. (string value) |
| 104 | #catalog_type=image |
| 105 | |
| 106 | # The image region name to use. If empty, the value of |
| 107 | # identity.region is used instead. If no such region is found |
| 108 | # in the service catalog, the first found one is used. (string |
| 109 | # value) |
| 110 | #region= |
| 111 | |
| 112 | # http accessible image (string value) |
| 113 | #http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz |
| 114 | |
| 115 | |
| 116 | [object-storage] |
| 117 | |
| 118 | # |
| 119 | # Options defined in tempest.config |
| 120 | # |
| 121 | |
| 122 | # Catalog type of the Object-Storage service. (string value) |
| 123 | #catalog_type=object-store |
| 124 | |
| 125 | # The object-storage region name to use. If empty, the value |
| 126 | # of identity.region is used instead. If no such region is |
| 127 | # found in the service catalog, the first found one is used. |
| 128 | # (string value) |
| 129 | #region= |
| 130 | |
| 131 | # Number of seconds to time on waiting for a containerto |
| 132 | # container synchronization complete. (integer value) |
| 133 | #container_sync_timeout=120 |
| 134 | |
| 135 | # Number of seconds to wait while looping to check thestatus |
| 136 | # of a container to container synchronization (integer value) |
| 137 | #container_sync_interval=5 |
| 138 | |
| 139 | # Role to add to users created for swift tests to enable |
| 140 | # creating containers (string value) |
| 141 | #operator_role=Member |
| 142 | |
| 143 | |
| 144 | [network] |
| 145 | |
| 146 | # |
| 147 | # Options defined in tempest.config |
| 148 | # |
| 149 | |
| 150 | # Catalog type of the Neutron service. (string value) |
| 151 | #catalog_type=network |
| 152 | |
| 153 | # The network region name to use. If empty, the value of |
| 154 | # identity.region is used instead. If no such region is found |
| 155 | # in the service catalog, the first found one is used. (string |
| 156 | # value) |
| 157 | #region= |
| 158 | |
| 159 | # The cidr block to allocate tenant networks from (string |
| 160 | # value) |
| 161 | #tenant_network_cidr=10.100.0.0/16 |
| 162 | |
| 163 | # The mask bits for tenant networks (integer value) |
| 164 | #tenant_network_mask_bits=28 |
| 165 | |
| 166 | # Whether tenant network connectivity should be evaluated |
| 167 | # directly (boolean value) |
| 168 | #tenant_networks_reachable=false |
| 169 | |
| 170 | # Id of the public network that provides external connectivity |
| 171 | # (string value) |
| 172 | #public_network_id= |
| 173 | |
| 174 | # Id of the public router that provides external connectivity |
| 175 | # (string value) |
| 176 | #public_router_id= |
| 177 | |
| 178 | |
| 179 | [data_processing] |
| 180 | |
| 181 | # |
| 182 | # Options defined in tempest.config |
| 183 | # |
| 184 | |
| 185 | # Catalog type of the data processing service. (string value) |
| 186 | #catalog_type=data_processing |
| 187 | |
| 188 | |
| 189 | [object-storage-feature-enabled] |
| 190 | |
| 191 | # |
| 192 | # Options defined in tempest.config |
| 193 | # |
| 194 | |
| 195 | # Set to True if the Container Quota middleware is enabled |
| 196 | # (boolean value) |
| 197 | #container_quotas=true |
| 198 | |
| 199 | # Set to True if the Account Quota middleware is enabled |
| 200 | # (boolean value) |
| 201 | #accounts_quotas=true |
| 202 | |
| 203 | # Set to True if the Crossdomain middleware is enabled |
| 204 | # (boolean value) |
| 205 | #crossdomain=true |
| 206 | |
| 207 | # Set to True if the TempURL middleware is enabled (boolean |
| 208 | # value) |
| 209 | #tempurl=true |
| 210 | |
| 211 | |
| 212 | [network-feature-enabled] |
| 213 | |
| 214 | # |
| 215 | # Options defined in tempest.config |
| 216 | # |
| 217 | |
| 218 | # A list of enabled extensions with a special entry all which |
| 219 | # indicates every extension is enabled (list value) |
| 220 | #api_extensions=all |
| 221 | |
| 222 | |
| 223 | [volume-feature-enabled] |
| 224 | |
| 225 | # |
| 226 | # Options defined in tempest.config |
| 227 | # |
| 228 | |
| 229 | # Runs Cinder multi-backend test (requires 2 backends) |
| 230 | # (boolean value) |
| 231 | #multi_backend=false |
| 232 | |
| 233 | # A list of enabled extensions with a special entry all which |
| 234 | # indicates every extension is enabled (list value) |
| 235 | #api_extensions=all |
| 236 | |
Zhi Kun Liu | bb363a2 | 2013-11-28 18:47:39 +0800 | [diff] [blame] | 237 | # Is the v1 volume API enabled (boolean value) |
| 238 | #api_v1=true |
| 239 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 240 | |
| 241 | [image-feature-enabled] |
| 242 | |
| 243 | # |
| 244 | # Options defined in tempest.config |
| 245 | # |
| 246 | |
| 247 | # Is the v2 image API enabled (boolean value) |
| 248 | #api_v2=true |
| 249 | |
| 250 | # Is the v1 image API enabled (boolean value) |
| 251 | #api_v1=true |
| 252 | |
| 253 | |
| 254 | [compute-admin] |
| 255 | |
| 256 | # |
| 257 | # Options defined in tempest.config |
| 258 | # |
| 259 | |
| 260 | # Administrative Username to use for Nova API requests. |
| 261 | # (string value) |
| 262 | #username=admin |
| 263 | |
| 264 | # Administrative Tenant name to use for Nova API requests. |
| 265 | # (string value) |
| 266 | #tenant_name=admin |
| 267 | |
| 268 | # API key to use when authenticating as admin. (string value) |
| 269 | #password=pass |
| 270 | |
| 271 | |
| 272 | [volume] |
| 273 | |
| 274 | # |
| 275 | # Options defined in tempest.config |
| 276 | # |
| 277 | |
| 278 | # Time in seconds between volume availability checks. (integer |
| 279 | # value) |
| 280 | #build_interval=10 |
| 281 | |
| 282 | # Timeout in seconds to wait for a volume to becomeavailable. |
| 283 | # (integer value) |
| 284 | #build_timeout=300 |
| 285 | |
| 286 | # Catalog type of the Volume Service (string value) |
| 287 | #catalog_type=volume |
| 288 | |
| 289 | # The volume region name to use. If empty, the value of |
| 290 | # identity.region is used instead. If no such region is found |
| 291 | # in the service catalog, the first found one is used. (string |
| 292 | # value) |
| 293 | #region= |
| 294 | |
| 295 | # Name of the backend1 (must be declared in cinder.conf) |
| 296 | # (string value) |
| 297 | #backend1_name=BACKEND_1 |
| 298 | |
| 299 | # Name of the backend2 (must be declared in cinder.conf) |
| 300 | # (string value) |
| 301 | #backend2_name=BACKEND_2 |
| 302 | |
| 303 | # Backend protocol to target when creating volume types |
| 304 | # (string value) |
| 305 | #storage_protocol=iSCSI |
| 306 | |
| 307 | # Backend vendor to target when creating volume types (string |
| 308 | # value) |
| 309 | #vendor_name=Open Source |
| 310 | |
| 311 | # Disk format to use when copying a volume to image (string |
| 312 | # value) |
| 313 | #disk_format=raw |
| 314 | |
| 315 | |
| 316 | [compute-feature-enabled] |
| 317 | |
| 318 | # |
| 319 | # Options defined in tempest.config |
| 320 | # |
| 321 | |
| 322 | # If false, skip all nova v3 tests. (boolean value) |
| 323 | #api_v3=true |
| 324 | |
| 325 | # If false, skip disk config tests (boolean value) |
| 326 | #disk_config=true |
| 327 | |
| 328 | # A list of enabled extensions with a special entry all which |
| 329 | # indicates every extension is enabled (list value) |
| 330 | #api_extensions=all |
| 331 | |
| 332 | # A list of enabled v3 extensions with a special entry all |
| 333 | # which indicates every extension is enabled (list value) |
| 334 | #api_v3_extensions=all |
| 335 | |
| 336 | # Does the test environment support changing the admin |
| 337 | # password? (boolean value) |
| 338 | #change_password=false |
| 339 | |
| 340 | # Does the test environment support snapshots? (boolean value) |
| 341 | #create_image=false |
| 342 | |
| 343 | # Does the test environment support resizing? (boolean value) |
| 344 | #resize=false |
| 345 | |
| 346 | # Does the test environment support live migration available? |
| 347 | # (boolean value) |
| 348 | #live_migration=false |
| 349 | |
| 350 | # Does the test environment use block devices for live |
| 351 | # migration (boolean value) |
| 352 | #block_migration_for_live_migration=false |
| 353 | |
| 354 | # Does the test environment block migration support cinder |
| 355 | # iSCSI volumes (boolean value) |
| 356 | #block_migrate_cinder_iscsi=false |
| 357 | |
| 358 | |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 359 | [identity] |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 360 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 361 | # |
| 362 | # Options defined in tempest.config |
| 363 | # |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 364 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 365 | # Catalog type of the Identity service. (string value) |
| 366 | #catalog_type=identity |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 367 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 368 | # Set to True if using self-signed SSL certificates. (boolean |
| 369 | # value) |
| 370 | #disable_ssl_certificate_validation=false |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 371 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 372 | # Full URI of the OpenStack Identity API (Keystone), v2 |
| 373 | # (string value) |
| 374 | #uri=<None> |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 375 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 376 | # Full URI of the OpenStack Identity API (Keystone), v3 |
| 377 | # (string value) |
| 378 | #uri_v3=<None> |
Russell Sim | 7f894a5 | 2013-09-13 10:35:21 +1000 | [diff] [blame] | 379 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 380 | # The identity region name to use. Also used as the other |
| 381 | # services' region name unless they are set explicitly. If no |
| 382 | # such region is found in the service catalog, the first found |
| 383 | # one is used. (string value) |
| 384 | #region=RegionOne |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 385 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 386 | # Username to use for Nova API requests. (string value) |
| 387 | #username=demo |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 388 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 389 | # Tenant name to use for Nova API requests. (string value) |
| 390 | #tenant_name=demo |
Dan Smith | d6ff6b7 | 2012-08-23 10:29:41 -0700 | [diff] [blame] | 391 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 392 | # Role required to administrate keystone. (string value) |
| 393 | #admin_role=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 394 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 395 | # API key to use when authenticating. (string value) |
| 396 | #password=pass |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 397 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 398 | # Username of alternate user to use for Nova API requests. |
| 399 | # (string value) |
| 400 | #alt_username=<None> |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 401 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 402 | # Alternate user's Tenant name to use for Nova API requests. |
| 403 | # (string value) |
| 404 | #alt_tenant_name=<None> |
Maru Newby | af292e8 | 2013-05-20 21:32:28 +0000 | [diff] [blame] | 405 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 406 | # API key to use when authenticating as alternate user. |
| 407 | # (string value) |
| 408 | #alt_password=<None> |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 409 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 410 | # Administrative Username to use forKeystone API requests. |
| 411 | # (string value) |
| 412 | #admin_username=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 413 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 414 | # Administrative Tenant name to use for Keystone API requests. |
| 415 | # (string value) |
| 416 | #admin_tenant_name=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 417 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 418 | # API key to use when authenticating as admin. (string value) |
| 419 | #admin_password=pass |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 420 | |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 421 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 422 | [cli] |
| 423 | |
| 424 | # |
| 425 | # Options defined in tempest.cli |
| 426 | # |
| 427 | |
| 428 | # enable cli tests (boolean value) |
| 429 | #enabled=true |
| 430 | |
| 431 | # directory where python client binaries are located (string |
| 432 | # value) |
| 433 | #cli_dir=/usr/local/bin |
| 434 | |
| 435 | # Number of seconds to wait on a CLI timeout (integer value) |
| 436 | #timeout=15 |
| 437 | |
| 438 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 439 | [stress] |
Attila Fazekas | b066165 | 2013-05-08 13:01:36 +0200 | [diff] [blame] | 440 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 441 | # |
| 442 | # Options defined in tempest.config |
| 443 | # |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 444 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 445 | # Directory containing log files on the compute nodes (string |
| 446 | # value) |
| 447 | #nova_logdir=<None> |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 448 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 449 | # Maximum number of instances to create during test. (integer |
| 450 | # value) |
| 451 | #max_instances=16 |
Nachi Ueno | 6d580be | 2013-07-24 10:58:11 -0700 | [diff] [blame] | 452 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 453 | # Controller host. (string value) |
| 454 | #controller=<None> |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 455 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 456 | # Controller host. (string value) |
| 457 | #target_controller=<None> |
Attila Fazekas | 0abbc95 | 2013-07-01 19:19:42 +0200 | [diff] [blame] | 458 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 459 | # ssh user. (string value) |
| 460 | #target_ssh_user=<None> |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 461 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 462 | # Path to private key. (string value) |
| 463 | #target_private_key_path=<None> |
fujioka yuuichi | a11994e | 2013-07-09 11:19:51 +0900 | [diff] [blame] | 464 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 465 | # regexp for list of log files. (string value) |
| 466 | #target_logfiles=<None> |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 467 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 468 | # time (in seconds) between log file error checks. (integer |
| 469 | # value) |
| 470 | #log_check_interval=60 |
ivan-zhu | 8f992be | 2013-07-31 14:56:58 +0800 | [diff] [blame] | 471 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 472 | # The number of threads created while stress test. (integer |
| 473 | # value) |
| 474 | #default_thread_number_per_action=4 |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 475 | |
Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 476 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 477 | [compute] |
| 478 | |
| 479 | # |
| 480 | # Options defined in tempest.config |
| 481 | # |
| 482 | |
| 483 | # Allows test cases to create/destroy tenants and users. This |
| 484 | # option enables isolated test cases and better parallel |
| 485 | # execution, but also requires that OpenStack Identity API |
| 486 | # admin credentials are known. (boolean value) |
| 487 | #allow_tenant_isolation=false |
| 488 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 489 | # Valid secondary image reference to be used in tests. (string |
| 490 | # value) |
| 491 | #image_ref={$IMAGE_ID} |
| 492 | |
| 493 | # Valid secondary image reference to be used in tests. (string |
| 494 | # value) |
| 495 | #image_ref_alt={$IMAGE_ID_ALT} |
| 496 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 497 | # Valid primary flavor to use in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 498 | #flavor_ref=1 |
| 499 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 500 | # Valid secondary flavor to be used in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 501 | #flavor_ref_alt=2 |
| 502 | |
| 503 | # User name used to authenticate to an instance. (string |
| 504 | # value) |
| 505 | #image_ssh_user=root |
| 506 | |
| 507 | # Password used to authenticate to an instance. (string value) |
| 508 | #image_ssh_password=password |
| 509 | |
| 510 | # User name used to authenticate to an instance using the |
| 511 | # alternate image. (string value) |
| 512 | #image_alt_ssh_user=root |
| 513 | |
| 514 | # Password used to authenticate to an instance using the |
| 515 | # alternate image. (string value) |
| 516 | #image_alt_ssh_password=password |
| 517 | |
| 518 | # Time in seconds between build status checks. (integer value) |
| 519 | #build_interval=10 |
| 520 | |
| 521 | # Timeout in seconds to wait for an instance to build. |
| 522 | # (integer value) |
| 523 | #build_timeout=300 |
| 524 | |
Derek Higgins | 85cd514 | 2013-12-17 17:10:11 +0000 | [diff] [blame] | 525 | # Should the tests ssh to instances? (boolean value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 526 | #run_ssh=false |
| 527 | |
| 528 | # User name used to authenticate to an instance. (string |
| 529 | # value) |
| 530 | #ssh_user=root |
| 531 | |
| 532 | # Timeout in seconds to wait for ping to succeed. (integer |
| 533 | # value) |
| 534 | #ping_timeout=60 |
| 535 | |
| 536 | # Timeout in seconds to wait for authentication to succeed. |
| 537 | # (integer value) |
| 538 | #ssh_timeout=300 |
| 539 | |
| 540 | # Additional wait time for clean state, when there is no OS- |
| 541 | # EXT-STS extension available (integer value) |
| 542 | #ready_wait=0 |
| 543 | |
| 544 | # Timeout in seconds to wait for output from ssh channel. |
| 545 | # (integer value) |
| 546 | #ssh_channel_timeout=60 |
| 547 | |
| 548 | # Visible fixed network name (string value) |
| 549 | #fixed_network_name=private |
| 550 | |
| 551 | # Network used for SSH connections. (string value) |
| 552 | #network_for_ssh=public |
| 553 | |
| 554 | # IP version used for SSH connections. (integer value) |
| 555 | #ip_version_for_ssh=4 |
| 556 | |
| 557 | # Dose the SSH uses Floating IP? (boolean value) |
| 558 | #use_floatingip_for_ssh=true |
| 559 | |
| 560 | # Catalog type of the Compute service. (string value) |
| 561 | #catalog_type=compute |
| 562 | |
| 563 | # The compute region name to use. If empty, the value of |
| 564 | # identity.region is used instead. If no such region is found |
| 565 | # in the service catalog, the first found one is used. (string |
| 566 | # value) |
| 567 | #region= |
| 568 | |
| 569 | # Catalog type of the Compute v3 service. (string value) |
| 570 | #catalog_v3_type=computev3 |
| 571 | |
| 572 | # Path to a private key file for SSH access to remote hosts |
| 573 | # (string value) |
| 574 | #path_to_private_key=<None> |
| 575 | |
| 576 | # Expected device name when a volume is attached to an |
| 577 | # instance (string value) |
| 578 | #volume_device_name=vdb |
| 579 | |
| 580 | # Time in seconds before a shelved instance is eligible for |
| 581 | # removing from a host. -1 never offload, 0 offload when |
| 582 | # shelved. This time should be the same as the time of |
| 583 | # nova.conf, and some tests will run for as long as the time. |
| 584 | # (integer value) |
| 585 | #shelved_offload_time=0 |
| 586 | |
Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 587 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 588 | [scenario] |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 589 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 590 | # |
| 591 | # Options defined in tempest.config |
| 592 | # |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 593 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 594 | # Directory containing image files (string value) |
| 595 | #img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 596 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 597 | # AMI image file name (string value) |
| 598 | #ami_img_file=cirros-0.3.1-x86_64-blank.img |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 599 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 600 | # ARI image file name (string value) |
| 601 | #ari_img_file=cirros-0.3.1-x86_64-initrd |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 602 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 603 | # AKI image file name (string value) |
| 604 | #aki_img_file=cirros-0.3.1-x86_64-vmlinuz |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 605 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 606 | # ssh username for the image file (string value) |
| 607 | #ssh_user=cirros |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 608 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 609 | # specifies how many resources to request at once. Used for |
| 610 | # large operations testing. (integer value) |
| 611 | #large_ops_number=0 |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 612 | |
| 613 | |
| 614 | [boto] |
| 615 | |
| 616 | # |
| 617 | # Options defined in tempest.config |
| 618 | # |
| 619 | |
| 620 | # EC2 URL (string value) |
| 621 | #ec2_url=http://localhost:8773/services/Cloud |
| 622 | |
| 623 | # S3 URL (string value) |
| 624 | #s3_url=http://localhost:8080 |
| 625 | |
| 626 | # AWS Secret Key (string value) |
| 627 | #aws_secret=<None> |
| 628 | |
| 629 | # AWS Access Key (string value) |
| 630 | #aws_access=<None> |
| 631 | |
| 632 | # S3 Materials Path (string value) |
| 633 | #s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 |
| 634 | |
| 635 | # ARI Ramdisk Image manifest (string value) |
| 636 | #ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml |
| 637 | |
| 638 | # AMI Machine Image manifest (string value) |
| 639 | #ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml |
| 640 | |
| 641 | # AKI Kernel Image manifest (string value) |
| 642 | #aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml |
| 643 | |
| 644 | # Instance type (string value) |
| 645 | #instance_type=m1.tiny |
| 646 | |
| 647 | # boto Http socket timeout (integer value) |
| 648 | #http_socket_timeout=3 |
| 649 | |
| 650 | # boto num_retries on error (integer value) |
| 651 | #num_retries=1 |
| 652 | |
| 653 | # Status Change Timeout (integer value) |
| 654 | #build_timeout=60 |
| 655 | |
| 656 | # Status Change Test Interval (integer value) |
| 657 | #build_interval=1 |
| 658 | |
| 659 | |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 660 | [dashboard] |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 661 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 662 | # |
| 663 | # Options defined in tempest.config |
| 664 | # |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 665 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 666 | # Where the dashboard can be found (string value) |
| 667 | #dashboard_url=http://localhost/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 668 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 669 | # Login page for the dashboard (string value) |
| 670 | #login_url=http://localhost/auth/login/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 671 | |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 672 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 673 | [orchestration] |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 674 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 675 | # |
| 676 | # Options defined in tempest.config |
| 677 | # |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 678 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 679 | # Catalog type of the Orchestration service. (string value) |
| 680 | #catalog_type=orchestration |
Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 681 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 682 | # The orchestration region name to use. If empty, the value of |
| 683 | # identity.region is used instead. If no such region is found |
| 684 | # in the service catalog, the first found one is used. (string |
| 685 | # value) |
| 686 | #region= |
Matthew Treinish | 4c41292 | 2013-07-16 15:27:42 -0400 | [diff] [blame] | 687 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 688 | # Allows test cases to create/destroy tenants and users. This |
| 689 | # option enables isolated test cases and better parallel |
| 690 | # execution, but also requires that OpenStack Identity API |
| 691 | # admin credentials are known. (boolean value) |
| 692 | #allow_tenant_isolation=false |
Marc Koderer | 32221b8e | 2013-08-23 13:57:50 +0200 | [diff] [blame] | 693 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 694 | # Time in seconds between build status checks. (integer value) |
| 695 | #build_interval=1 |
| 696 | |
| 697 | # Timeout in seconds to wait for a stack to build. (integer |
| 698 | # value) |
| 699 | #build_timeout=300 |
| 700 | |
| 701 | # Instance type for tests. Needs to be big enough for a full |
| 702 | # OS plus the test workload (string value) |
| 703 | #instance_type=m1.micro |
| 704 | |
| 705 | # Name of heat-cfntools enabled image to use when launching |
| 706 | # test instances. (string value) |
| 707 | #image_ref=<None> |
| 708 | |
| 709 | # Name of existing keypair to launch servers with. (string |
| 710 | # value) |
| 711 | #keypair_name=<None> |
| 712 | |
| 713 | # Value must match heat configuration of the same name. |
| 714 | # (integer value) |
| 715 | #max_template_size=524288 |
| 716 | |
| 717 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 718 | [debug] |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 719 | |
| 720 | # |
| 721 | # Options defined in tempest.config |
| 722 | # |
| 723 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 724 | # Enable diagnostic commands (boolean value) |
| 725 | #enable=true |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 726 | |
| 727 | |
| 728 | [service_available] |
| 729 | |
| 730 | # |
| 731 | # Options defined in tempest.config |
| 732 | # |
| 733 | |
| 734 | # Whether or not cinder is expected to be available (boolean |
| 735 | # value) |
| 736 | #cinder=true |
| 737 | |
| 738 | # Whether or not neutron is expected to be available (boolean |
| 739 | # value) |
| 740 | #neutron=false |
| 741 | |
| 742 | # Whether or not glance is expected to be available (boolean |
| 743 | # value) |
| 744 | #glance=true |
| 745 | |
| 746 | # Whether or not swift is expected to be available (boolean |
| 747 | # value) |
| 748 | #swift=true |
| 749 | |
| 750 | # Whether or not nova is expected to be available (boolean |
| 751 | # value) |
| 752 | #nova=true |
| 753 | |
| 754 | # Whether or not Heat is expected to be available (boolean |
| 755 | # value) |
| 756 | #heat=false |
| 757 | |
| 758 | # Whether or not Ceilometer is expected to be available |
| 759 | # (boolean value) |
| 760 | #ceilometer=true |
| 761 | |
| 762 | # Whether or not Horizon is expected to be available (boolean |
| 763 | # value) |
| 764 | #horizon=true |
| 765 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 766 | # Whether or not Savanna is expected to be available (boolean |
Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 767 | # value) |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 768 | #savanna=false |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 769 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 770 | |