Update tox.ini files to adapt to repo renaming

Rename the stx-* repo references to drop the stx prefix.

Change-Id: I0f47cd0c438bec5ce3192ffe4fb56da17e795637
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-04-22 15:40:23 -04:00
parent 2a05b8c09a
commit d6d9639c63
2 changed files with 15 additions and 15 deletions

View File

@ -26,13 +26,13 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig
-e{[tox]cgcsdir}/stx-config/sysinv/cgts-client/cgts-client
-e{[tox]cgcsdir}/stx-fault/fm-api
-e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient
-e{[tox]cgcsdir}/stx-config/controllerconfig/controllerconfig
-e{[tox]cgcsdir}/stx-update/cgcs-patch/cgcs-patch
-e{[tox]cgcsdir}/stx-integ/utilities/platform-util/platform-util
-e{[tox]cgcsdir}/update/tsconfig/tsconfig
-e{[tox]cgcsdir}/config/sysinv/cgts-client/cgts-client
-e{[tox]cgcsdir}/fault/fm-api
-e{[tox]cgcsdir}/fault/python-fmclient/fmclient
-e{[tox]cgcsdir}/config/controllerconfig/controllerconfig
-e{[tox]cgcsdir}/update/cgcs-patch/cgcs-patch
-e{[tox]cgcsdir}/integ/utilities/platform-util/platform-util
commands =
find . -type f -name "*.pyc" -delete
@ -54,13 +54,13 @@ commands = {posargs}
[testenv:cover]
deps = {[testenv]deps}
-e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig
-e{[tox]cgcsdir}/stx-fault/fm-api
-e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient
-e{[tox]cgcsdir}/stx-config/controllerconfig/controllerconfig
-e{[tox]cgcsdir}/stx-config/sysinv/cgts-client/cgts-client
-e{[tox]cgcsdir}/stx-update/cgcs-patch/cgcs-patch
-e{[tox]cgcsdir}/stx-integ/utilities/platform-util/platform-util
-e{[tox]cgcsdir}/update/tsconfig/tsconfig
-e{[tox]cgcsdir}/fault/fm-api
-e{[tox]cgcsdir}/fault/python-fmclient/fmclient
-e{[tox]cgcsdir}/config/controllerconfig/controllerconfig
-e{[tox]cgcsdir}/config/sysinv/cgts-client/cgts-client
-e{[tox]cgcsdir}/update/cgcs-patch/cgcs-patch
-e{[tox]cgcsdir}/integ/utilities/platform-util/platform-util
setenv =
VIRTUAL_ENV={envdir}
PYTHON=coverage run --source inventory --parallel-mode

View File

@ -45,7 +45,7 @@ description =
Run style checks
commands =
flake8
# hacking can be added for additional pep8 once this passes for all stx-metal
# hacking can be added for additional pep8 once this passes for all metal
[flake8]
show-source = True