diff --git a/maxscale-system-test/mariadb_nodes.h b/maxscale-system-test/mariadb_nodes.h index 5e2995cf7..a47d7b657 100644 --- a/maxscale-system-test/mariadb_nodes.h +++ b/maxscale-system-test/mariadb_nodes.h @@ -160,6 +160,12 @@ public: */ void close_connections(); + // Alias for close_connections() + void disconnect() + { + close_connections(); + } + /** * @brief reads IP, Ports, sshkeys for every node from enviromental variables as well as number of nodes (N) and User/Password * @return 0