aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robot/resources/pomba_interface.robot2
-rw-r--r--robot/testsuites/health-check.robot8
-rw-r--r--robot/testsuites/hvves.robot2
-rw-r--r--robot/testsuites/pnf-registration.robot2
4 files changed, 11 insertions, 3 deletions
diff --git a/robot/resources/pomba_interface.robot b/robot/resources/pomba_interface.robot
index cd9e1b95..8e53274c 100644
--- a/robot/resources/pomba_interface.robot
+++ b/robot/resources/pomba_interface.robot
@@ -1,5 +1,5 @@
*** Settings ***
-Documentation Tests the health of the POMBA containers: aai-context-builder, sdc-context-builder and network-discovery-context-builder.
+Documentation Tests the health of the POMBA containers: aai-context-builder, sdc-context-builder, service-decomposition, sdnc-context-builder and network-discovery-context-builder.
Library Collections
Library String
Library RequestsLibrary
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index 3c16f1ca..92d84ee8 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -144,6 +144,14 @@ Basic Pomba Network-discovery-context-builder Health Check
[Tags] health oom
Run Pomba Network Discovery Context Builder Health Check
+Basic Pomba Service-Decomposition Health Check
+ [Tags] health oom
+ Run Pomba Service Decomposition Health Check
+
+Basic Pomba Sdnc-Context-Builder Health Check
+ [Tags] health oom
+ Run Pomba Sdnc Context Builder Health Check
+
Basic Portal Health Check
[Tags] health core
Run Portal Health Check
diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot
index 49cb9d74..a67b0c3c 100644
--- a/robot/testsuites/hvves.robot
+++ b/robot/testsuites/hvves.robot
@@ -1,6 +1,6 @@
*** Settings ***
Documentation HV-VES 'Sunny Scenario' Robot Framwork test - message is sent to the collector and Kafka topic is checked if the message has been published.
-Default Tags HVVES
+Default Tags HVVES ete
Test Timeout 10s
Resource ${EXECDIR}/robot/resources/global_properties.robot
Resource ${EXECDIR}/robot/resources/test_templates/hvves_template.robot
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot
index dc2d7b5f..b4aeee35 100644
--- a/robot/testsuites/pnf-registration.robot
+++ b/robot/testsuites/pnf-registration.robot
@@ -9,7 +9,7 @@ Resource ../resources/test_templates/pnf_registration_without_SO_templat
Create A&AI antry without SO and succesfully registrate PNF, PNF entry contains: correlation ID, PNF_IPv4_address and PNF_IPv6_address
[Documentation] This test is checking creation A&AI entry without SO and succesfull PNF registration
- [Tags] pnf_registrate
+ [Tags] pnf_registrate ete
[Setup] Initialize PNF entry with correlation ID, PNF_IPv4_address and PNF_IPv6_address
Create A&AI antry without SO and succesfully registrate PNF ${PNF_entry_dict}
[Teardown] Cleanup PNF entry in A&AI ${PNF_entry_dict}