Home
last modified time | relevance | path

Searched refs:skip_reason (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Ddevlink_port_split.py231 skip_reason = None
234 skip_reason = "{} not found in devlink output, test skipped".format(target_property)
237 skip_reason = None
239 skip_reason = 'devlink output is empty, test skipped'
241 if skip_reason:
242 print(skip_reason)
/openbmc/linux/tools/perf/tests/
H A Dtests.h37 const char *skip_reason; member
62 .skip_reason = _reason, \
H A Dbuiltin-test.c163 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason() function
168 return t->test_cases[subtest >= 0 ? subtest : 0].skip_reason; in skip_reason()
285 const char *reason = skip_reason(t, subtest); in test_and_print()
H A Dwp.c167 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c445 test->test_cases[subtest].skip_reason = "not hybrid"; in test__intel_pt_hybrid_compat()