Home
last modified time | relevance | path

Searched refs:test_id_str (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/vsock/
H A Dutil.c469 static unsigned long parse_test_id(const char *test_id_str, size_t test_cases_len) in parse_test_id() argument
475 test_id = strtoul(test_id_str, &endptr, 10); in parse_test_id()
477 fprintf(stderr, "malformed test ID \"%s\"\n", test_id_str); in parse_test_id()
491 const char *test_id_str) in skip_test() argument
493 unsigned long test_id = parse_test_id(test_id_str, test_cases_len); in skip_test()
498 const char *test_id_str) in pick_test() argument
512 test_id = parse_test_id(test_id_str, test_cases_len); in pick_test()
H A Dutil.h66 const char *test_id_str);
68 const char *test_id_str);