We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc92f05 commit d218250Copy full SHA for d218250
tox.ini
@@ -126,6 +126,16 @@ deps = {[testenv:functional]deps}
126
commands =
127
{[testenv:functional]commands}
128
129
+[testenv:functional-without-sample-db-tests]
130
+description =
131
+ Run functional tests by excluding the API|Notification
132
+ sample tests and DB tests. This env is used in
133
+ placement-nova-tox-functional-py38 job which is defined and
134
+ run in placement.
135
+deps = {[testenv:functional]deps}
136
+commands =
137
+ stestr --test-path=./nova/tests/functional run --exclude-regex '((?:api|notification)_sample_tests|functional\.db\.)' {posargs}
138
+
139
[testenv:api-samples]
140
setenv =
141
{[testenv]setenv}
0 commit comments