Home | History | Annotate | Download | only in npftest

Lines Matching defs:testname

45 	    "  %s -T <testname> -c <config>\n"
50 "\t-T <testname>: specific test\n"
198 char *benchmark, *config, *interface, *stream, *testname;
207 testname = NULL;
240 testname = optarg;
288 if (!testname || strcmp("nbuf", testname) == 0) {
294 if (!testname || strcmp("bpf", testname) == 0) {
300 if (!testname || strcmp("table", testname) == 0) {
311 if (!testname || strcmp("state", testname) == 0) {
317 if (!testname || strcmp("gc", testname) == 0) {
325 if (!testname || strcmp("rule", testname) == 0) {
331 if (!testname || strcmp("ether", testname) == 0) {
337 if (!testname || strcmp("l2defpass", testname) == 0) {
343 if (!testname || strcmp("guid", testname) == 0) {
349 if (!testname || strcmp("nat", testname) == 0) {
373 if (testname && !tname_matched)
374 errx(EXIT_FAILURE, "test \"%s\" unknown", testname);