diff options
author | morganrol <morgan.richomme@orange.com> | 2021-09-30 17:25:07 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-09-30 17:25:07 +0200 |
commit | 318ca5a68229288a1736556a89314c1a7737f849 (patch) | |
tree | afb3a583d5613e9d89f076944b2b4110121181cb | |
parent | 109764dc68bf3caea9c3e1b8e08f3c37010fc48a (diff) |
[HEALTHCHECK] Remove VID from healthcheck
The component is no more maintained
The plan is to remove it from the installation if possible.
We can first remove the healthcheck, which was not giving
more information than the ones in onap-k8s (readiness/liveness)
Issue-ID: TEST-365
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ica58299e096ed43f0adf1ae65e46566bfc12f739
-rw-r--r-- | robot/testsuites/health-check.robot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 87aeb9e1..510b1f62 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -7,7 +7,6 @@ Library ONAPLibrary.SO WITH NAME SO Resource ../resources/dcae_interface.robot Resource ../resources/sdnc_interface.robot Resource ../resources/aai/aai_interface.robot -Resource ../resources/vid/vid_interface.robot Resource ../resources/policy_interface.robot Resource ../resources/sdc_interface.robot Resource ../resources/appc_interface.robot @@ -253,12 +252,6 @@ Basic VFC ztevnfmdriver API Health Check [Tags] health 3rdparty health-vfc Run MSB Get Request /api/ztevnfmdriver/v1/health_check -Basic VID Health Check - [Tags] health small health-vid - [Timeout] 120 - Setup Browser - Run VID Health Check - Basic VNFSDK Health Check [Tags] health health-vnfsdk Run VNFSDK Health Check |