Hi All,

Can you please help me in resolving below:


I executed robot test case to verify sanity out of which 2 components are
failing.

root@onap-robot:/home/ubuntu# docker exec -it openecompete_container
/var/opt/OpenECOMP_ETE/runTags.sh -i health h -d ./html
-V /share/config/integration_robot_properties.py  -V
/share/config/integration_preload_parameters.py -V
/share/config/vm_properties.py

*Basic DCAE Health Chec*k                                               |
*FAIL *|
[  | cdap |  |  |  |  | cdap_broker | config_binding_service |
deployment_handler | inventory |
a35a7b6a9379424386475302c113c3d5_cdap_app_cdap_app_tca
| platform_doc
kerhost |  | b982f9652d8c4f3d95dd806b20f31909_dcaegen2-collectors-ves |
component_dockerhost |
| cloudify_manager ] does not contain match for pattern
'service-change-handler'.

*Basic ASDC Health Check*                                               |
*FAIL *|
500 != 200

###############################################################################################################################################

root@onap-sdc:/opt# docker images
REPOSITORY                                          TAG
 IMAGE ID            CREATED             SIZE
nexus3.onap.org:10001/openecomp/sdc-cassandra       v1.1.0
119363b4876b        2 months ago        874MB
nexus3.onap.org:10001/openecomp/sdc-kibana          v1.1.0
5a60bc32b541        2 months ago        487MB
nexus3.onap.org:10001/openecomp/sdc-elasticsearch   v1.1.0
9c9473412794        2 months ago        541MB
nexus3.onap.org:10001/openecomp/sdc-frontend        v1.1.0
72064d647e90        2 months ago        824MB
nexus3.onap.org:10001/openecomp/sdc-backend         v1.1.0
bd2289ba829d        2 months ago        1.39GB

root@onap-sdc:/opt# docker ps
CONTAINER ID        IMAGE
    COMMAND              CREATED             STATUS              PORTS
                                                               NAMES
cc42b59a1da1        nexus3.onap.org:10001/openecomp/sdc-frontend:v1.1.0
    "/root/startup.sh"   4 days ago          Up 4 days
 0.0.0.0:8181->8181/tcp, 8080/tcp, 0.0.0.0:9443->9443/tcp
sdc-FE
69634c4c666b        nexus3.onap.org:10001/openecomp/sdc-backend:v1.1.0
   "/root/startup.sh"   4 days ago          Up 4 days
0.0.0.0:8080->8080/tcp,
0.0.0.0:8443->8443/tcp                            sdc-BE
2827bb3ad057        nexus3.onap.org:10001/openecomp/sdc-kibana:v1.1.0
    "/root/startup.sh"   4 days ago          Up 4 days
 0.0.0.0:5601->5601/tcp
sdc-kbn
f0792a125861        nexus3.onap.org:10001/openecomp/sdc-cassandra:v1.1.0
   "/root/startup.sh"   4 days ago          Up 4 days
 7000-7001/tcp, 0.0.0.0:9042->9042/tcp, 7199/tcp, 0.0.0.0:9160->9160/tcp
 sdc-cs
5e4e73a7fdcc        nexus3.onap.org:10001/openecomp/sdc-elasticsearch:v1.1.0
 "/root/startup.sh"   4 days ago          Up 4 days
0.0.0.0:9200->9200/tcp,
0.0.0.0:9300->9300/tcp                            sdc-es
root@onap-sdc:/opt#

root@onap-sdc:/opt# curl http://10.0.3.1:8181/sdc1/rest/healthCheck
{
  "sdcVersion": "UNKNOWN",
  "siteMode": "UNKNOWN",
  "componentsInfo": [
    {
      "healthCheckComponent": "FE",
      "healthCheckStatus": "UP",
      "version": "1.1.0",
      "description": "OK"
    },
    {
      "healthCheckComponent": "BE",
      "healthCheckStatus": "DOWN"
    },
    {
      "healthCheckComponent": "TITAN",
      "healthCheckStatus": "UNKNOWN"
    },
    {
      "healthCheckComponent": "CASSANDRA",
      "healthCheckStatus": "UNKNOWN"
    },
    {
      "healthCheckComponent": "DE",
      "healthCheckStatus": "UNKNOWN"
    },
    {
      "healthCheckComponent": "ON_BOARDING",
      "healthCheckStatus": "UNKNOWN"
    }
  ]
}root@onap-sdc:/opt#

###############################################################################################################################################


Thanks
Eswar Rao
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to