Revert "ensure auto skipping of db tests is verboten"

Tests are now failing.

This reverts commit 4b6343efc28fb652cc863f881d0cf8690ba0eb1f

Change-Id: I3271b523cca07eaaf1830bc974cb965ce4c161e6
Reviewed-on: https://review.openstack.org/22887
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-02-25 19:43:38 +00:00 committed by Jenkins
parent 4b6343efc2
commit b513be0be7

View File

@ -22,10 +22,6 @@ 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'