diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index 45659c4c7..0eebbd2c0 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -2102,6 +2102,13 @@ int TestConnections::call_mdbci(const char * options) tprintf("MDBCI failed to bring up virtual machines"); return 1; } + + std::string team_keys = readenv("team_keys", "~/team_keys"); + system((std::string("mdbci public_keys --key ") + + team_keys + + std::string(" ") + + std::string(mdbci_config_name)).c_str() ); + read_env(); if (repl) {