mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Update certbot-ci/certbot_integration_tests/certbot_tests/context.py
Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
@@ -124,7 +124,7 @@ class IntegrationTestsContext(object):
|
|||||||
def wtf(self, subdomain='le'):
|
def wtf(self, subdomain='le'):
|
||||||
"""
|
"""
|
||||||
Generate a certificate name suitable for distributed certbot integration tests.
|
Generate a certificate name suitable for distributed certbot integration tests.
|
||||||
This is a requirement to let the distribution knows how to redirect the challenge check
|
This is a requirement to let the distribution know how to redirect the challenge check
|
||||||
from the ACME server to the relevant pytest-xdist worker. This resolution is done by
|
from the ACME server to the relevant pytest-xdist worker. This resolution is done by
|
||||||
appending the pytest worker id to the domain, using this pattern:
|
appending the pytest worker id to the domain, using this pattern:
|
||||||
{subdomain}.{worker_id}.wtf
|
{subdomain}.{worker_id}.wtf
|
||||||
|
|||||||
Reference in New Issue
Block a user