summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorLuke Hinds <lhinds@redhat.com>2016-06-16 09:57:30 +0000
committerLuke Hinds <lukehinds@gmail.com>2016-06-16 13:35:41 +0100
commitbe413f75308273cd3e637a40097a2e6dc49e9212 (patch)
tree7cab2322cf29735887a304b123b5ef14e6e3324e /ci/exec_test.sh
parent9cf93983c0db61c15df1b55bb212f87217c34de4 (diff)
Fixed auth url in v2.Password
Completes "Added use of OS_AUTH_URL to security_scan and exec_test.sh" [1] [1] https://gerrit.opnfv.org/gerrit/#/c/15633/ Change-Id: I756c10091c3e7fe9e7c8978e2747582bb0f4d281 Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 04f38e6a8..9d8d83d66 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
;;