Lines Matching defs:files_domain_only
144 def files_domain_only(request):
468 def test_getpwnam_after_start(add_user_with_canary, files_domain_only):
478 def test_getpwuid_after_start(add_user_with_canary, files_domain_only):
488 def test_user_overriden(add_user_with_canary, files_domain_only):
506 def test_group_overriden(add_group_with_canary, files_domain_only):
520 def test_getpwnam_neg(files_domain_only):
528 def test_getpwuid_neg(files_domain_only):
536 def test_root_does_not_resolve(files_domain_only):
548 def test_uid_zero_does_not_resolve(files_domain_only):
560 def test_add_remove_add_file_user(setup_pw_with_canary, files_domain_only):
582 def test_mod_user_shell(add_user_with_canary, files_domain_only):
598 def test_enum_users(setup_pw_with_canary, files_domain_only):
626 def test_user_no_shell(setup_pw_with_canary, files_domain_only):
634 def test_user_no_dir(setup_pw_with_canary, files_domain_only):
642 def test_user_no_gecos(setup_pw_with_canary, files_domain_only):
650 def test_user_no_passwd(setup_pw_with_canary, files_domain_only):
665 def test_incomplete_user_fail(setup_pw_with_canary, files_domain_only):
678 def test_getgrnam_after_start(add_group_with_canary, files_domain_only):
686 def test_getgrgid_after_start(add_group_with_canary, files_domain_only):
694 def test_getgrnam_neg(files_domain_only):
702 def test_getgrgid_neg(files_domain_only):
710 def test_root_group_does_not_resolve(files_domain_only):
722 def test_gid_zero_does_not_resolve(files_domain_only):
734 def test_add_remove_add_file_group(setup_gr_with_canary, files_domain_only):
756 def test_mod_group_name(add_group_with_canary, files_domain_only):
770 def test_mod_group_gid(add_group_with_canary, files_domain_only):
789 def test_getgrnam_no_members(add_group_nomem_with_canary, files_domain_only):
835 files_domain_only):
849 files_domain_only):
863 files_domain_only):
877 files_domain_only):
917 files_domain_only):
928 files_domain_only):
940 files_domain_only):
984 files_domain_only):
1025 def test_realloc_users_exact(setup_pw_with_canary, files_domain_only):
1034 def test_realloc_users(setup_pw_with_canary, files_domain_only):
1051 def test_realloc_groups_exact(setup_gr_with_canary, files_domain_only):
1060 def test_realloc_groups(setup_gr_with_canary, files_domain_only):