diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py index dda2a304f..9452ba6df 100755 --- a/certbot-ci/certbot_integration_tests/utils/acme_server.py +++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py @@ -13,7 +13,7 @@ from os.path import join import requests -from certbot_integration_tests.utils import misc, proxy, pebble_artifacts, ocsp_server +from certbot_integration_tests.utils import misc, proxy, pebble_artifacts, pebble_ocsp_server from certbot_integration_tests.utils.constants import * diff --git a/certbot-ci/certbot_integration_tests/utils/ocsp_server.py b/certbot-ci/certbot_integration_tests/utils/pebble_ocsp_server.py similarity index 94% rename from certbot-ci/certbot_integration_tests/utils/ocsp_server.py rename to certbot-ci/certbot_integration_tests/utils/pebble_ocsp_server.py index b6fa846e6..946e70286 100644 --- a/certbot-ci/certbot_integration_tests/utils/ocsp_server.py +++ b/certbot-ci/certbot_integration_tests/utils/pebble_ocsp_server.py @@ -1,3 +1,8 @@ +#!/usr/bin/env python +""" +This runnable module interfaces itself with the Pebble management interface in order +to serve a mock OCSP responder during integration tests against Pebble. +""" import datetime import re