diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-03-10 09:37:12 +0100 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-03-10 09:37:12 +0100 |
commit | 6fe9a8ce89b6d623f4a197f92f8995bc3bc8ea18 (patch) | |
tree | 2031d504ead43f01501b426d2f32590cacf796c4 | |
parent | dc83d3b8a1d78fdd3df442b25ae50d15df773c97 (diff) |
[XTESTING] Add DCAEMOD usecase test to xtestnig image
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
-rw-r--r-- | smoke-usecases-robot/README.md | 1 | ||||
-rw-r--r-- | smoke-usecases-robot/docker/testcases.yaml | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/smoke-usecases-robot/README.md b/smoke-usecases-robot/README.md index 18e48d1..f360fb7 100644 --- a/smoke-usecases-robot/README.md +++ b/smoke-usecases-robot/README.md @@ -9,6 +9,7 @@ The tests are: - hv-ves - vescollector - cmpv2 +- dcaemod ## Usage diff --git a/smoke-usecases-robot/docker/testcases.yaml b/smoke-usecases-robot/docker/testcases.yaml index 8241652..247231d 100644 --- a/smoke-usecases-robot/docker/testcases.yaml +++ b/smoke-usecases-robot/docker/testcases.yaml @@ -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' |