Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c146 static char test_file_path[256]; variable
147 module_param_string(file_path, test_file_path, sizeof(test_file_path), 0400);
533 if (test_file_path[0]) { in test_lockup_init()
534 test_file = filp_open(test_file_path, O_RDONLY, 0); in test_lockup_init()
536 pr_err("failed to open %s: %ld\n", test_file_path, PTR_ERR(test_file)); in test_lockup_init()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot119 ${test_file_path}= Set Variable /tmp/before_bmcreboot
120 BMC Execute Command touch ${test_file_path}
128 ${stdout} ${stderr} ${rc}= BMC Execute Command test ! -f ${test_file_path} print_out=1
149 ${test_file_path}= Set Variable /tmp/before_bmcreboot
150 BMC Execute Command touch ${test_file_path}
158 ${stdout} ${stderr} ${rc}= BMC Execute Command test ! -f ${test_file_path} print_out=1
/openbmc/qemu/tests/unit/
H A Dcheck-qdict.c294 const char *test_file_path = "tests/data/qobject/qdict.txt"; in qdict_stress_test() local
296 test_file = fopen(test_file_path, "r"); in qdict_stress_test()