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 d4edcd6 commit 64f5c1cCopy full SHA for 64f5c1c
tox.ini
@@ -116,6 +116,16 @@ deps = {[testenv:functional]deps}
116
commands =
117
{[testenv:functional]commands}
118
119
+[testenv:functional-without-sample-db-tests]
120
+description =
121
+ Run functional tests by excluding the API|Notification
122
+ sample tests and DB tests. This env is used in
123
+ placement-nova-tox-functional-py38 job which is defined and
124
+ run in placement.
125
+deps = {[testenv:functional]deps}
126
+commands =
127
+ stestr --test-path=./nova/tests/functional run --exclude-regex '((?:api|notification)_sample_tests|functional\.db\.)' {posargs}
128
+
129
[testenv:functional-py39]
130
description =
131
Run functional tests using python3.9.
0 commit comments