Add cmpv2 and vescollector suites into xtesting smoke use cases 76/114076/2
authormprzybys <marcin.przybysz@nokia.com>
Wed, 21 Oct 2020 06:55:26 +0000 (08:55 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 22 Oct 2020 08:36:35 +0000 (08:36 +0000)
Issue-ID: INT-1747

Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: Ia07e5770d3f8849e4ef3c6dd29011bf52434987e

smoke-usecases-robot/docker/testcases.yaml

index 9036d24..8241652 100644 (file)
@@ -91,3 +91,39 @@ tiers:
                             - hvves
                         variablefile:
                             - '/share/config/robot_properties.py'
+            -
+                case_name: ves-collector
+                project_name: integration
+                enabled: true
+                criteria: 100
+                blocking: true
+                description: >-
+                    Suite for checking handling events by VES Collector
+                dependencies:
+                run:
+                    name: 'robotframework'
+                    args:
+                        suites:
+                            - /var/opt/ONAP/robot/testsuites/ves.robot
+                        include:
+                            - vescollector
+                        variablefile:
+                            - '/share/config/robot_properties.py'
+            -
+                case_name: cmpv2
+                project_name: integration
+                enabled: true
+                criteria: 100
+                blocking: true
+                description: >-
+                    Suite for checking CMPv2 Usecase functionality
+                dependencies:
+                run:
+                    name: 'robotframework'
+                    args:
+                        suites:
+                            - /var/opt/ONAP/robot/testsuites/cmpv2.robot
+                        include:
+                            - CMPv2
+                        variablefile:
+                            - '/share/config/robot_properties.py'