Remove genconfig from functional tests

Try to run the tests without running generating the config file.

Change-Id: I72ff88e86ba9c02c3fde2f500f4881c8e9935d11
This commit is contained in:
Kaitlin Farr 2017-10-16 16:24:43 -04:00
parent 44ea22891d
commit b13187b34d
1 changed files with 0 additions and 8 deletions

View File

@ -25,14 +25,6 @@ sudo chown -R $owner:stack $CASTELLAN_DIR
testenv=functional
sudo -H -u $owner tox -e genconfig
if [ ! -d /etc/castellan ]; then
sudo mkdir /etc/castellan
fi
sudo cp $CASTELLAN_DIR/etc/castellan/castellan-functional.conf.sample /etc/castellan/castellan-functional.conf
# Run tests
echo "Running Castellan $testenv test suite"
set +e