Remove genconfig from functional tests
Try to run the tests without running generating the config file.
Change-Id: I72ff88e86ba9c02c3fde2f500f4881c8e9935d11
Kaitlin Farr
5 years ago
24 | 24 | |
25 | 25 | testenv=functional |
26 | 26 | |
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 | ||
35 | 27 | # Run tests |
36 | 28 | echo "Running Castellan $testenv test suite" |
37 | 29 | set +e |