ACME: improve tests (new Pebble version, strict mode) (#44518)

* Bump ACME test container version.

* Re-adding key rollover test.
This commit is contained in:
Felix Fontein 2018-08-22 22:15:35 +02:00 committed by René Moser
parent 6f480fd03d
commit ad0d10db0d
3 changed files with 39 additions and 98 deletions

View file

@ -50,7 +50,7 @@ class ACMEProvider(CloudProvider):
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
else:
self.image = 'quay.io/ansible/acme-test-container:1.2.0'
self.image = 'quay.io/ansible/acme-test-container:1.3.0'
self.container_name = ''
def _wait_for_service(self, protocol, acme_host, port, local_part, name):