Introduce CPS integration testing (CSIT) 21/118221/4
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 23 Feb 2021 08:08:00 +0000 (10:08 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 23 Feb 2021 08:43:01 +0000 (10:43 +0200)
commitaad224026765d4b39ac9dde3c30f138dd426f897
treec24972bc22a02f2f2308437361c3c38f901c6c85
parent861ecab596c548d77cc18f1581a992159ada82ee
Introduce CPS integration testing (CSIT)

Issue-ID: CPS-188
Change-Id: I4a225da73587d5276f302b05a0729d1127caddd9
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
13 files changed:
cps-application/pom.xml
csit/.gitignore [new file with mode: 0644]
csit/README.md [new file with mode: 0644]
csit/plans/default/setup.sh [new file with mode: 0755]
csit/plans/default/teardown.sh [new file with mode: 0755]
csit/plans/default/testplan.txt [new file with mode: 0644]
csit/prepare-csit.sh [new file with mode: 0755]
csit/run-csit.sh [new file with mode: 0755]
csit/run-project-csit.sh [new file with mode: 0755]
csit/scripts/actuator/check_endpoint.sh [new file with mode: 0755]
csit/tests/actuator/__init__.robot [new file with mode: 0644]
csit/tests/actuator/actuator.robot [new file with mode: 0644]
docker-compose/README.md