diff options
author | Aaron Hay <ah415j@att.com> | 2018-07-21 15:46:18 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-07-21 15:48:36 -0400 |
commit | 8943f9a08851e46c8b191fa1c727c6ebd1c2056c (patch) | |
tree | 61f151d3c8af9bca5aa5d0b7f1b27ad953ba3948 /test/csit/plans/appc | |
parent | 7092d25ccdafd79e91bcf2635c351a9a1b2c3ee4 (diff) |
Add CDT CSIT support.
Add six CDT CSIT tests for APPC.
Change-Id: I868541f014167973acb9bb5196cb6dbadc41efe0
Issue-ID: APPC-1091
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit/plans/appc')
-rwxr-xr-x | test/csit/plans/appc/healthcheck/setup.sh | 4 | ||||
-rw-r--r-- | test/csit/plans/appc/healthcheck/testplan.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test/csit/plans/appc/healthcheck/setup.sh b/test/csit/plans/appc/healthcheck/setup.sh index a0683fbe6..aac9e996d 100755 --- a/test/csit/plans/appc/healthcheck/setup.sh +++ b/test/csit/plans/appc/healthcheck/setup.sh @@ -20,8 +20,8 @@ SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${WORKSPACE}/test/csit/scripts/appc/script1.sh -export APPC_DOCKER_IMAGE_VERSION=1.4.0-SNAPSHOT-latest -export CCSDK_DOCKER_IMAGE_VERSION=0.2-STAGING-latest +export APPC_DOCKER_IMAGE_VERSION=1.3.0 +export CCSDK_DOCKER_IMAGE_VERSION=0.2.4 export BRANCH=beijing export SOLUTION_NAME=onap diff --git a/test/csit/plans/appc/healthcheck/testplan.txt b/test/csit/plans/appc/healthcheck/testplan.txt index 2a8c1ea84..97d827869 100644 --- a/test/csit/plans/appc/healthcheck/testplan.txt +++ b/test/csit/plans/appc/healthcheck/testplan.txt @@ -1,4 +1,5 @@ # Test suites are relative paths under [integration.git]/test/csit/tests/. # Place the suites in run order. appc/healthcheck +appc/cdt |