From cf7c8ca7fdfd4b4576b84eac6b5a0a8b05f37195 Mon Sep 17 00:00:00 2001 From: LiamBurke Date: Fri, 15 Mar 2019 15:25:23 +0000 Subject: Add simplejson library for e2e Test Change-Id: I3259a7d5df6c90d81ec1960219f57f767f85cd89 Issue-ID: INT-832 Signed-off-by: LiamBurke --- plans/usecases/5G-bulkpm/setup.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plans/usecases/5G-bulkpm/setup.sh b/plans/usecases/5G-bulkpm/setup.sh index 6f9b7591..3b766917 100644 --- a/plans/usecases/5G-bulkpm/setup.sh +++ b/plans/usecases/5G-bulkpm/setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -#Place the scripts in run order: +# Place the scripts in run order: source ${SCRIPTS}/common_functions.sh CSIT=TRUE @@ -174,7 +174,7 @@ sleep 10 #Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v DR_PROV_IP:${DR_PROV_IP} -v DR_NODE_IP:${DR_NODE_IP} -v DMAAP_MR_IP:${DMAAP_MR_IP} -v VESC_IP:${VESC_IP} -v VESC_PORT:${VESC_PORT} -v DR_SUBSCIBER_IP:${DR_SUBSCIBER_IP}" -pip install jsonschema uuid +pip install jsonschema uuid simplejson # Wait container ready sleep 2 @@ -232,7 +232,7 @@ export DMAAP_MR_IP=${DMAAP_MR_IP} DFC_POD=$(kubectl -n onap get pods | grep datafile-collector | awk '{print $1}') export DFC_POD=${DFC_POD} -pip install jsonschema uuid +pip install jsonschema uuid simplejson # Clone DMaaP Data Router repo mkdir -p $WORKSPACE/archives/dmaapdr @@ -268,5 +268,4 @@ curl -k https://$DR_PROV_IP:8443/internal/prov #Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v DR_PROV_IP:${DR_PROV_IP} -v DR_NODE_IP:${DR_NODE_IP} -v DMAAP_MR_IP:${DMAAP_MR_IP} -v VESC_IP:${VESC_IP} -v VESC_PORT:${VESC_PORT} -v DR_SUBSCIBER_IP:${DR_SUBSCIBER_IP} -v DFC_POD:${DFC_POD} -v HOST_IP:${HOST_IP} " -fi; - +fi; \ No newline at end of file -- cgit 1.2.3-korg