Merge "Fix neutron func job sudo config."

This commit is contained in:
Jenkins 2014-07-11 11:22:35 +00:00 committed by Gerrit Code Review
commit c9f3666f51

View File

@ -29,6 +29,7 @@
cd $BASE/new/neutron
# Run tests as the stack user to allow sudo.
sudo chown -R stack:stack $BASE/new/neutron
echo 'Defaults:stack !requiretty' | sudo tee /etc/sudoers.d/00_no_tty
echo "Running neutron functional test suite"
sudo -H -u stack tox -e functional
}}