blob: 3053367214d3cb6196611c2e7694662d62e68e05 [file] [log] [blame]
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -04001[DEFAULT]
Attila Fazekasbfd96e12013-07-31 17:19:10 +02002
Matthew Treinish3d468112013-10-24 21:49:14 +00003#
4# Options defined in tempest.openstack.common.lockutils
5#
Attila Fazekasbfd96e12013-07-31 17:19:10 +02006
Matthew Treinish3d468112013-10-24 21:49:14 +00007# Whether to disable inter-process locks (boolean value)
8#disable_process_locking=false
Attila Fazekasbfd96e12013-07-31 17:19:10 +02009
Matthew Treinish3d468112013-10-24 21:49:14 +000010# Directory to use for lock files. (string value)
11#lock_path=<None>
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -040012
Matthew Treinish3d468112013-10-24 21:49:14 +000013
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)
Sean Daguefc691e32014-01-03 08:51:54 -050031#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 Treinish3d468112013-10-24 21:49:14 +000032
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)
Sean Daguefc691e32014-01-03 08:51:54 -050046#default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN
Matthew Treinish3d468112013-10-24 21:49:14 +000047
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
Sean Daguefc691e32014-01-03 08:51:54 -050062# The name of logging configuration file. It does not disable
63# existing loggers, but just appends specified logging
64# configuration to any other existing logging options. Please
65# see the Python logging module documentation for details on
66# logging configuration files. (string value)
67# Deprecated group/name - [DEFAULT]/log_config
68#log_config_append=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +000069
70# DEPRECATED. A logging.Formatter log message format string
71# which may use any of the available logging.LogRecord
72# attributes. This option is deprecated. Please use
73# logging_context_format_string and
74# logging_default_format_string instead. (string value)
75#log_format=<None>
76
77# Format string for %%(asctime)s in log records. Default:
78# %(default)s (string value)
79#log_date_format=%Y-%m-%d %H:%M:%S
80
81# (Optional) Name of log file to output to. If no default is
82# set, logging will go to stdout. (string value)
83# Deprecated group/name - [DEFAULT]/logfile
84#log_file=<None>
85
86# (Optional) The base directory used for relative --log-file
87# paths (string value)
88# Deprecated group/name - [DEFAULT]/logdir
89#log_dir=<None>
90
91# Use syslog for logging. (boolean value)
92#use_syslog=false
93
94# syslog facility to receive log lines (string value)
95#syslog_log_facility=LOG_USER
96
Marc Kodererb714de52013-08-08 09:21:46 +020097
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +030098[baremetal]
99
100#
101# Options defined in tempest.config
102#
103
Adam Gandelman4a48a602014-03-20 18:23:18 -0700104# Catalog type of the baremetal provisioning service (string
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300105# value)
106#catalog_type=baremetal
107
Adam Gandelman4a48a602014-03-20 18:23:18 -0700108# Whether the Ironic nova-compute driver is enabled (boolean
109# value)
110#driver_enabled=false
111
JordanPfc62c902014-02-26 14:47:28 +0000112# The endpoint type to use for the baremetal provisioning
Adam Gandelman4a48a602014-03-20 18:23:18 -0700113# service (string value)
JordanPfc62c902014-02-26 14:47:28 +0000114#endpoint_type=publicURL
115
Adam Gandelman4a48a602014-03-20 18:23:18 -0700116# Timeout for Ironic node to completely provision (integer
117# value)
118#active_timeout=300
119
120# Timeout for association of Nova instance and Ironic node
121# (integer value)
122#association_timeout=10
123
124# Timeout for Ironic power transitions. (integer value)
125#power_timeout=20
126
127# Timeout for unprovisioning an Ironic node. (integer value)
128#unprovision_timeout=20
129
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300130
Sean Daguefc691e32014-01-03 08:51:54 -0500131[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400132
133#
134# Options defined in tempest.config
135#
136
Sean Daguefc691e32014-01-03 08:51:54 -0500137# EC2 URL (string value)
138#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400139
Sean Daguefc691e32014-01-03 08:51:54 -0500140# S3 URL (string value)
141#s3_url=http://localhost:8080
142
143# AWS Secret Key (string value)
144#aws_secret=<None>
145
146# AWS Access Key (string value)
147#aws_access=<None>
148
Attila Fazekas27dd92e2014-02-21 14:49:40 +0100149# AWS Zone for EC2 tests (string value)
150#aws_zone=nova
151
Sean Daguefc691e32014-01-03 08:51:54 -0500152# S3 Materials Path (string value)
153#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
154
155# ARI Ramdisk Image manifest (string value)
156#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
157
158# AMI Machine Image manifest (string value)
159#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
160
161# AKI Kernel Image manifest (string value)
162#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
163
164# Instance type (string value)
165#instance_type=m1.tiny
166
167# boto Http socket timeout (integer value)
168#http_socket_timeout=3
169
170# boto num_retries on error (integer value)
171#num_retries=1
172
173# Status Change Timeout (integer value)
174#build_timeout=60
175
176# Status Change Test Interval (integer value)
177#build_interval=1
178
179
180[cli]
181
182#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000183# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500184#
185
186# enable cli tests (boolean value)
187#enabled=true
188
189# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400190# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500191#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400192
Sean Dague44b24682014-02-20 19:08:24 -0500193# Whether the tempest run location has access to the *-manage
194# commands. In a pure blackbox environment it will not.
195# (boolean value)
196#has_manage=true
197
Sean Daguefc691e32014-01-03 08:51:54 -0500198# Number of seconds to wait on a CLI timeout (integer value)
199#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900200
Sean Dague83401992013-05-06 17:46:36 -0400201
Matthew Treinish3d468112013-10-24 21:49:14 +0000202[compute]
203
204#
205# Options defined in tempest.config
206#
207
208# Allows test cases to create/destroy tenants and users. This
209# option enables isolated test cases and better parallel
210# execution, but also requires that OpenStack Identity API
211# admin credentials are known. (boolean value)
212#allow_tenant_isolation=false
213
Jerry Cai9733d0e2014-03-19 15:50:49 +0800214# Valid primary image reference to be used in tests. (string
Matthew Treinish3d468112013-10-24 21:49:14 +0000215# value)
216#image_ref={$IMAGE_ID}
217
218# Valid secondary image reference to be used in tests. (string
219# value)
220#image_ref_alt={$IMAGE_ID_ALT}
221
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900222# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000223#flavor_ref=1
224
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900225# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000226#flavor_ref_alt=2
227
228# User name used to authenticate to an instance. (string
229# value)
230#image_ssh_user=root
231
232# Password used to authenticate to an instance. (string value)
233#image_ssh_password=password
234
235# User name used to authenticate to an instance using the
236# alternate image. (string value)
237#image_alt_ssh_user=root
238
239# Password used to authenticate to an instance using the
240# alternate image. (string value)
241#image_alt_ssh_password=password
242
243# Time in seconds between build status checks. (integer value)
244#build_interval=10
245
246# Timeout in seconds to wait for an instance to build.
247# (integer value)
248#build_timeout=300
249
Derek Higgins85cd5142013-12-17 17:10:11 +0000250# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000251#run_ssh=false
252
Attila Fazekas423834d2014-03-14 17:33:13 +0100253# Auth method used for authenticate to the instance. Valid
254# choices are: keypair, configured, adminpass. keypair: start
255# the servers with an ssh keypair. configured: use the
256# configured user and password. adminpass: use the injected
257# adminPass. disabled: avoid using ssh when it is an option.
258# (string value)
259#ssh_auth_method=keypair
260
261# How to connect to the instance? fixed: using the first ip
262# belongs the fixed network floating: creating and using a
263# floating ip (string value)
264#ssh_connect_method=fixed
265
Matthew Treinish3d468112013-10-24 21:49:14 +0000266# User name used to authenticate to an instance. (string
267# value)
268#ssh_user=root
269
270# Timeout in seconds to wait for ping to succeed. (integer
271# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000272#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000273
274# Timeout in seconds to wait for authentication to succeed.
275# (integer value)
276#ssh_timeout=300
277
278# Additional wait time for clean state, when there is no OS-
279# EXT-STS extension available (integer value)
280#ready_wait=0
281
282# Timeout in seconds to wait for output from ssh channel.
283# (integer value)
284#ssh_channel_timeout=60
285
286# Visible fixed network name (string value)
287#fixed_network_name=private
288
289# Network used for SSH connections. (string value)
290#network_for_ssh=public
291
292# IP version used for SSH connections. (integer value)
293#ip_version_for_ssh=4
294
Tushar Kalra95a482d2014-03-25 14:24:43 -0700295# Does SSH use Floating IPs? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000296#use_floatingip_for_ssh=true
297
298# Catalog type of the Compute service. (string value)
299#catalog_type=compute
300
301# The compute region name to use. If empty, the value of
302# identity.region is used instead. If no such region is found
303# in the service catalog, the first found one is used. (string
304# value)
305#region=
306
JordanP5d29b2c2013-12-18 13:56:03 +0000307# The endpoint type to use for the compute service. (string
308# value)
309#endpoint_type=publicURL
310
Matthew Treinish3d468112013-10-24 21:49:14 +0000311# Catalog type of the Compute v3 service. (string value)
312#catalog_v3_type=computev3
313
314# Path to a private key file for SSH access to remote hosts
315# (string value)
316#path_to_private_key=<None>
317
318# Expected device name when a volume is attached to an
319# instance (string value)
320#volume_device_name=vdb
321
322# Time in seconds before a shelved instance is eligible for
323# removing from a host. -1 never offload, 0 offload when
324# shelved. This time should be the same as the time of
325# nova.conf, and some tests will run for as long as the time.
326# (integer value)
327#shelved_offload_time=0
328
Sean Daguefc691e32014-01-03 08:51:54 -0500329# Allows test cases to create/destroy tenants and users. This
330# option enables isolated test cases and better parallel
331# execution, but also requires that OpenStack Identity API
332# admin credentials are known. (boolean value)
333#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000334
Sean Daguefc691e32014-01-03 08:51:54 -0500335
336[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700337
Matthew Treinish3d468112013-10-24 21:49:14 +0000338#
339# Options defined in tempest.config
340#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400341
Sean Daguefc691e32014-01-03 08:51:54 -0500342# Administrative Username to use for Nova API requests.
343# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000344#username=<None>
Arata Notsu8f440392013-09-13 16:14:20 +0900345
Sean Daguefc691e32014-01-03 08:51:54 -0500346# Administrative Tenant name to use for Nova API requests.
347# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000348#tenant_name=<None>
Maru Newby81f07a02012-09-05 20:21:19 -0700349
Sean Daguefc691e32014-01-03 08:51:54 -0500350# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000351#password=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000352
353
Sean Daguefc691e32014-01-03 08:51:54 -0500354[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000355
356#
357# Options defined in tempest.config
358#
359
Sean Daguefc691e32014-01-03 08:51:54 -0500360# If false, skip all nova v3 tests. (boolean value)
361#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000362
Sean Daguefc691e32014-01-03 08:51:54 -0500363# If false, skip disk config tests (boolean value)
364#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000365
Zhi Kun Liude25c022014-02-14 13:25:19 +0800366# A list of enabled compute extensions with a special entry
367# all which indicates every extension is enabled (list value)
368#api_extensions=all
369
Sean Daguefc691e32014-01-03 08:51:54 -0500370# A list of enabled v3 extensions with a special entry all
371# which indicates every extension is enabled (list value)
372#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000373
Sean Daguefc691e32014-01-03 08:51:54 -0500374# Does the test environment support changing the admin
375# password? (boolean value)
376#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000377
Sean Daguefc691e32014-01-03 08:51:54 -0500378# Does the test environment support resizing? (boolean value)
379#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000380
Eric Windischb5538072014-03-09 23:47:35 -0400381# Does the test environment support pausing? (boolean value)
382#pause=true
383
Eric Windischaeb7e842014-03-10 01:10:50 -0400384# Does the test environment support suspend/resume? (boolean
385# value)
386#suspend=true
387
Sean Daguefc691e32014-01-03 08:51:54 -0500388# Does the test environment support live migration available?
389# (boolean value)
390#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000391
Sean Daguefc691e32014-01-03 08:51:54 -0500392# Does the test environment use block devices for live
393# migration (boolean value)
394#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000395
Sean Daguefc691e32014-01-03 08:51:54 -0500396# Does the test environment block migration support cinder
397# iSCSI volumes (boolean value)
398#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100399
Ghanshyam Mann41c17572014-02-27 18:52:56 +0900400# Enable VNC console. This configuration value should be same
401# as [nova.vnc]->vnc_enabled in nova.conf (boolean value)
402#vnc_console=false
403
Ghanshyam70876d02014-03-11 11:40:18 +0900404# Enable Spice console. This configuration value should be
405# same as [nova.spice]->enabled in nova.conf (boolean value)
406#spice_console=false
407
408# Enable RDP console. This configuration value should be same
409# as [nova.rdp]->enabled in nova.conf (boolean value)
410#rdp_console=false
411
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100412
Julie Pichond1017642013-07-24 16:37:23 +0100413[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100414
Matthew Treinish3d468112013-10-24 21:49:14 +0000415#
416# Options defined in tempest.config
417#
Julie Pichond1017642013-07-24 16:37:23 +0100418
Matthew Treinish3d468112013-10-24 21:49:14 +0000419# Where the dashboard can be found (string value)
420#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900421
Matthew Treinish3d468112013-10-24 21:49:14 +0000422# Login page for the dashboard (string value)
423#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900424
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900425
Sean Daguefc691e32014-01-03 08:51:54 -0500426[data_processing]
427
428#
429# Options defined in tempest.config
430#
431
432# Catalog type of the data processing service. (string value)
433#catalog_type=data_processing
434
JordanPfc62c902014-02-26 14:47:28 +0000435# The endpoint type to use for the data processing service.
436# (string value)
437#endpoint_type=publicURL
438
Sean Daguefc691e32014-01-03 08:51:54 -0500439
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800440[database]
441
442#
443# Options defined in tempest.config
444#
445
446# Catalog type of the Database service. (string value)
447#catalog_type=database
448
449# Valid primary flavor to use in database tests. (string
450# value)
451#db_flavor_ref=1
452
453
Sean Daguefc691e32014-01-03 08:51:54 -0500454[debug]
455
456#
457# Options defined in tempest.config
458#
459
460# Enable diagnostic commands (boolean value)
461#enable=true
462
Sean Daguec522c092014-03-24 10:43:22 -0400463# A regex to determine which requests should be traced. This
464# is a regex to match the caller for rest client requests to
465# be able to selectively trace calls out of specific classes
466# and methods. It largely exists for test development, and is
467# not expected to be used in a real deploy of tempest. This
468# will be matched against the discovered ClassName:method in
469# the test environment. Expected values for this field are:
470# * ClassName:test_method_name - traces one test_method *
471# ClassName:setUp(Class) - traces specific setup functions *
472# ClassName:tearDown(Class) - traces specific teardown
473# functions * ClassName:_run_cleanups - traces the cleanup
474# functions If nothing is specified, this feature is not
475# enabled. To trace everything specify .* as the regex.
476# (string value)
477#trace_requests=
478
Sean Daguefc691e32014-01-03 08:51:54 -0500479
480[identity]
481
482#
483# Options defined in tempest.config
484#
485
486# Catalog type of the Identity service. (string value)
487#catalog_type=identity
488
489# Set to True if using self-signed SSL certificates. (boolean
490# value)
491#disable_ssl_certificate_validation=false
492
493# Full URI of the OpenStack Identity API (Keystone), v2
494# (string value)
495#uri=<None>
496
497# Full URI of the OpenStack Identity API (Keystone), v3
498# (string value)
499#uri_v3=<None>
500
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000501# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000502# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000503#auth_version=v2
504
Sean Daguefc691e32014-01-03 08:51:54 -0500505# The identity region name to use. Also used as the other
506# services' region name unless they are set explicitly. If no
507# such region is found in the service catalog, the first found
508# one is used. (string value)
509#region=RegionOne
510
JordanP5d29b2c2013-12-18 13:56:03 +0000511# The endpoint type to use for the identity service. (string
512# value)
513#endpoint_type=publicURL
514
Sean Daguefc691e32014-01-03 08:51:54 -0500515# Username to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000516#username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500517
518# Tenant name to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000519#tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500520
521# Role required to administrate keystone. (string value)
522#admin_role=admin
523
524# API key to use when authenticating. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000525#password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500526
527# Username of alternate user to use for Nova API requests.
528# (string value)
529#alt_username=<None>
530
531# Alternate user's Tenant name to use for Nova API requests.
532# (string value)
533#alt_tenant_name=<None>
534
535# API key to use when authenticating as alternate user.
536# (string value)
537#alt_password=<None>
538
Dirk Mueller14bd5622014-01-14 19:33:05 +0100539# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500540# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000541#admin_username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500542
543# Administrative Tenant name to use for Keystone API requests.
544# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000545#admin_tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500546
547# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000548#admin_password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500549
550
Matthew Treinishd5021a72014-01-09 18:42:51 +0000551[identity-feature-enabled]
552
553#
554# Options defined in tempest.config
555#
556
557# Does the identity service have delegation and impersonation
558# enabled (boolean value)
559#trust=true
560
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000561# Is the v2 identity API enabled (boolean value)
562#api_v2=true
563
564# Is the v3 identity API enabled (boolean value)
565#api_v3=true
566
Matthew Treinishd5021a72014-01-09 18:42:51 +0000567
Sean Daguefc691e32014-01-03 08:51:54 -0500568[image]
569
570#
571# Options defined in tempest.config
572#
573
574# Catalog type of the Image service. (string value)
575#catalog_type=image
576
577# The image region name to use. If empty, the value of
578# identity.region is used instead. If no such region is found
579# in the service catalog, the first found one is used. (string
580# value)
581#region=
582
JordanP5d29b2c2013-12-18 13:56:03 +0000583# The endpoint type to use for the image service. (string
584# value)
585#endpoint_type=publicURL
586
Sean Daguefc691e32014-01-03 08:51:54 -0500587# http accessible image (string value)
588#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
589
590
591[image-feature-enabled]
592
593#
594# Options defined in tempest.config
595#
596
597# Is the v2 image API enabled (boolean value)
598#api_v2=true
599
600# Is the v1 image API enabled (boolean value)
601#api_v1=true
602
603
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000604[input-scenario]
605
606#
607# Options defined in tempest.config
608#
609
610# Matching images become parameters for scenario tests (string
611# value)
612#image_regex=^cirros-0.3.1-x86_64-uec$
613
614# Matching flavors become parameters for scenario tests
615# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000616#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000617
618# SSH verification in tests is skippedfor matching images
619# (string value)
620#non_ssh_image_regex=^.*[Ww]in.*$
621
622# List of user mapped to regex to matching image names.
623# (string value)
624#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
625
626
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100627[negative]
628
629#
630# Options defined in tempest.config
631#
632
633# Test generator class for all negative tests (string value)
634#test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator
635
636
Sean Daguefc691e32014-01-03 08:51:54 -0500637[network]
638
639#
640# Options defined in tempest.config
641#
642
643# Catalog type of the Neutron service. (string value)
644#catalog_type=network
645
646# The network region name to use. If empty, the value of
647# identity.region is used instead. If no such region is found
648# in the service catalog, the first found one is used. (string
649# value)
650#region=
651
JordanP5d29b2c2013-12-18 13:56:03 +0000652# The endpoint type to use for the network service. (string
653# value)
654#endpoint_type=publicURL
655
Henry Gessauffda37a2014-01-16 11:17:55 -0500656# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500657# value)
658#tenant_network_cidr=10.100.0.0/16
659
Henry Gessauffda37a2014-01-16 11:17:55 -0500660# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500661#tenant_network_mask_bits=28
662
Henry Gessauffda37a2014-01-16 11:17:55 -0500663# The cidr block to allocate tenant ipv6 subnets from (string
664# value)
665#tenant_network_v6_cidr=2003::/64
666
667# The mask bits for tenant ipv6 subnets (integer value)
668#tenant_network_v6_mask_bits=96
669
Sean Daguefc691e32014-01-03 08:51:54 -0500670# Whether tenant network connectivity should be evaluated
671# directly (boolean value)
672#tenant_networks_reachable=false
673
674# Id of the public network that provides external connectivity
675# (string value)
676#public_network_id=
677
678# Id of the public router that provides external connectivity
679# (string value)
680#public_router_id=
681
izikpensod9a01a62014-02-17 20:02:32 +0200682# Timeout in seconds to wait for network operation to
683# complete. (integer value)
684#build_timeout=300
685
686# Time in seconds between network operation status checks.
687# (integer value)
688#build_interval=10
689
Sean Daguefc691e32014-01-03 08:51:54 -0500690
691[network-feature-enabled]
692
693#
694# Options defined in tempest.config
695#
696
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000697# Allow the execution of IPv6 tests (boolean value)
698#ipv6=true
699
Zhi Kun Liude25c022014-02-14 13:25:19 +0800700# A list of enabled network extensions with a special entry
701# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500702#api_extensions=all
703
704
705[object-storage]
706
707#
708# Options defined in tempest.config
709#
710
711# Catalog type of the Object-Storage service. (string value)
712#catalog_type=object-store
713
714# The object-storage region name to use. If empty, the value
715# of identity.region is used instead. If no such region is
716# found in the service catalog, the first found one is used.
717# (string value)
718#region=
719
JordanP5d29b2c2013-12-18 13:56:03 +0000720# The endpoint type to use for the object-store service.
721# (string value)
722#endpoint_type=publicURL
723
Fabien Boucher2178d312013-12-31 15:38:57 +0100724# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500725# container synchronization complete. (integer value)
726#container_sync_timeout=120
727
Fabien Boucher2178d312013-12-31 15:38:57 +0100728# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500729# of a container to container synchronization (integer value)
730#container_sync_interval=5
731
732# Role to add to users created for swift tests to enable
733# creating containers (string value)
734#operator_role=Member
735
Matthew Treinish998c91d2014-03-01 12:39:49 -0500736# User role that has reseller admin (string value)
737#reseller_admin_role=ResellerAdmin
738
Sean Daguefc691e32014-01-03 08:51:54 -0500739
740[object-storage-feature-enabled]
741
742#
743# Options defined in tempest.config
744#
745
Matthew Treinish20345382013-12-13 17:04:23 +0000746# A list of the enabled optional discoverable apis. A single
747# entry, all, indicates that all of these features are
748# expected to be enabled (list value)
749#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500750
751
Matthew Treinish3d468112013-10-24 21:49:14 +0000752[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900753
Matthew Treinish3d468112013-10-24 21:49:14 +0000754#
755# Options defined in tempest.config
756#
Attila Fazekas86950732013-06-08 09:33:08 +0200757
Matthew Treinish3d468112013-10-24 21:49:14 +0000758# Catalog type of the Orchestration service. (string value)
759#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000760
Matthew Treinish3d468112013-10-24 21:49:14 +0000761# The orchestration region name to use. If empty, the value of
762# identity.region is used instead. If no such region is found
763# in the service catalog, the first found one is used. (string
764# value)
765#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400766
JordanP5d29b2c2013-12-18 13:56:03 +0000767# The endpoint type to use for the orchestration service.
768# (string value)
769#endpoint_type=publicURL
770
Matthew Treinish3d468112013-10-24 21:49:14 +0000771# Time in seconds between build status checks. (integer value)
772#build_interval=1
773
774# Timeout in seconds to wait for a stack to build. (integer
775# value)
Matthew Treinisha2dfd492014-04-15 11:15:34 -0400776#build_timeout=1200
Matthew Treinish3d468112013-10-24 21:49:14 +0000777
778# Instance type for tests. Needs to be big enough for a full
779# OS plus the test workload (string value)
780#instance_type=m1.micro
781
782# Name of heat-cfntools enabled image to use when launching
783# test instances. (string value)
784#image_ref=<None>
785
786# Name of existing keypair to launch servers with. (string
787# value)
788#keypair_name=<None>
789
790# Value must match heat configuration of the same name.
791# (integer value)
792#max_template_size=524288
793
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000794# Value must match heat configuration of the same name.
795# (integer value)
796#max_resources_per_stack=1000
797
Matthew Treinish3d468112013-10-24 21:49:14 +0000798
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500799[queuing]
800
801#
802# Options defined in tempest.config
803#
804
805# Catalog type of the Queuing service. (string value)
806#catalog_type=queuing
807
808
Sean Daguefc691e32014-01-03 08:51:54 -0500809[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000810
811#
812# Options defined in tempest.config
813#
814
Sean Daguefc691e32014-01-03 08:51:54 -0500815# Directory containing image files (string value)
816#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
817
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900818# QCOW2 image file name (string value)
819#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
820
Sean Daguefc691e32014-01-03 08:51:54 -0500821# AMI image file name (string value)
822#ami_img_file=cirros-0.3.1-x86_64-blank.img
823
824# ARI image file name (string value)
825#ari_img_file=cirros-0.3.1-x86_64-initrd
826
827# AKI image file name (string value)
828#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
829
830# ssh username for the image file (string value)
831#ssh_user=cirros
832
833# specifies how many resources to request at once. Used for
834# large operations testing. (integer value)
835#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000836
837
838[service_available]
839
840#
841# Options defined in tempest.config
842#
843
844# Whether or not cinder is expected to be available (boolean
845# value)
846#cinder=true
847
848# Whether or not neutron is expected to be available (boolean
849# value)
850#neutron=false
851
852# Whether or not glance is expected to be available (boolean
853# value)
854#glance=true
855
856# Whether or not swift is expected to be available (boolean
857# value)
858#swift=true
859
860# Whether or not nova is expected to be available (boolean
861# value)
862#nova=true
863
864# Whether or not Heat is expected to be available (boolean
865# value)
866#heat=false
867
868# Whether or not Ceilometer is expected to be available
869# (boolean value)
870#ceilometer=true
871
872# Whether or not Horizon is expected to be available (boolean
873# value)
874#horizon=true
875
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400876# Whether or not Sahara is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100877# value)
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400878#sahara=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000879
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300880# Whether or not Ironic is expected to be available (boolean
881# value)
882#ironic=false
883
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800884# Whether or not Trove is expected to be available (boolean
885# value)
886#trove=false
887
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500888# Whether or not Marconi is expected to be available (boolean
889# value)
890#marconi=false
891
Matthew Treinish3d468112013-10-24 21:49:14 +0000892
Sean Daguefc691e32014-01-03 08:51:54 -0500893[stress]
894
895#
896# Options defined in tempest.config
897#
898
899# Directory containing log files on the compute nodes (string
900# value)
901#nova_logdir=<None>
902
903# Maximum number of instances to create during test. (integer
904# value)
905#max_instances=16
906
907# Controller host. (string value)
908#controller=<None>
909
910# Controller host. (string value)
911#target_controller=<None>
912
913# ssh user. (string value)
914#target_ssh_user=<None>
915
916# Path to private key. (string value)
917#target_private_key_path=<None>
918
919# regexp for list of log files. (string value)
920#target_logfiles=<None>
921
922# time (in seconds) between log file error checks. (integer
923# value)
924#log_check_interval=60
925
926# The number of threads created while stress test. (integer
927# value)
928#default_thread_number_per_action=4
929
Julien Leloup04d40f72014-01-28 11:17:18 +0100930# Prevent the cleaning (tearDownClass()) between each stress
931# test run if an exception occurs during this run. (boolean
932# value)
933#leave_dirty_stack=false
934
Julien Leloupa5ee5422014-02-13 14:29:02 +0100935# Allows a full cleaning process after a stress test. Caution
936# : this cleanup will remove every objects of every tenant.
937# (boolean value)
938#full_clean_stack=false
939
Sean Daguefc691e32014-01-03 08:51:54 -0500940
941[telemetry]
942
943#
944# Options defined in tempest.config
945#
946
947# Catalog type of the Telemetry service. (string value)
948#catalog_type=metering
949
JordanPfc62c902014-02-26 14:47:28 +0000950# The endpoint type to use for the telemetry service. (string
951# value)
952#endpoint_type=publicURL
953
Sean Daguefc691e32014-01-03 08:51:54 -0500954
955[volume]
956
957#
958# Options defined in tempest.config
959#
960
961# Time in seconds between volume availability checks. (integer
962# value)
963#build_interval=10
964
965# Timeout in seconds to wait for a volume to becomeavailable.
966# (integer value)
967#build_timeout=300
968
969# Catalog type of the Volume Service (string value)
970#catalog_type=volume
971
972# The volume region name to use. If empty, the value of
973# identity.region is used instead. If no such region is found
974# in the service catalog, the first found one is used. (string
975# value)
976#region=
977
JordanP5d29b2c2013-12-18 13:56:03 +0000978# The endpoint type to use for the volume service. (string
979# value)
980#endpoint_type=publicURL
981
Sean Daguefc691e32014-01-03 08:51:54 -0500982# Name of the backend1 (must be declared in cinder.conf)
983# (string value)
984#backend1_name=BACKEND_1
985
986# Name of the backend2 (must be declared in cinder.conf)
987# (string value)
988#backend2_name=BACKEND_2
989
990# Backend protocol to target when creating volume types
991# (string value)
992#storage_protocol=iSCSI
993
994# Backend vendor to target when creating volume types (string
995# value)
996#vendor_name=Open Source
997
998# Disk format to use when copying a volume to image (string
999# value)
1000#disk_format=raw
1001
Jerry Cai9733d0e2014-03-19 15:50:49 +08001002# Default size in GB for volumes created by volumes tests
1003# (integer value)
1004#volume_size=1
1005
Sean Daguefc691e32014-01-03 08:51:54 -05001006
1007[volume-feature-enabled]
1008
1009#
1010# Options defined in tempest.config
1011#
1012
1013# Runs Cinder multi-backend test (requires 2 backends)
1014# (boolean value)
1015#multi_backend=false
1016
Giulio Fidente74b08ad2014-01-18 04:02:51 +01001017# Runs Cinder volumes backup test (boolean value)
1018#backup=true
1019
JordanPbce55532014-03-19 12:10:32 +01001020# Runs Cinder volume snapshot test (boolean value)
1021#snapshot=true
1022
Zhi Kun Liude25c022014-02-14 13:25:19 +08001023# A list of enabled volume extensions with a special entry all
1024# which indicates every extension is enabled (list value)
1025#api_extensions=all
1026
Sean Daguefc691e32014-01-03 08:51:54 -05001027# Is the v1 volume API enabled (boolean value)
1028#api_v1=true
1029
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001030# Is the v2 volume API enabled (boolean value)
1031#api_v2=true
1032
Sean Daguefc691e32014-01-03 08:51:54 -05001033