diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-25 13:07:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-25 13:07:35 +0000 |
commit | 797d165dce75541bbd494f94da318287a4762e07 (patch) | |
tree | 4340417886b0687988bdfff43558dd6a3206db67 /functest/ci/run_tests.py | |
parent | 7e7f9c8ef5393d4dc0812cbca82f4358cd93e583 (diff) | |
parent | beb890ea4d09e06922328e70d49b1b57e1989c47 (diff) |
Merge "Refactor Rally to adopt OO"
Diffstat (limited to 'functest/ci/run_tests.py')
-rwxr-xr-x | functest/ci/run_tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index a5f1ab9e..ef080016 100755 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -93,10 +93,6 @@ def source_rc_file(): elif key == 'OS_PASSWORD': ft_constants.OS_PASSWORD = value CONST.OS_PASSWORD = value - logger.debug("OS_AUTH_URL:%s" % CONST.OS_AUTH_URL) - logger.debug("OS_USERNAME:%s" % CONST.OS_USERNAME) - logger.debug("OS_TENANT_NAME:%s" % CONST.OS_TENANT_NAME) - logger.debug("OS_PASSWORD:%s" % CONST.OS_PASSWORD) def generate_os_snapshot(): |