From 99507033a51c4dfbabc6372c29f43300947be5d6 Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 20 Dec 2022 18:58:55 +0000 Subject: [APPC] Remove APPC junk Signed-off-by: efiacor Change-Id: Ibe45140261245e80a3a662d64c8a1935acabf5af Issue-ID: OOM-3069 --- robot/testsuites/demo.robot | 11 ----------- robot/testsuites/health-check.robot | 5 ----- robot/testsuites/update_onap_page.robot | 1 - 3 files changed, 17 deletions(-) (limited to 'robot/testsuites') diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 14fecfe0..6ec506a3 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -60,10 +60,6 @@ Preload VNF GRA Set Global Variable ${API_TYPE} GRA_API Preload User Model ${VNF_NAME} ${MODULE_NAME} ${SERVICE} ${SERVICE_INSTANCE_ID} -Create APPC Mount Point - [Tags] APPCMountPointDemo - APPC Mount Point ${MODULE_NAME} - Instantiate VFW [Tags] instantiateVFW Instantiate VNF vFW base_vfw @@ -125,13 +121,6 @@ Delete Instantiated VNF # [Tags] heatbridge # Execute Heatbridge ${HB_STACK} ${HB_VNF} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} -Preload APPC CDT GUI - [Documentation] - ... APPC CDT Preload Demo - [Tags] APPCCDTPreloadDemo - Setup Browser - Preload APPC CDT GUI - Distribute vFWNG CDS Model [Documentation] Distribute vFWNG for CDS [Tags] DistributeVFWNG diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index ef030f29..bf0aa3f7 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -9,7 +9,6 @@ Resource ../resources/sdnc_interface.robot Resource ../resources/aai/aai_interface.robot Resource ../resources/policy_interface.robot Resource ../resources/sdc_interface.robot -Resource ../resources/appc_interface.robot Resource ../resources/portal_interface.robot Resource ../resources/mr_interface.robot Resource ../resources/bc_interface.robot @@ -50,10 +49,6 @@ Basic AAF SMS Health Check [Tags] health health-aaf Run SMS Health Check -Basic APPC Health Check - [Tags] health-appc - Run APPC Health Check - Basic CLI Health Check [Tags] health-cli health Run CLI Health Check diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot index 709b0d2e..7b1a3b3a 100644 --- a/robot/testsuites/update_onap_page.robot +++ b/robot/testsuites/update_onap_page.robot @@ -30,7 +30,6 @@ Update ONAP Page ${oam_ip_map}= Create Dictionary Set To Dictionary ${oam_ip_map} 10.0.0.1=onapdns Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_AAI_IP_ADDR}=aai1 - Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_APPC_IP_ADDR}=appc Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_DCAE_IP_ADDR}=dcae_controller Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_SO_APIHAND_IP_ADDR}=so Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_MR_IP_ADDR}=message_router -- cgit 1.2.3-korg