Revert "Proper passing of SUDO flag for neutron functional tests"

This reverts commit 2aeade43c36bd1bd2a88dd114dd874f0c470a587.

Change-Id: I85b51a0bfece5cd26d097cae154b06eded952086
Closes-Bug: #1336172
This commit is contained in:
Henry Gessau 2014-07-01 14:43:09 +00:00
parent 2aeade43c3
commit ee79061403

View File

@ -25,11 +25,12 @@
function post_test_hook {{
$BASE/new/devstack/unstack.sh
export OS_SUDO_TESTING=1
cd $BASE/new/neutron
# Run tests as the stack user to allow sudo.
sudo chown -R stack:stack $BASE/new/neutron
echo "Running neutron functional test suite"
sudo -H -u stack OS_SUDO_TESTING=1 tox -e functional
sudo -H -u stack tox -e functional
}}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh