Searched refs:test_string (Results 1 – 3 of 3) sorted by relevance
/tools/perf/tests/ |
A D | api-io.c | 95 if (setup_test(path, test_string, buf_size, &io)) in do_test_get_char() 98 for (i = 0; i < strlen(test_string); i++) { in do_test_get_char() 101 EXPECT_EQUAL(ch, test_string[i]); in do_test_get_char() 131 static int do_test_get_hex(const char *test_string, in do_test_get_hex() argument 142 if (setup_test(path, test_string, 4, &io)) in do_test_get_hex() 223 if (setup_test(path, test_string, 4, &io)) in do_test_get_dec() 297 char test_string[1024]; in test_get_line() local 304 test_string[i] = 'a'; in test_get_line() 305 test_string[512] = '\n'; in test_get_line() 307 test_string[i] = 'b'; in test_get_line() [all …]
|
/tools/testing/selftests/drivers/net/ |
A D | ping.py | 38 test_string = ''.join(random.choice(string.ascii_lowercase) for _ in range(65536)) 44 ksft_eq(nc.stdout.strip(), test_string) 46 test_string = ''.join(random.choice(string.ascii_lowercase) for _ in range(65536)) 51 ksft_eq(nc.stdout.strip(), test_string)
|
A D | xdp.py | 55 def _exchg_udp(cfg, port, test_string): argument 309 test_string = ''.join(random.choice(string.ascii_lowercase) for _ in range(8000)) 319 ksft_eq(rnc.stdout.strip(), test_string, "UDP packet exchange failed")
|
Completed in 12 milliseconds