Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A Dutil.c378 const char *test_id_str) in skip_test() argument
384 test_id = strtoul(test_id_str, &endptr, 10); in skip_test()
386 fprintf(stderr, "malformed test ID \"%s\"\n", test_id_str); in skip_test()
H A Dutil.h51 const char *test_id_str);