Home
last modified time | relevance | path

Searched refs:test_success (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/include/
H A Dsubunit.h34 static inline void test_success(const char *name) in test_success() function
44 test_success(name); in test_finish()
/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c225 int test_success; in main() local
230 test_success = run_test(cpu); in main()
231 switch (test_success) { in main()
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh31 local test_success=$1
41 if [ $test_success -eq 1 ]; then
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c5222 *test_results = resp->test_success; in bnxt_run_fw_tests()