diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 19:30:36 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-28 04:40:11 +0000 |
commit | 309e5f7e0435570f097f401d153150864aa617bb (patch) | |
tree | 4c527765d201e0d90d57d30c30f378954a9ee4e0 /test/csit | |
parent | 3facc2cec88b2dc16b128a29f51c3b7fb6a05f1d (diff) |
modify aaf csit script
AAF csit template has been updated according to the new
aaf project folder structure.Added docker-compose script
to authz project
Issue-ID: AAF-199
Change-Id: Ifaf31623faad05bfc59949489f65f4d5dff336b4
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'test/csit')
-rw-r--r-- | test/csit/plans/aaf/aafapi/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/plans/aaf/aafapi/setup.sh b/test/csit/plans/aaf/aafapi/setup.sh index bfaff925c..e64fb5548 100644 --- a/test/csit/plans/aaf/aafapi/setup.sh +++ b/test/csit/plans/aaf/aafapi/setup.sh @@ -30,9 +30,9 @@ cd $WORKSPACE/archives/aafcsit #unset http_proxy https_proxy git clone --depth 1 http://gerrit.onap.org/r/aaf/authz -b master git pull -cd $WORKSPACE/archives/aafcsit/authz/authz-service/src/main/resources/docker-compose +cd $WORKSPACE/archives/aafcsit/authz/auth/auth-service/src/main/resources/docker-compose pwd -chmod -R 777 $WORKSPACE/archives/aafcsit/authz/authz-service/src/main/resources/docker-compose +chmod -R 777 $WORKSPACE/archives/aafcsit/authz/auth/auth-service/src/main/resources/docker-compose # start aaf containers with docker compose and configuration from docker-compose.yml |