mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Uncomment test run code
I was unaware that the tests run using a hard-coded jenkins.py, so commenting it out as I did has no effect.
This commit is contained in:
parent
9452709cb3
commit
e45b816341
1 changed files with 0 additions and 4 deletions
|
@ -476,7 +476,6 @@ 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)
|
||||
|
@ -735,7 +734,6 @@ def run(opts):
|
|||
if stdout:
|
||||
# Anything else, raise the exception
|
||||
raise
|
||||
'''
|
||||
|
||||
retcode = 0 # testing, remove this
|
||||
if retcode == 0:
|
||||
|
@ -768,13 +766,11 @@ 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue