Skip to content

Commit

Permalink
startservers: Add email-exporter and pardot-test-srv
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Feb 12, 2025
1 parent 7289351 commit 56e9364
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test/startservers.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,20 @@
8112, None, None,
('./bin/boulder', 'nonce-service', '--config', os.path.join(config_dir, 'nonce-b.json'), '--addr', '10.77.77.77:9401', '--debug-addr', ':8112',),
None),
Service('pardot-test-srv',
# Uses port 9601 to mock Salesforce OAuth2 token API and 9602 to mock
# the Pardot API.
9601, None, None,
('./bin/pardot-test-srv', '--config', os.path.join(config_dir, 'pardot-test-srv.json'),),
None),
Service('email-exporter',
8114, None, None,
('./bin/boulder', 'email-exporter', '--config', os.path.join(config_dir, 'email-exporter.json'), '--addr', ':9603', '--debug-addr', ':8114'),
('pardot-test-srv',)),
Service('boulder-wfe2',
4001, None, None,
('./bin/boulder', 'boulder-wfe2', '--config', os.path.join(config_dir, 'wfe2.json'), '--addr', ':4001', '--tls-addr', ':4431', '--debug-addr', ':8013'),
('boulder-ra-1', 'boulder-ra-2', 'boulder-sa-1', 'boulder-sa-2', 'nonce-service-taro-1', 'nonce-service-taro-2', 'nonce-service-zinc-1')),
('boulder-ra-1', 'boulder-ra-2', 'boulder-sa-1', 'boulder-sa-2', 'nonce-service-taro-1', 'nonce-service-taro-2', 'nonce-service-zinc-1', 'email-exporter')),
Service('sfe',
4003, None, None,
('./bin/boulder', 'sfe', '--config', os.path.join(config_dir, 'sfe.json'), '--addr', ':4003', '--debug-addr', ':8015'),
Expand Down

0 comments on commit 56e9364

Please sign in to comment.