From 2e7ef72e3a0a7793eba224f4b5f3f70ed9d73383 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Mon, 15 Apr 2019 14:59:39 +0300 Subject: [PATCH] make ~/.ssh/id_rsa.pub default key for loading into test VMs --- maxscale-system-test/testconnections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index ec1fd05e4..41a7a4cc8 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -2103,7 +2103,7 @@ int TestConnections::call_mdbci(const char * options) return 1; } - std::string team_keys = readenv("team_keys", "~/team_keys"); + std::string team_keys = readenv("team_keys", "~/.ssh/id_rsa.pub"); system((std::string("mdbci public_keys --key ") + team_keys + std::string(" ") +