From b513be0be75d9d18108f2d34d7c665562bd671b8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 25 Feb 2013 19:43:38 +0000 Subject: [PATCH] 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 Approved: Jeremy Stanley Reviewed-by: Jeremy Stanley Tested-by: Jenkins --- modules/jenkins/files/slave_scripts/run-tox.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/jenkins/files/slave_scripts/run-tox.sh b/modules/jenkins/files/slave_scripts/run-tox.sh index 17964a524d..4bbfc2c39b 100755 --- a/modules/jenkins/files/slave_scripts/run-tox.sh +++ b/modules/jenkins/files/slave_scripts/run-tox.sh @@ -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'