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
This commit is contained in:
parent
4c19753397
commit
fa5f65adef
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user