ensure auto skipping of db tests is verboten

we have infrastructure to prevent skipping the database tests in
nova, but apparently we never turned on the CI side of this
equation.

Change-Id: I4d3a87256e6ea5e59fabbda0cde60c2e415b4f1f
Reviewed-on: https://review.openstack.org/22464
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Sean Dague 2013-02-20 14:28:26 -05:00 committed by Jenkins
parent 63ebcbc317
commit 4b6343efc2

View File

@ -22,6 +22,10 @@ fi
venv=py$version
# ensure our auto skipping of database tests is not allowed to happen
export NOVA_TEST_MYSQL_PRESENT="True"
export NOVA_TEST_POSTGRESQL_PRESENT="True"
export NOSE_WITH_XUNIT=1
export NOSE_WITH_HTML_OUTPUT=1
export NOSE_HTML_OUT_FILE='nose_results.html'