mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Merge pull request #2873 from letsencrypt/fix-multitester
Fix test farm tests
This commit is contained in:
@@ -349,7 +349,7 @@ def test_client_process(inqueue, outqueue):
|
||||
print(env.host_string)
|
||||
|
||||
try:
|
||||
install_and_launch_letsencrypt(instances[ii], boulder_url, target)
|
||||
install_and_launch_certbot(instances[ii], boulder_url, target)
|
||||
outqueue.put((ii, target, 'pass'))
|
||||
print("%s - %s SUCCESS"%(target['ami'], target['name']))
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user