[XTESTING] Add DCAEMOD usecase test to xtestnig image 16/119016/1
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Wed, 10 Mar 2021 08:37:12 +0000 (09:37 +0100)
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Wed, 10 Mar 2021 08:37:12 +0000 (09:37 +0100)
The goal is to add test suite for checking DCAEMOD
functionality including Generic mechanism to attach
K8S ConfigMaps to DCAE apps

Issue-ID: INT-1855 DCAEGEN2-2548
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I0344321cdb20e96aaa9defd14fecbef9e09308b7

smoke-usecases-robot/README.md
smoke-usecases-robot/docker/testcases.yaml

index 18e48d1..f360fb7 100644 (file)
@@ -9,6 +9,7 @@ The tests are:
 - hv-ves
 - vescollector
 - cmpv2
+- dcaemod
 
 ## Usage
 
index 8241652..247231d 100644 (file)
@@ -127,3 +127,22 @@ tiers:
                             - CMPv2
                         variablefile:
                             - '/share/config/robot_properties.py'
+            -
+                case_name: dcaemod
+                project_name: integration
+                enabled: true
+                criteria: 100
+                blocking: true
+                description: >-
+                    Suite for checking DCAEMOD functionality including Generic mechanism to attach
+                    K8S ConfigMaps to DCAE apps
+                dependencies:
+                run:
+                    name: 'robotframework'
+                    args:
+                        suites:
+                            - /var/opt/ONAP/robot/testsuites/dcaemod.robot
+                        include:
+                            - dcaemod
+                        variablefile:
+                            - '/share/config/robot_properties.py'