Fix ceilometer.conf.sample mismatch

ceilometer.conf.sample mismatch issue makes the tests failing. This patch
removes the checkupdate.sh test from tox.ini, like it was removed from nova
too, until having a proper solution for handling the changes in
ceilometer.conf.sample, to fix the gate quickly.

Closes-Bug: #1297999

Change-Id: I7889580b3df2d30d80703d7ef540194e7f71ec51
This commit is contained in:
Ildiko Vancsa 2014-03-26 18:33:27 +01:00
parent 7381b6355f
commit 63ff15ed95
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ setenv = VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
commands =
bash -x {toxinidir}/setup-test-env.sh python setup.py testr --slowest --testr-args="{posargs}"
{toxinidir}/tools/config/check_uptodate.sh
downloadcache = {toxworkdir}/_download
[testenv:cover]