X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric_robot_suite%2Fhelm%2Fnanobot%2Fconfigmap-src%2Fpublic%2Ftestsuites%2Fete.robot;h=35d12a3f802f8cb1d8d7c93d0b6f06fbfb47e53d;hb=b7b0c942ee2b18adb12c6d57b9db940f22f3e151;hp=3dbc92ee7b64631340ad76abe4691b5ff2a17aa3;hpb=fb793dbf21da9874a5f26dfce45c4a08f4b02889;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ete.robot b/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ete.robot index 3dbc92e..35d12a3 100644 --- a/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ete.robot +++ b/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ete.robot @@ -1,3 +1,17 @@ +# Copyright (c) 2019 AT&T Intellectual Property. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + *** Settings *** Documentation Executes the End To End Test cases ... @@ -10,11 +24,10 @@ Resource ../resources/e2mgr/e2mgr_interface.robot Resource ../resources/dashboard/dashboard_interface.robot *** Variables *** -${TEST_XAPPNAME} xapp-std -${TEST_XAPPID} 101 -${TEST_NODE_B_NAME} AAAA456789 -${TEST_NODE_B_IP} 10.0.0.3 -${TEST_NODE_B_PORT} 36421 +${TEST_XAPPNAME} ${GLOBAL_TEST_XAPP} +${TEST_NODE_B_NAME} ${GLOBAL_TEST_NODEB_NAME} +${TEST_NODE_B_IP} ${GLOBAL_TEST_NODEB_ADDRESS} +${TEST_NODE_B_PORT} ${GLOBAL_TEST_NODEB_PORT} *** Test Cases ***