Remove genconfig from functional tests
Try to run the tests without running generating the config file. Change-Id: I72ff88e86ba9c02c3fde2f500f4881c8e9935d11
This commit is contained in:
parent
44ea22891d
commit
b13187b34d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user