Files
labca/patches/test_startservers.patch
2025-08-05 19:35:09 +02:00

16 lines
845 B
Diff

diff --git a/test/startservers.py b/test/startservers.py
index 4e2ce1b24..e4645852a 100644
--- a/test/startservers.py
+++ b/test/startservers.py
@@ -86,6 +86,10 @@ SERVICES = (
9667, None, None,
('./bin/boulder', 'crl-storer', '--config', os.path.join(config_dir, 'crl-storer.json'), '--addr', ':9309', '--debug-addr', ':9667'),
('s3-test-srv',)),
+ Service('crl-updater',
+ 8021, None, None,
+ ('./bin/boulder', 'crl-updater', '--config', os.path.join(config_dir, 'crl-updater.json'), '--debug-addr', ':8021'),
+ ('boulder-ca-1', 'boulder-ca-2', 'boulder-sa-1', 'boulder-sa-2', 'crl-storer')),
Service('boulder-ra-1',
8002, 9394, 'ra.boulder',
('./bin/boulder', 'boulder-ra', '--config', os.path.join(config_dir, 'ra.json'), '--addr', ':9394', '--debug-addr', ':8002'),