Home
last modified time | relevance | path

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

/tools/testing/selftests/devices/probe/
A Dtest_discoverable_devices.py274 test_count = 0
277 nonlocal test_count
283 test_count += len(device["interfaces"])
285 test_count += 1
286 test_count += 1
291 return test_count
/tools/testing/selftests/
A Dkselftest_harness.h1249 unsigned int case_count = 0, test_count = 0; in test_harness_run() local
1259 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