Home | History | Annotate | Download | only in tests

Lines Matching refs:base_expanded2

29 extern policydb_t base_expanded2;
68 test_attr_types(&base_expanded2, "attr_check_base_1", NULL, typesb1, 2);
69 test_attr_types(&base_expanded2, "attr_check_base_2", NULL, typesb2, 2);
70 test_attr_types(&base_expanded2, "attr_check_base_3", NULL, typesb3, 4);
71 test_attr_types(&base_expanded2, "attr_check_base_4", NULL, typesb4, 2);
72 test_attr_types(&base_expanded2, "attr_check_base_5", NULL, typesb5, 2);
73 test_attr_types(&base_expanded2, "attr_check_base_6", NULL, typesb6, 4);
74 test_attr_types(&base_expanded2, "attr_check_base_optional_2", NULL, typesbo2, 2);
75 test_attr_types(&base_expanded2, "attr_check_base_optional_5", NULL, typesbo5, 2);
76 test_attr_types(&base_expanded2, "attr_check_mod_2", NULL, typesm2, 2);
77 test_attr_types(&base_expanded2, "attr_check_mod_4", NULL, typesm4, 2);
78 test_attr_types(&base_expanded2, "attr_check_mod_5", NULL, typesm5, 2);
79 test_attr_types(&base_expanded2, "attr_check_mod_6", NULL, typesm6, 4);
80 test_attr_types(&base_expanded2, "attr_check_mod_optional_4", NULL, typesmo2, 2);
81 test_attr_types(&base_expanded2, "attr_check_base_7", NULL, NULL, 0);
82 test_attr_types(&base_expanded2, "attr_check_base_8", NULL, NULL, 0);
83 test_attr_types(&base_expanded2, "attr_check_base_9", NULL, NULL, 0);
84 test_attr_types(&base_expanded2, "attr_check_base_10", NULL, typesb10, 2);
85 test_attr_types(&base_expanded2, "attr_check_base_11", NULL, typesb11, 2);
86 test_attr_types(&base_expanded2, "attr_check_mod_7", NULL, NULL, 0);
87 test_attr_types(&base_expanded2, "attr_check_mod_8", NULL, NULL, 0);
88 test_attr_types(&base_expanded2, "attr_check_mod_9", NULL, NULL, 0);
89 test_attr_types(&base_expanded2, "attr_check_mod_10", NULL, typesm10, 2);
90 test_attr_types(&base_expanded2, "attr_check_mod_11", NULL, typesm11, 2);
91 test_attr_types(&base_expanded2, "attr_check_base_optional_8", NULL, NULL, 0);
92 test_attr_types(&base_expanded2, "attr_check_mod_optional_7", NULL, NULL, 0);
93 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_5"));
94 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_5_1_t"));
95 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_5_2_t"));
96 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_8"));
97 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_8_1_t"));
98 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_8_2_t"));
99 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_4"));
100 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_4_1_t"));
101 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_4_2_t"));
102 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_7"));
103 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_7_1_t"));
104 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_7_2_t"));