Minor print changes, reformat of README file

This commit is contained in:
bealler
2020-11-24 20:08:32 -05:00
parent 2f47a3aaba
commit 93a1f36105
3 changed files with 27 additions and 29 deletions

View File

@@ -66,7 +66,7 @@ cloudSDK_url=os.getenv('CLOUD_SDK_URL')
local_dir=os.getenv('SANITY_LOG_DIR')
report_path=os.getenv('SANITY_REPORT_DIR')
report_template=os.getenv('REPORT_TEMPLATE')
print(report_path)
## TestRail Information
tr_user=os.getenv('TR_USER')
tr_pw=os.getenv('TR_PWD')
@@ -283,6 +283,7 @@ try:
print(cluster_ver)
print("-------------------------------------------")
logger.info('CloudSDK version info:'+cluster_ver)
cloudsdk_cluster_info = {}
for line in cluster_ver.splitlines():
(key, val) = line.split("=")
@@ -291,6 +292,7 @@ try:
except:
cluster_ver = 'error'
print("ERROR: CloudSDK Version Unavailable")
logger.info('CloudSDK version Unavailable')
cloudsdk_cluster_info = {
"date" : "unknown",
"commitId" : "unknown",