Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-cmdline/
H A Dcmdline_test.py66 testname = (test["Name"] + ":").ljust(30) variable
69 print(testname, "PASS")
71 print(testname, "FAIL")
78 testname = ("History fill test:").ljust(30) variable
81 print(testname, "PASS")
83 print(testname, "FAIL")
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/nvlist_to_lua/
H A Dnvlist_to_lua.c86 test(const char *testname, boolean_t expect_success, boolean_t expect_match) in test() argument
92 (void) printf("\nrunning test '%s'; input:\n", testname); in test()
113 "case: %s\n", testname); in test()
118 (void) printf("unexpected FAIL of case: %s\n", testname); in test()
/f-stack/dpdk/app/test/
H A Dtest_efd_perf.c312 exit_with_fail(const char *testname, struct efd_perf_params *params, in exit_with_fail() argument
317 testname, hashtest_key_lens[params->cycle], i); in exit_with_fail()
H A Dtest_member_perf.c498 exit_with_fail(const char *testname, struct member_perf_params *params, in exit_with_fail() argument
502 testname, hashtest_key_lens[params->cycle], i, j); in exit_with_fail()