Fix test configuration object names for 2.2

The 2.2 object names are converted to hyphen separated forms to make them
REST API conforming.
This commit is contained in:
Markus Mäkelä
2017-06-17 08:58:31 +03:00
parent 5351c6c4a9
commit 80103c5a40
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
sprintf(str, "rules%d", i);
Test->set_timeout(180);
copy_rules(Test, str, rules_dir);
Test->ssh_maxscale(true, "maxadmin call command dbfwfilter rules/reload \"Database Firewall\"");
Test->ssh_maxscale(true, "maxadmin call command dbfwfilter rules/reload Database-Firewall");
int local_result = 0;
sprintf(pass_file, "%s/fw/pass%d", test_dir, i);