SERVER-19541 supporting connecting to an external cluster in resmoke.py

This commit is contained in:
Robert Guo
2017-07-21 10:21:09 -04:00
parent 6ce6b59a2b
commit b136dbce0f
12 changed files with 125 additions and 24 deletions

View File

@@ -32,7 +32,7 @@ class CPPIntegrationTestCase(interface.TestCase):
def configure(self, fixture, *args, **kwargs):
interface.TestCase.configure(self, fixture, *args, **kwargs)
self.program_options["connectionString"] = self.fixture.get_connection_string()
self.program_options["connectionString"] = self.fixture.get_internal_connection_string()
def run_test(self):
try: