Fix 2.1 tests

Changed object names to pre-2.2 format. Added a workaround for the unicode
NULL character problem in cdc_datatypes.
This commit is contained in:
Markus Mäkelä
2017-06-02 18:33:06 +03:00
parent 2e15c3b204
commit 9c5114b593
3 changed files with 5 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);