/bind-9.11.3/bin/tests/system/dnssec/ |
H A D | dnssec_update_test.pl | 10 # DNSSEC Dynamic update test suite. 59 sub test { subroutine 85 test("NOERROR", ["update", rr_add("a.$zone 300 A 73.80.65.49")]); 88 test("NOERROR", ["update", rr_del("a.$zone")]);
|
/bind-9.11.3/bin/tests/system/nsupdate/ |
H A D | update_test.pl | 10 # Dynamic update test suite. 64 sub test { subroutine 90 test("NOERROR", ["update", rr_del("a.$zone")]); 91 test("NOERROR", ["update", rr_del("b.$zone")]); 92 test("NOERROR", ["update", rr_del("c.$zone")]); 93 test("NOERROR", ["update", rr_del("d.$zone")]); 94 test("NOERROR", ["update", rr_del("e.$zone")]); 95 test("NOERROR", ["update", rr_del("f.$zone")]); 96 test("NOERROR", ["update", rr_del("ns.s.$zone")]); 97 test("NOERRO [all...] |
/bind-9.11.3/bin/tests/system/stress/ |
H A D | update.pl | 10 # Dynamic update test suite. 64 sub test { subroutine 90 test("NOERROR", ["update", rr_add("dynamic-$i.$zone 300 TXT txt-$i" )]);
|
/bind-9.11.3/bin/tests/net/ |
H A D | driver.c | 75 test_t *test; local 87 test = &tests[testno]; 88 printf("T:%s:%u:A\n", test->tag, testno + 1); 89 printf("A:%s\n", test->description); 90 result = test->func();
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | build_test.c | 102 * Internal test cases. 108 atf_tc_set_md_var(tc, "descr", "Tests the test case internal " 155 struct c_o_test *test; local 157 for (test = c_o_tests; test->expargv[0] != NULL; test++) { 158 printf("> Test: %s\n", test->msg); 160 verbose_set_env("ATF_BUILD_CC", test->cc); 161 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags); 162 verbose_set_env("ATF_BUILD_CPPFLAGS", test 184 struct cpp_test *test; local 212 struct cxx_o_test *test; local [all...] |
H A D | macros_test.c | 91 * Helper test cases. 97 atf_tc_set_md_var(tc, "descr", "Helper test case"); \ 240 struct test { struct 284 struct test { struct 339 struct test { struct 561 struct test { struct 768 * Miscellaneous test cases covering several macros. 799 struct test { struct 848 "Tests that defining an unused test case raises a " 864 atf_tc_fail("Build of unused_test.c passed; unused test case [all...] |
/bind-9.11.3/unit/atf-src/tools/ |
H A D | ui_test.cpp | 42 struct test { struct 108 // TODO(jmmv): Fix the code to pass this test... 362 struct test *t; 455 // Add the test cases for the free functions.
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | macros_test.cpp | 59 // Auxiliary test cases. 65 set_md_var("descr", "Helper test case"); 77 set_md_var("descr", "Helper test case"); 89 set_md_var("descr", "Helper test case"); 101 set_md_var("descr", "Helper test case"); 115 set_md_var("descr", "Helper test case"); 130 set_md_var("descr", "Helper test case"); 149 set_md_var("descr", "Helper test case"); 164 set_md_var("descr", "Helper test case"); 183 set_md_var("descr", "Helper test cas 334 struct test { struct 378 struct test { struct 427 struct test { struct 472 struct test { struct 519 struct test { struct 564 struct test { struct 613 struct test { struct 665 struct test { struct 713 struct test { struct [all...] |
/bind-9.11.3/contrib/dlz/modules/wildcard/ |
H A D | dlz_wildcard_dynamic.c | 574 char c, test; local 619 while ((test = *string) != EOS) { 623 if (test == '/' && flags & FNM_PATHNAME) 674 rangematch(const char *pattern, char test, int flags, char **newp) { argument 689 test = tolower((unsigned char)test); 721 if (c <= test && test <= c2) 723 } else if (c == test)
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | fs_test.c | 99 struct test { struct 125 struct test *t; 171 struct test { struct 183 struct test *t; 211 struct test { struct 223 struct test *t; 252 struct test { struct 263 struct test *t; 290 struct test { struct 301 struct test * 329 struct test { struct [all...] |