Fix 2.2 test results

The changes to object naming and tee filter rewriting caused a number of
changes in the expected outcome of tests and how the tests have to behave.
This commit is contained in:
Markus Mäkelä
2017-06-02 22:30:44 +03:00
parent 3505d26b42
commit d63af9df0b
7 changed files with 66 additions and 520 deletions

View File

@ -100,7 +100,7 @@ int main(int argc, char *argv[])
copy_rules(Test, (char *) "rules_syntax_error", rules_dir);
char *output = Test->ssh_maxscale_output(true,
"maxadmin call command dbfwfilter rules/reload \"Database Firewall\"");
"maxadmin call command dbfwfilter rules/reload Database-Firewall");
Test->add_result(strcasestr(output, "Failed") == NULL, "Reloading rules should fail with syntax errors");
Test->check_maxscale_processes(1);