Skip to content

Commit 8fd258a

Browse files
authored
Remove more leftover OpenStack references (#1195)
The tox.ini still had some test environments specifically for testing within OpenStack. This is no longer needed. Also no longer necessary is stestr configuration that used OpenStack variables. Signed-off-by: Eric Brown <[email protected]>
1 parent a19b072 commit 8fd258a

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

.stestr.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[DEFAULT]
2-
test_path=${OS_TEST_PATH:-./tests}
2+
test_path=./tests
33
top_dir=./
4-
group_regex=.*(test_cert_setup)
4+
parallel_class=True

tox.ini

-20
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ passenv =
2828
no_proxy
2929
NO_PROXY
3030

31-
[testenv:debug]
32-
commands = oslo_debug_helper -t tests {posargs}
33-
3431
[testenv:linters]
3532
deps = {[testenv:pep8]deps}
3633
usedevelop = False
@@ -87,20 +84,3 @@ deps =
8784
pre-commit
8885
commands =
8986
pre-commit run --all-files --show-diff-on-failure
90-
91-
[testenv:lower-constraints]
92-
basepython = python3
93-
deps =
94-
-c{toxinidir}/lower-constraints.txt
95-
-r{toxinidir}/test-requirements.txt
96-
-r{toxinidir}/requirements.txt
97-
98-
# This environment can be used to quickly validate that all needed system
99-
# packages required to successfully execute test targets are installed
100-
[testenv:bindep]
101-
# Do not install any requirements. We want this to be fast and work even if
102-
# system dependencies are missing, since it's used to tell you what system
103-
# dependencies are missing! This also means that bindep must be installed
104-
# separately, outside of the requirements files.
105-
deps = bindep
106-
commands = bindep test

0 commit comments

Comments
 (0)