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 0190d58 commit baf0d93Copy full SHA for baf0d93
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:functional-py39]
140
description =
141
Run functional tests using python3.9.
0 commit comments