From fa5f65adeff340f8415be46754cb327a3912852d Mon Sep 17 00:00:00 2001 From: stephane Date: Wed, 23 Mar 2016 09:56:32 -0700 Subject: [PATCH] Correct test-bifrost-venv script Remove a reference to a nonexistent playbook. Also remove LOG_LOCATION since we now use collect-test-info.sh. Change-Id: I646c7d83fa9f16cbe0a95309ab52aa833ebbad66 --- scripts/test-bifrost-venv.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/test-bifrost-venv.sh b/scripts/test-bifrost-venv.sh index 958ec5b8e..1317dd69d 100755 --- a/scripts/test-bifrost-venv.sh +++ b/scripts/test-bifrost-venv.sh @@ -1,9 +1,5 @@ #!/bin/bash -# Note(TheJulia): If there is a workspace variable, we want to utilize that as -# the preference of where to put logs -LOG_LOCATION="${WORKSPACE:-..}/logs" - set -eux set -o pipefail export PYTHONUNBUFFERED=1 @@ -31,8 +27,6 @@ echo $(which python) cd $BIFROST_HOME/playbooks echo $(which ansible-playbook) -${VENV}/bin/ansible-playbook -vvvv -i inventory/localhost test.yaml - # Syntax check of dynamic inventory test path ${VENV}/bin/ansible-playbook -vvvv \ -i inventory/localhost \