Lines Matching refs:def
15 def test_parse_list_acl(self):
26 def test_parse_list_user(self):
33 def test_parse_list_host(self):
40 def _test_parse_bad_options(self):
50 def test_parse_list_acl_user(self):
55 def test_parse_list_acl_2users(self):
60 def test_parse_list_acl_host(self):
65 def test_parse_list_acl_2hosts(self):
70 def test_parse_list_user_host(self):
75 def test_parse_list_all(self):
80 def test_execute_list_all_acls(self):
91 def test_execute_list_acls_for_acl(self):
102 def test_execute_list_acls_for_user(self):
113 def test_execute_list_acls_for_host(self):
126 def test_execute_list_acls_for_host_verb(self):
140 def test_acl_create_parse_ok(self):
148 def test_acl_create_parse_no_desc(self):
158 def test_acl_create_parse_2_acls(self):
169 def test_acl_create_parse_no_option(self):
179 def test_acl_create_acl_ok(self):
190 def test_acl_create_duplicate_acl(self):
205 def test_acl_delete_acl_ok(self):
212 def test_acl_delete_acl_does_not_exist(self):
222 def test_acl_delete_multiple_acl_ok(self):
243 def test_acl_delete_multiple_acl_bad(self):
269 def test_acl_add_parse_no_option(self):
279 def test_acl_add_users_hosts(self):
296 def test_acl_add_bad_users(self):
308 def test_acl_add_bad_users_hosts(self):
340 def test_acl_remove_remove_users(self):
352 def test_acl_remove_remove_hosts(self):
364 def test_acl_remove_remove_both(self):