SERVER-99750 Use generated certificates in jstests (#46650)

GitOrigin-RevId: 303ffa3be9ec56f70a9ff9e38d4430fd0c927599
This commit is contained in:
Gabriel Marks
2026-01-28 12:22:51 -05:00
committed by MongoDB Bot
parent cbec74c899
commit 77d90a66d3
142 changed files with 643 additions and 600 deletions

View File

@@ -5,6 +5,7 @@ from typing import Optional
from buildscripts.resmokelib import core, logging, utils
from buildscripts.resmokelib.testing.testcases import interface
from buildscripts.resmokelib.utils import certs
class CPPIntegrationTestCase(interface.ProcessTestCase):
@@ -39,6 +40,7 @@ class CPPIntegrationTestCase(interface.ProcessTestCase):
process_kwargs = copy.deepcopy(self.program_options.get("process_kwargs", {}))
interface.append_process_tracking_options(process_kwargs, self._id)
self.program_options["process_kwargs"] = process_kwargs
self.program_options = certs.expand_x509_paths(self.program_options)
def _make_process(self):
return core.programs.generic_program(