Searched refs:test_count (Results 1 – 2 of 2) sorted by relevance
274 test_count = 0277 nonlocal test_count283 test_count += len(device["interfaces"])285 test_count += 1286 test_count += 1291 return test_count
1249 unsigned int case_count = 0, test_count = 0; in test_harness_run() local1259 unsigned int old_tests = test_count; in test_harness_run()1263 test_count++; in test_harness_run()1265 if (old_tests != test_count) in test_harness_run()1274 ksft_set_plan(test_count); in test_harness_run()1276 test_count, case_count); in test_harness_run()
Completed in 5 milliseconds