Revert "Uncomment test run code"

This reverts commit e45b816341.
This commit is contained in:
Erik Johnson 2014-09-10 17:20:08 -05:00
parent e45b816341
commit 07a58c4bae

View file

@ -476,6 +476,7 @@ def run(opts):
except ValueError:
print('Failed to load any JSON from {0!r}'.format(stdout.strip()))
'''
if opts.cloud_only:
# Run Cloud Provider tests preparation SLS
time.sleep(3)
@ -734,6 +735,7 @@ def run(opts):
if stdout:
# Anything else, raise the exception
raise
'''
retcode = 0 # testing, remove this
if retcode == 0:
@ -766,11 +768,13 @@ def run(opts):
# Download packages
download_packages(opts)
'''
if opts.download_remote_reports:
# Download unittest reports
download_unittest_reports(opts)
# Download coverage report
download_coverage_report(opts)
'''
if opts.clean and 'JENKINS_SALTCLOUD_VM_NAME' not in os.environ:
delete_vm(opts)