Factor out common challengeperformer logic (#5413)

This commit is contained in:
Brad Warren
2018-01-10 18:34:45 -08:00
committed by GitHub
parent 39472f88de
commit 9e95208101
4 changed files with 67 additions and 29 deletions
@@ -16,8 +16,8 @@ from six.moves import xrange # pylint: disable=redefined-builtin, import-error
class TlsSniPerformTest(util.ApacheTest):
"""Test the ApacheTlsSni01 challenge."""
auth_key = common_test.TLSSNI01Test.auth_key
achalls = common_test.TLSSNI01Test.achalls
auth_key = common_test.AUTH_KEY
achalls = common_test.ACHALLS
def setUp(self): # pylint: disable=arguments-differ
super(TlsSniPerformTest, self).setUp()