From 7a18a4eeac9f8d17ea3bae2d0630634c6eaee71b Mon Sep 17 00:00:00 2001 From: ohemorange Date: Wed, 27 Mar 2019 00:32:29 +0100 Subject: [PATCH] Update certbot-ci/certbot_integration_tests/certbot_tests/context.py Co-Authored-By: adferrand --- certbot-ci/certbot_integration_tests/certbot_tests/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/certbot_tests/context.py b/certbot-ci/certbot_integration_tests/certbot_tests/context.py index 658e864af..7e10fe1da 100644 --- a/certbot-ci/certbot_integration_tests/certbot_tests/context.py +++ b/certbot-ci/certbot_integration_tests/certbot_tests/context.py @@ -124,7 +124,7 @@ class IntegrationTestsContext(object): def wtf(self, subdomain='le'): """ 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 appending the pytest worker id to the domain, using this pattern: {subdomain}.{worker_id}.wtf