aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot-py3/docker/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'smoke-usecases-robot-py3/docker/testcases.yaml')
-rw-r--r--smoke-usecases-robot-py3/docker/testcases.yaml42
1 files changed, 41 insertions, 1 deletions
diff --git a/smoke-usecases-robot-py3/docker/testcases.yaml b/smoke-usecases-robot-py3/docker/testcases.yaml
index 9992d97..33bf2f1 100644
--- a/smoke-usecases-robot-py3/docker/testcases.yaml
+++ b/smoke-usecases-robot-py3/docker/testcases.yaml
@@ -153,7 +153,7 @@ tiers:
criteria: 100
blocking: true
description: >-
- Execute CPS healtcheck
+ Execute CPS healthcheck
dependencies:
run:
name: 'robotframework'
@@ -165,3 +165,43 @@ tiers:
variable:
- CPS_CORE_HOST:cps-core
- CPS_CORE_MANAGEMENT_PORT:8081
+
+ -
+ case_name: cps-temporal-healthcheck
+ project_name: integration
+ enabled: true
+ criteria: 100
+ blocking: true
+ description: >-
+ Execute CPS temporal healthcheck
+ dependencies:
+ run:
+ name: 'robotframework'
+ args:
+ suites:
+ - /cps-cps-temporal/csit/tests/actuator/actuator.robot
+ variablefile:
+ - '/share/config/robot_properties.py'
+ variable:
+ - CPS_TEMPORAL_HOST:cps-temporal
+ - MANAGEMENT_PORT:8081
+
+ -
+ case_name: cps-dmi-plugin-healthcheck
+ project_name: integration
+ enabled: true
+ criteria: 100
+ blocking: true
+ description: >-
+ Execute CPS ncmp dmi-plugin healthcheck
+ dependencies:
+ run:
+ name: 'robotframework'
+ args:
+ suites:
+ - /cps-cps-temporal/csit/tests/actuator/actuator.robot
+ variablefile:
+ - '/share/config/robot_properties.py'
+ variable:
+ - DMI_HOST:ncmp-dmi-plugin
+ - DMI_MANAGEMENT_PORT:8081