aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'robot/testsuites')
-rw-r--r--robot/testsuites/health-check.robot21
1 files changed, 18 insertions, 3 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index 070c1e1c..9d049efb 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -21,6 +21,8 @@ Resource ../resources/music/music_interface.robot
Resource ../resources/test_templates/model_test_template.robot
Resource ../resources/nbi_interface.robot
Resource ../resources/cli_interface.robot
+Resource ../resources/vnfsdk_interface.robot
+Resource ../resources/log_interface.robot
*** Test Cases ***
@@ -171,13 +173,26 @@ Portal Application Access Tests
Run Portal Application Access Tests
Basic NBI Health Check
- [Tags] externalapi api
+ [Tags] health externalapi api
Run NBI Health Check
Basic CLI Health Check
- [Tags] health core
+ [Tags] health core
Run CLI Health Check
Basic VNFSDK Health Check
- [Tags] health core
+ [Tags] health core
Run VNFSDK Health Check
+
+Basic Log Elasticsearch Health Check
+ [Tags] health core
+ Run Log Elasticsearch Health Check
+
+Basic Log Logstash Health Check
+ [Tags] health core
+ Run Log Logstash Health Check
+
+Basic Log Kibana Health Check
+ [Tags] health core
+ Run Log Kibana Health Check
+