diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-06-16 12:46:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-16 12:46:21 +0000 |
commit | 6ecc6f14a3325895233f40e5193cb369c6aab914 (patch) | |
tree | 787c57874354c0874274153bf72c7c076165c494 /ci/exec_test.sh | |
parent | 62254125c8cf752cdd2251217051db7b3d2f7069 (diff) | |
parent | be413f75308273cd3e637a40097a2e6dc49e9212 (diff) |
Merge "Fixed auth url in v2.Password"
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 04f38e6a..9d8d83d6 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -134,7 +134,7 @@ function run_test(){ # ${repos_dir}/ovno/Testcases/RunTests.sh ;; "security_scan") - echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for security_scan test.." + echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for undercloud .." source ${FUNCTEST_CONF_DIR}/stackrc python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini ;; |