openssl-dev libjpeg-turbo-dev && \
git clone --depth 1 https://github.com/onap/cps.git -b $ONAP_TAG /cps && \
find /cps -mindepth 1 -name csit -prune -o -exec rm -rf {} + && \
+ git clone --depth 1 https://github.com/onap/cps-cps-temporal.git -b $ONAP_TAG /cps-cps-temporal && \
+ find /cps-cps-temporal -mindepth 1 -name csit -prune -o -exec rm -rf {} + && \
+ git clone --depth 1 https://github.com/onap/cps-ncmp-dmi-plugin.git -b $ONAP_TAG /cps-ncmp-dmi-plugin && \
+ find /cps-ncmp-dmi-plugin -mindepth 1 -name csit -prune -o -exec rm -rf {} + && \
pip install --upgrade pip && \
pip install --no-cache-dir \
pip install \
criteria: 100
blocking: true
description: >-
- Execute CPS healtcheck
+ Execute CPS healthcheck
dependencies:
run:
name: 'robotframework'
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
[testenv:md]
commands_pre =
- nodeenv -p --verbose
+ nodeenv -p --node=16.10.0 --verbose
npm install --global remark-cli
/bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.md' > /tmp/.coalist_md"
commands =