Don't run unit tests from run_functests.sh
Change ec7f56c1b2d8aa385751f02a3fa82e5a13d20b9d add added unit tests in diskimage_builder/tests/functional (this is probably misnamed). These are found and run by testr just as part of the normal "setup.py test" run. Don't run them as part of the functional tests (this breaks "-h"/"-l" because it installs a virtualenv and runs tests, and also is incorrect in the gate where it's creating a nested virtualenv underneath the testing virtualenv). Change-Id: I9908e080042d3026a198ba89eb653c6eff376d22
This commit is contained in:
parent
bfca36c772
commit
f1af76f228
@ -5,11 +5,6 @@ set -o pipefail
|
||||
|
||||
BASE_DIR=$(cd $(dirname "$0")/.. && pwd)
|
||||
|
||||
# first we will run python functional tests with tox
|
||||
pushd $BASE_DIR
|
||||
tox -epython-functests
|
||||
popd
|
||||
|
||||
# then execute tests for elements
|
||||
export DIB_CMD=disk-image-create
|
||||
export DIB_ELEMENTS=$(python -c '
|
||||
|
3
tox.ini
3
tox.ini
@ -24,9 +24,6 @@ commands = {posargs}
|
||||
envdir = {toxworkdir}/venv
|
||||
commands = {toxinidir}/tests/run_functests.sh {posargs}
|
||||
|
||||
[testenv:python-functests]
|
||||
setenv = OS_TEST_PATH=./diskimage_builder/tests/functional
|
||||
|
||||
[testenv:cover]
|
||||
setenv = PYTHON=coverage run --source diskimage_builder
|
||||
commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'
|
||||
|
Loading…
x
Reference in New Issue
Block a user