Source extra_env.sh file if exists in integration tests

Signed-off-by: Maya Peretz <mperetz@redhat.com>
This commit is contained in:
Maya Peretz
2024-08-27 14:12:10 +03:00
parent ce22e4f191
commit dc2df694c7
4 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ set -eux
export ANSIBLE_CALLBACKS_ENABLED=ansible.posix.profile_tasks
if [ -f "extra_vars.sh" ]; then
source extra_vars.sh
fi
NAMESPACE="test-kubevirt-vmi-info-$(tr -dc '[:lower:]' < /dev/urandom | head -c 5)"
cleanup() {