From b13187b34ddcc88bee57e4e99b0115cb92540b97 Mon Sep 17 00:00:00 2001 From: Kaitlin Farr Date: Mon, 16 Oct 2017 16:24:43 -0400 Subject: [PATCH] Remove genconfig from functional tests Try to run the tests without running generating the config file. Change-Id: I72ff88e86ba9c02c3fde2f500f4881c8e9935d11 --- castellan/tests/contrib/post_test_hook.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/castellan/tests/contrib/post_test_hook.sh b/castellan/tests/contrib/post_test_hook.sh index 1b095265..244c6420 100755 --- a/castellan/tests/contrib/post_test_hook.sh +++ b/castellan/tests/contrib/post_test_hook.sh @@ -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