summaryrefslogtreecommitdiffstats
path: root/vagrant/tests/_functions.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-11-14 09:15:36 -0800
committerVictor Morales <victor.morales@intel.com>2018-11-14 09:21:13 -0800
commitdaf3a00798ee77e469cd89cb16ade818c50968f9 (patch)
tree3ef383d90fd3a1fb588fedc65a4d6b5fe019cbf2 /vagrant/tests/_functions.sh
parentcc05d4af8f082d8174bde5c43fc45b1acc61339f (diff)
Enable Istio
This commit includes the playbook that installs and configure Istio Service Mesh services. It also defines a draft script for testing its sample. Change-Id: I7f0049aae4ae0033356c370a0e86d583e7bf744f Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-406
Diffstat (limited to 'vagrant/tests/_functions.sh')
-rwxr-xr-xvagrant/tests/_functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/tests/_functions.sh b/vagrant/tests/_functions.sh
index 515bc6ec..c359e729 100755
--- a/vagrant/tests/_functions.sh
+++ b/vagrant/tests/_functions.sh
@@ -84,3 +84,4 @@ if ! $(kubectl version &>/dev/null); then
echo "This funtional test requires kubectl client"
exit 1
fi
+test_folder=$(pwd)