diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-30 19:39:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-30 19:39:38 +0000 |
commit | ced7fdf5e8c09a9b602b5f1eff2ef2dcd96cc090 (patch) | |
tree | d8fb692266ffcaf2ff4f6e53df8c5ff8bf6c6a70 /test/csit/plans | |
parent | b13f63e3d31870c92f576ba1e8736ce7f3df9659 (diff) | |
parent | 309e5f7e0435570f097f401d153150864aa617bb (diff) |
Merge "modify aaf csit script"
Diffstat (limited to 'test/csit/plans')
-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 |