From 9b5fa0aa7a77c0dede61bf9237e2e4acfa4a5a3b Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 14 Sep 2018 10:29:27 -0700 Subject: Add portal option to ete test script Change-Id: I42011b0dae86eb96b52764085adfccbb8e062b9d Issue-ID: PORTAL-388 Signed-off-by: Gary Wu --- demo-k8s.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'demo-k8s.sh') diff --git a/demo-k8s.sh b/demo-k8s.sh index 5e8ba33..c4124c2 100755 --- a/demo-k8s.sh +++ b/demo-k8s.sh @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash -x +#!/bin/bash # # Execute tags built to support the hands on demo, @@ -166,6 +166,8 @@ do esac done +set -x + ETEHOME=/var/opt/OpenECOMP_ETE VARIABLEFILES="-V /share/config/vm_properties.py -V /share/config/integration_robot_properties.py -V /share/config/integration_preload_parameters.py" POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot) -- cgit 1.2.3-korg