diff options
author | helenyao <yaohelan@huawei.com> | 2017-01-22 20:51:25 -0500 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-01-25 04:02:06 -0500 |
commit | beb890ea4d09e06922328e70d49b1b57e1989c47 (patch) | |
tree | ddb14c676eef1c71947e8462fc37c6cc4ad4fccb /functest/ci/run_tests.py | |
parent | 34aab533f4a6c20676eb2a2b6843d5980ea3ac17 (diff) |
Refactor Rally to adopt OO
JIRA: FUNCTEST-541
Change-Id: Ife04f58dc31ca9ba6316cc31577f81a6bf0e0405
Signed-off-by: helenyao <yaohelan@huawei.com>
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(): |