Home
last modified time | relevance | path

Searched refs:suite_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot31 ${suite_name}= Get strip string ${SUITE_NAME}
32 ${suite_name}= Catenate SEPARATOR= ${FFDC_TIME}_ ${suite_name}
35 RETURN ${suite_name} ${test_name}
H A Dgen_print.py1530 suite_name = BuiltIn().get_variable_value("${suite_name}")
1532 sprint_time('Running test suite "' + suite_name + '".\n'), indent
/openbmc/linux/lib/kunit/
H A Dexecutor_test.c14 const char *suite_name,
282 const char *suite_name, in alloc_fake_suite() argument
289 strncpy((char *)suite->name, suite_name, sizeof(suite->name) - 1); in alloc_fake_suite()