From 61242504acf3bdbe2ef6a02014727a634c156833 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 9 Sep 2019 17:09:06 +0000 Subject: [PATCH] Change default TEST_NODE_B_PORT Issue-ID: RICPLT-2195 Change-Id: I05f03546469be8da66f80526c6707ce9e9699763 Signed-off-by: Brian Freeman --- ric_robot_suite/helm/nanobot/configmap-src/testsuites/ete.robot | 2 +- ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh | 5 +++-- ric_robot_suite/helm/ric-robot/ete-k8s.sh | 5 +++-- ric_robot_suite/robot/testsuites/ete.robot | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ric_robot_suite/helm/nanobot/configmap-src/testsuites/ete.robot b/ric_robot_suite/helm/nanobot/configmap-src/testsuites/ete.robot index cd86164..edefb40 100644 --- a/ric_robot_suite/helm/nanobot/configmap-src/testsuites/ete.robot +++ b/ric_robot_suite/helm/nanobot/configmap-src/testsuites/ete.robot @@ -14,7 +14,7 @@ ${TEST_XAPPNAME} xapp-std ${TEST_XAPPID} 101 ${TEST_NODE_B_NAME} AAAA456789 ${TEST_NODE_B_IP} 10.0.0.3 -${TEST_NODE_B_PORT} 36422 +${TEST_NODE_B_PORT} 36421 *** Test Cases *** diff --git a/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh b/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh index dab6c26..3171bbe 100755 --- a/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh +++ b/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh @@ -26,8 +26,9 @@ if [ "$1" == "" ] || [ "$2" == "" ] || [ "$3" == "" ]; then echo "Usage: ete-k8s.sh [input variable]" echo " [input variable] is added to runTags with "-v" prepended" echo " example : TEST_NODE_B_IP:10.240.0.217 " - echo " example : \"TEST_NODE_B_IP:10.240.0.217 -v TEST_NODE_B_PORT:34622 -v TEST_NODE_B_NAME:BBBB654321\"" - echo " note: TEST_NODE_B_NAME is 4 upper case letters and then 6 numbers in Dashboard validation " + echo " example : \"TEST_NODE_B_IP:10.240.0.217 -v TEST_NODE_B_PORT:36421 -v TEST_NODE_B_NAME:BBBB654321\"" + echo " NOTE1: TEST_NODE_B_NAME is 4 upper case letters and then 6 numbers in Dashboard validation " + echo " NOTE2: TEST_NODE_B_PORT real nodeB's use 36422 but e2sim must be on a port other than 36422" echo " " echo " " echo " health " diff --git a/ric_robot_suite/helm/ric-robot/ete-k8s.sh b/ric_robot_suite/helm/ric-robot/ete-k8s.sh index 9bbe82a..4f41a8a 100755 --- a/ric_robot_suite/helm/ric-robot/ete-k8s.sh +++ b/ric_robot_suite/helm/ric-robot/ete-k8s.sh @@ -27,8 +27,9 @@ if [ "$1" == "" ] || [ "$2" == "" ]; then echo " : health etetests e2mgrtests" echo " [input variable] is added to runTags with "-v" prepended" echo " example : TEST_NODE_B_IP:10.240.0.217 " - echo " example : \"TEST_NODE_B_IP:10.240.0.217 -v TEST_NODE_B_PORT:34622 -v TEST_NODE_B_NAME:AAAA123456\"" - echo " note: TEST_NODE_B_NAME is 4 upper case letters and then 6 numbers in Dashboard validation " + echo " example : \"TEST_NODE_B_IP:10.240.0.217 -v TEST_NODE_B_PORT:36421 -v TEST_NODE_B_NAME:AAAA123456\"" + echo " NOTE1: TEST_NODE_B_NAME is 4 upper case letters and then 6 numbers in Dashboard validation " + echo " NOTE2: TEST_NODE_B_PORT real nodeB's use 36422 but e2sim must be on a port other than 36422" echo " " echo " " echo " health " diff --git a/ric_robot_suite/robot/testsuites/ete.robot b/ric_robot_suite/robot/testsuites/ete.robot index cd86164..edefb40 100644 --- a/ric_robot_suite/robot/testsuites/ete.robot +++ b/ric_robot_suite/robot/testsuites/ete.robot @@ -14,7 +14,7 @@ ${TEST_XAPPNAME} xapp-std ${TEST_XAPPID} 101 ${TEST_NODE_B_NAME} AAAA456789 ${TEST_NODE_B_IP} 10.0.0.3 -${TEST_NODE_B_PORT} 36422 +${TEST_NODE_B_PORT} 36421 *** Test Cases *** -- 2.16.6