Codebase list python-castellan / b13187b
Remove genconfig from functional tests Try to run the tests without running generating the config file. Change-Id: I72ff88e86ba9c02c3fde2f500f4881c8e9935d11 Kaitlin Farr 6 years ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
2424
2525 testenv=functional
2626
27 sudo -H -u $owner tox -e genconfig
28
29 if [ ! -d /etc/castellan ]; then
30 sudo mkdir /etc/castellan
31 fi
32
33 sudo cp $CASTELLAN_DIR/etc/castellan/castellan-functional.conf.sample /etc/castellan/castellan-functional.conf
34
3527 # Run tests
3628 echo "Running Castellan $testenv test suite"
3729 set +e