Add portal option to ete test script 27/66727/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 14 Sep 2018 17:29:27 +0000 (10:29 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 14 Sep 2018 17:29:58 +0000 (10:29 -0700)
Change-Id: I42011b0dae86eb96b52764085adfccbb8e062b9d
Issue-ID: PORTAL-388
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
kubernetes/robot/demo-k8s.sh
kubernetes/robot/ete-k8s.sh

index 5e8ba33..c4124c2 100755 (executable)
@@ -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)
index befe142..22b83e8 100755 (executable)
 # Note: Do not run multiple concurrent ete.sh as the --display is not parameterized and tests will collide
 #
 if [ "$1" == "" ] || [ "$2" == "" ]; then
-   echo "Usage: ete-k8s.sh [namespace] [ health | ete | closedloop | instantiate | distribute ]"
+   echo "Usage: ete-k8s.sh [namespace] [ health | ete | closedloop | instantiate | distribute | portal ]"
    exit
 fi
 
+set -x
 
 export NAMESPACE="$1"