Rename run_tests.sh to wrap_nosetests.sh
run_tests.sh has a different purpose in CM than run_tests.sh in Nova, which causes confusion. Renamed the file to better reflect its true intent. Change-Id: I206fdeab8b052f85e1485164f019979ebbff4fbb
This commit is contained in:
parent
ce1a4b57a5
commit
008e8e4daf
4
tox.ini
4
tox.ini
@ -10,14 +10,14 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
NOSE_OPENSTACK_RED=0.05
|
||||
NOSE_OPENSTACK_YELLOW=0.025
|
||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||
commands = {toxinidir}/run_tests.sh --no-path-adjustment []
|
||||
commands = {toxinidir}/wrap_nosetests.sh --no-path-adjustment []
|
||||
sitepackages = False
|
||||
|
||||
[testenv:livedb]
|
||||
setenv=CEILOMETER_TEST_LIVE=1
|
||||
|
||||
[testenv:cover]
|
||||
commands = {toxinidir}/run_tests.sh --no-path-adjustment --with-coverage --cover-erase --cover-package=ceilometer --cover-inclusive []
|
||||
commands = {toxinidir}/wrap_nosetests.sh --no-path-adjustment --with-coverage --cover-erase --cover-package=ceilometer --cover-inclusive []
|
||||
|
||||
[testenv:pep8]
|
||||
deps = pep8==1.3.3
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Wrap tox to force it to enable global site-packages until
|
||||
# Wrap nosetests to force it to enable global site-packages until
|
||||
# https://bitbucket.org/hpk42/tox/issue/32 is released.
|
||||
|
||||
set -x
|
Loading…
Reference in New Issue
Block a user