diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-22 14:12:00 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-08-17 10:46:06 -0700 |
commit | f2fe996e63e406973de99fc558b297757d325546 (patch) | |
tree | a9b6aedf4ae9f47c329b07752e91ab5f668da6b4 /kud/tests/_functions.sh | |
parent | 70924000b2d00ec5c692daf425b2f28cbecbc8b1 (diff) |
Replace virtlet with kubevirt in plugin_fw_v2
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ifd8ae34b8f04da52acc4c3a6a8259d1bcd05616c
Diffstat (limited to 'kud/tests/_functions.sh')
-rwxr-xr-x | kud/tests/_functions.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kud/tests/_functions.sh b/kud/tests/_functions.sh index 1a803173..ec415409 100755 --- a/kud/tests/_functions.sh +++ b/kud/tests/_functions.sh @@ -14,7 +14,11 @@ set -o pipefail FUNCTIONS_DIR="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")" +# Do not overwrite any user modifications to PATH when sourcing +# /etc/environment +USER_PATH=$PATH source /etc/environment +PATH=$USER_PATH:$PATH source $FUNCTIONS_DIR/_common_test.sh function print_msg { |