Skip to content

Commit

Permalink
tox: remove storage environment
Browse files Browse the repository at this point in the history
Remove tox storage environment as it is not
used in the CIs anymore. Consequently, remove
also the associated make target 'tests-storage'.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh authored and nirs committed Jul 15, 2022
1 parent 52204f6 commit 395a3d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ venv:
tests: tox
tox -e "tests,lib,network,virt,gluster,hooks"

.PHONY: tests-storage
tests-storage: tox
tox -e "storage"

.PHONY: tests-storage-user
tests-storage-user: tox
tox -e "storage-user"
Expand Down
16 changes: 0 additions & 16 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,6 @@ commands =
network/integration \
network/unit

[testenv:storage]
passenv = {[base]passenv}
setenv =
{[base]setenv}
COVERAGE_FILE=.coverage-storage
deps = {[base]deps}
changedir = {[base]changedir}
# TODO: Remove --ignore
commands =
python profile {envname} pytest -m {[base]markers} \
--durations=20 \
--cov=vdsm.storage \
--cov-report=html:htmlcov-storage \
--cov-fail-under={env:STORAGE_COVERAGE:68} \
{posargs:storage}

[testenv:storage-user]
passenv = {[base]passenv}
setenv =
Expand Down

0 comments on commit 395a3d6

Please sign in to comment.