Remove passwd from test configurations

As the parameter will be removed in 2.3, the test configurations need to
be updated.
This commit is contained in:
Markus Mäkelä
2018-07-10 20:42:21 +03:00
parent f807c21242
commit d51a21faf7
202 changed files with 714 additions and 666 deletions

View File

@ -52,7 +52,7 @@ int hash_password(TestConnections *test)
test->tprintf("Encrypted password is: %s\n", enc_pw);
test->maxscales->ssh_node_f(0, true,
"sed -i -e 's/passwd[[:space:]]*=[[:space:]]*skysql/passwd=%s/' /etc/maxscale.cnf",
"sed -i -e 's/password[[:space:]]*=[[:space:]]*skysql/password=%s/' /etc/maxscale.cnf",
enc_pw);
free(enc_pw);