blob: c35f07115721339ca3a48c070d415dbb8e8cfd5e [file] [log] [blame]
Jay Pipesa6aa5f22012-07-24 19:40:29 -04001[tox]
rajat299b660852017-03-28 15:11:40 +05302envlist = pep8,py35,py27,pip-check-reqs
Ghanshyam3a59e1e2016-01-14 17:15:29 +09003minversion = 2.3.1
Matthew Treinish7228e112013-10-03 14:58:54 +00004skipsdist = True
Jay Pipesa6aa5f22012-07-24 19:40:29 -04005
Matthew Treinish5b7626a2014-09-23 17:39:38 -04006[tempestenv]
Joe Gordon9f1612e2015-01-28 11:23:43 -08007sitepackages = False
Masayuki Igawad81d3ce2016-04-20 15:00:54 +09008setenv =
9 VIRTUAL_ENV={envdir}
10 OS_TEST_PATH=./tempest/test_discover
11deps =
Andreas Jaeger880d9432017-12-01 07:38:54 +010012 -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090013 -r{toxinidir}/requirements.txt
Matthew Treinish5b7626a2014-09-23 17:39:38 -040014
15[testenv]
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090016setenv =
17 VIRTUAL_ENV={envdir}
Andrea Frittoli8f018cb2017-08-11 14:36:18 +010018 OS_LOG_CAPTURE=1
ChangBo Guo(gcb)cd0374a2016-06-29 15:33:56 +080019 PYTHONWARNINGS=default::DeprecationWarning
Masayuki Igawad0b8ebd2017-09-14 14:51:25 -060020passenv = OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_TEST_TIMEOUT OS_TEST_LOCK_PATH TEMPEST_CONFIG TEMPEST_CONFIG_DIR http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION GENERATE_TEMPEST_PLUGIN_LIST
Matthew Treinish7228e112013-10-03 14:58:54 +000021usedevelop = True
Andreas Jaeger880d9432017-12-01 07:38:54 +010022install_command = pip install {opts} {packages}
Matthew Treinish5b7626a2014-09-23 17:39:38 -040023whitelist_externals = *
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090024deps =
Andreas Jaeger880d9432017-12-01 07:38:54 +010025 -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090026 -r{toxinidir}/requirements.txt
27 -r{toxinidir}/test-requirements.txt
Sean Daguec7b4d882014-11-25 08:18:23 -050028commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090029 find . -type f -name "*.pyc" -delete
Masayuki Igawad0b8ebd2017-09-14 14:51:25 -060030 stestr --test-path ./tempest/tests run {posargs}
Matthew Treinish12fdf4b2013-10-03 15:20:09 +000031
Jon Grimm270bd7f2014-08-05 18:11:29 +000032[testenv:genconfig]
Matthew Treinishbdef1c72016-06-21 18:06:49 -040033commands = oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf
Jon Grimm270bd7f2014-08-05 18:11:29 +000034
Matthew Treinishb2f5cad2014-01-07 21:54:55 +000035[testenv:cover]
Matthew Treinishb2f5cad2014-01-07 21:54:55 +000036commands = python setup.py testr --coverage --testr-arg='tempest\.tests {posargs}'
37
Giampaolo Lauria7a3e0042013-06-07 14:59:19 -040038[testenv:all]
Matthew Treinish0e25a902016-04-29 16:38:51 -040039envdir = .tox/tempest
Matthew Treinish5b7626a2014-09-23 17:39:38 -040040sitepackages = {[tempestenv]sitepackages}
David Kranzf9695d22014-10-27 11:43:52 -040041# 'all' includes slow tests
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090042setenv =
43 {[tempestenv]setenv}
44 OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:1200}
Matthew Treinish5b7626a2014-09-23 17:39:38 -040045deps = {[tempestenv]deps}
Giampaolo Lauria7a3e0042013-06-07 14:59:19 -040046commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090047 find . -type f -name "*.pyc" -delete
Matthew Treinish68c78712016-07-28 14:47:27 -040048 tempest run --regex {posargs}
Matthew Treinish87af1bb2013-06-17 15:29:10 -040049
Matthew Treinish3a9d3e72015-11-20 14:51:31 -050050[testenv:ostestr]
51sitepackages = {[tempestenv]sitepackages}
52# 'all' includes slow tests
53setenv =
54 {[tempestenv]setenv}
55 OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:1200}
56deps = {[tempestenv]deps}
57commands =
58 find . -type f -name "*.pyc" -delete
59 ostestr {posargs}
60
Marc Kodererc2f9b3a2015-07-27 15:19:08 +020061[testenv:all-plugin]
62sitepackages = True
63# 'all' includes slow tests
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090064setenv =
65 {[tempestenv]setenv}
66 OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:1200}
Marc Kodererc2f9b3a2015-07-27 15:19:08 +020067deps = {[tempestenv]deps}
68commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090069 find . -type f -name "*.pyc" -delete
Matthew Treinish68c78712016-07-28 14:47:27 -040070 tempest run --regex {posargs}
Marc Kodererc2f9b3a2015-07-27 15:19:08 +020071
Monty Taylor8d4c90c2013-05-02 14:33:18 -040072[testenv:full]
Matthew Treinish0e25a902016-04-29 16:38:51 -040073envdir = .tox/tempest
Matthew Treinish5b7626a2014-09-23 17:39:38 -040074sitepackages = {[tempestenv]sitepackages}
75setenv = {[tempestenv]setenv}
76deps = {[tempestenv]deps}
Matthew Treinish59eb0b22013-08-07 15:48:21 -040077# The regex below is used to select which tests to run and exclude the slow tag:
Masayuki Igawa83522042015-12-01 16:51:34 +090078# See the testrepository bug: https://bugs.launchpad.net/testrepository/+bug/1208610
Matthew Treinish83d2ec42013-07-30 16:37:32 -040079commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090080 find . -type f -name "*.pyc" -delete
Sean Dague49505df2017-03-01 11:35:58 -050081 tempest run --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' {posargs}
82 tempest run --combine --serial --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)' {posargs}
Matthew Treinish83d2ec42013-07-30 16:37:32 -040083
Matthew Treinish99288cd2014-02-10 09:21:51 -050084[testenv:full-serial]
Matthew Treinish0e25a902016-04-29 16:38:51 -040085envdir = .tox/tempest
Matthew Treinish5b7626a2014-09-23 17:39:38 -040086sitepackages = {[tempestenv]sitepackages}
87setenv = {[tempestenv]setenv}
88deps = {[tempestenv]deps}
Matthew Treinish99288cd2014-02-10 09:21:51 -050089# The regex below is used to select which tests to run and exclude the slow tag:
Masayuki Igawa83522042015-12-01 16:51:34 +090090# See the testrepository bug: https://bugs.launchpad.net/testrepository/+bug/1208610
Matthew Treinish99288cd2014-02-10 09:21:51 -050091commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +090092 find . -type f -name "*.pyc" -delete
Masayuki Igawa730f59b2016-09-21 11:47:32 +020093 tempest run --serial --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' {posargs}
Matthew Treinish99288cd2014-02-10 09:21:51 -050094
Andrea Frittolib838af92017-03-06 15:11:13 +000095[testenv:scenario]
96envdir = .tox/tempest
97sitepackages = {[tempestenv]sitepackages}
98setenv = {[tempestenv]setenv}
99deps = {[tempestenv]deps}
100# The regex below is used to select all scenario tests
101commands =
102 find . -type f -name "*.pyc" -delete
103 tempest run --serial --regex '(^tempest\.scenario)' {posargs}
104
Monty Taylor8d4c90c2013-05-02 14:33:18 -0400105[testenv:smoke]
Matthew Treinish0e25a902016-04-29 16:38:51 -0400106envdir = .tox/tempest
Matthew Treinish5b7626a2014-09-23 17:39:38 -0400107sitepackages = {[tempestenv]sitepackages}
108setenv = {[tempestenv]setenv}
109deps = {[tempestenv]deps}
Monty Taylor8d4c90c2013-05-02 14:33:18 -0400110commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +0900111 find . -type f -name "*.pyc" -delete
Matthew Treinish68c78712016-07-28 14:47:27 -0400112 tempest run --regex '\[.*\bsmoke\b.*\]' {posargs}
Monty Taylor8d4c90c2013-05-02 14:33:18 -0400113
Joe Gordond2796292013-11-14 12:55:55 -0800114[testenv:smoke-serial]
Matthew Treinish0e25a902016-04-29 16:38:51 -0400115envdir = .tox/tempest
Matthew Treinish5b7626a2014-09-23 17:39:38 -0400116sitepackages = {[tempestenv]sitepackages}
117setenv = {[tempestenv]setenv}
118deps = {[tempestenv]deps}
Joe Gordond2796292013-11-14 12:55:55 -0800119# This is still serial because neutron doesn't work with parallel. See:
120# https://bugs.launchpad.net/tempest/+bug/1216076 so the neutron smoke
121# job would fail if we moved it to parallel.
122commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +0900123 find . -type f -name "*.pyc" -delete
Matthew Treinish68c78712016-07-28 14:47:27 -0400124 tempest run --serial --regex '\[.*\bsmoke\b.*\]' {posargs}
Joe Gordond2796292013-11-14 12:55:55 -0800125
Sean Dagueb56052b2013-05-21 17:57:41 -0400126[testenv:venv]
127commands = {posargs}
Sean Dagueb56052b2013-05-21 17:57:41 -0400128
Matthew Treinish0e25a902016-04-29 16:38:51 -0400129[testenv:venv-tempest]
130envdir = .tox/tempest
131sitepackages = {[tempestenv]sitepackages}
132setenv = {[tempestenv]setenv}
133deps = {[tempestenv]deps}
134commands = {posargs}
135
Matthew Treinish8bd013e2014-06-18 21:58:32 -0400136[testenv:docs]
Mathew Oddenb389faa2015-07-30 20:24:08 +0000137commands =
junboli8bd00e32017-08-22 17:06:15 +0800138 rm -rf doc/build
Masayuki Igawad81d3ce2016-04-20 15:00:54 +0900139 python setup.py build_sphinx {posargs}
Matthew Treinish8bd013e2014-06-18 21:58:32 -0400140
Jay Pipesa6aa5f22012-07-24 19:40:29 -0400141[testenv:pep8]
Matthew Treinish3d468112013-10-24 21:49:14 +0000142commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +0900143 flake8 {posargs}
144 check-uuid
Matthew Treinish3d468112013-10-24 21:49:14 +0000145
Chris Hoge7579c1a2015-02-26 14:12:15 -0800146[testenv:uuidgen]
147commands =
Masayuki Igawad81d3ce2016-04-20 15:00:54 +0900148 check-uuid --fix
Chris Hoge296558c2015-02-19 00:29:49 -0600149
Giampaolo Lauria1b837ce2013-05-01 11:22:07 -0400150[hacking]
Giampaolo Lauriad50c27d2013-05-23 15:23:12 -0400151local-check-factory = tempest.hacking.checks.factory
Matthew Treinish2b6db0c2014-05-17 10:42:36 -0400152import_exceptions = tempest.services
Giampaolo Lauria1b837ce2013-05-01 11:22:07 -0400153
Monty Taylorb2ca5ca2013-04-28 18:00:21 -0700154[flake8]
Joe Gordondca03dd2013-07-18 14:10:19 -0700155# E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved. For further detail see https://review.openstack.org/#/c/36788/
Matthew Treinish96e9e882014-06-09 18:37:19 -0400156# E123 skipped because it is ignored by default in the default pep8
Matthew Treinish1d14c542014-06-17 20:25:40 -0400157# E129 skipped because it is too limiting when combined with other rules
Ken'ichi Ohmichi2e2ee192015-11-19 09:48:27 +0000158ignore = E125,E123,E129
Monty Taylorb2ca5ca2013-04-28 18:00:21 -0700159show-source = True
junboli8bd00e32017-08-22 17:06:15 +0800160exclude = .git,.venv,.tox,dist,doc,*egg,build
Jordan Pittier525ec712016-12-07 17:51:26 +0100161enable-extensions = H106,H203,H904
Masayuki Igawa134d9f72017-02-10 18:05:26 +0900162import-order-style = pep8
Andrea Frittoli (andreaf)897ecfb2016-02-23 10:12:48 -0500163
164[testenv:releasenotes]
junboli8bd00e32017-08-22 17:06:15 +0800165commands =
166 rm -rf releasenotes/build
167 sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
Jordan Pittiercefaa2b2016-07-22 13:04:26 +0200168
169[testenv:pip-check-reqs]
170# Do not install test-requirements as that will pollute the virtualenv for
171# determining missing packages.
172# This also means that pip-check-reqs must be installed separately, outside
173# of the requirements.txt files
174deps = pip_check_reqs
175 -r{toxinidir}/requirements.txt
176commands=
177 pip-extra-reqs -d --ignore-file=tempest/tests/* tempest
178 pip-missing-reqs -d --ignore-file=tempest/tests/* tempest
Chandan Kumarac5c5532016-11-30 18:49:26 +0530179
180
181[testenv:bindep]
182# Do not install any requirements. We want this to be fast and work even if
183# system dependencies are missing, since it's used to tell you what system
184# dependencies are missing! This also means that bindep must be installed
185# separately, outside of the requirements files.
186deps = bindep
187commands = bindep test
Chandan Kumarb7affe42017-06-29 13:57:01 +0530188
189[testenv:plugin-sanity-check]
190# perform tempest plugin sanity
191whitelist_externals = bash
192commands =
193 bash tools/tempest-plugin-sanity.sh