summaryrefslogtreecommitdiffstats
path: root/test/modules/md/test_730_static.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/md/test_730_static.py')
-rw-r--r--test/modules/md/test_730_static.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/modules/md/test_730_static.py b/test/modules/md/test_730_static.py
index 209d33a1aa..91a5f4445d 100644
--- a/test/modules/md/test_730_static.py
+++ b/test/modules/md/test_730_static.py
@@ -30,7 +30,8 @@ class TestStatic:
# MD with static cert files, will not be driven
domain = self.test_domain
domains = [domain, 'www.%s' % domain]
- testpath = os.path.join(env.gen_dir, 'test_920_001')
+ testpath = os.path.join(env.gen_dir, 'test_730_001')
+ env.mkpath(testpath)
# cert that is only 10 more days valid
creds = env.create_self_signed_cert(CertificateSpec(domains=domains),
valid_from=timedelta(days=-80),
@@ -62,7 +63,8 @@ class TestStatic:
# MD with static cert files, force driving
domain = self.test_domain
domains = [domain, 'www.%s' % domain]
- testpath = os.path.join(env.gen_dir, 'test_920_001')
+ testpath = os.path.join(env.gen_dir, 'test_730_002')
+ env.mkpath(testpath)
# cert that is only 10 more days valid
creds = env.create_self_signed_cert(CertificateSpec(domains=domains),
valid_from=timedelta(days=-80),
@@ -97,7 +99,8 @@ class TestStatic:
# just configuring one file will not work
domain = self.test_domain
domains = [domain, 'www.%s' % domain]
- testpath = os.path.join(env.gen_dir, 'test_920_001')
+ testpath = os.path.join(env.gen_dir, 'test_730_003')
+ env.mkpath(testpath)
# cert that is only 10 more days valid
creds = env.create_self_signed_cert(CertificateSpec(domains=domains),
valid_from=timedelta(days=-80),