Initial test commit for project-specific CSIT 37/114637/13
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Thu, 5 Nov 2020 16:01:29 +0000 (18:01 +0200)
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Mon, 23 Nov 2020 14:58:08 +0000 (16:58 +0200)
commitb048fb63e8d671c9219071821deedb1f1ddf9f85
tree341131917ddf4d8ae158583fe3c65ee56b3ad113
parent79f63485849d7d652f997bdc8c1ea7069763814d
Initial test commit for project-specific CSIT

 - move music-distributed-kv-store CSIT to its own project repository
 - add execution script that copies required common run scripts from
   integration/csit repo to local workspace and runs the tests
 - add the possibility to provide additional docker tag as parameter
   to the build script
 - add script for tagging specified docker image with STAGING
Issue-ID: INT-1769
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I19a5908f3c9c77529c43af0d89baf75a8f8557ee
csit/.gitignore [new file with mode: 0644]
csit/plans/music-distributed-kv-store-test-plan/setup.sh [new file with mode: 0644]
csit/plans/music-distributed-kv-store-test-plan/teardown.sh [new file with mode: 0644]
csit/plans/music-distributed-kv-store-test-plan/testplan.txt [new file with mode: 0644]
csit/run-csit.sh [new file with mode: 0755]
csit/run-project-csit.sh [new file with mode: 0755]
csit/tests/music-distributed-kv-store-suite/__init__.robot [new file with mode: 0644]
csit/tests/music-distributed-kv-store-suite/music-distributed-kv-store-test.robot [new file with mode: 0644]
deployment/docker-build.sh
deployment/tag-docker-staging.sh [new file with mode: 0755]