Searched refs:test_file_path (Results 1 – 3 of 3) sorted by relevance
119 ${test_file_path}= Set Variable /tmp/before_bmcreboot120 BMC Execute Command touch ${test_file_path}128 ${stdout} ${stderr} ${rc}= BMC Execute Command test ! -f ${test_file_path} print_out=1149 ${test_file_path}= Set Variable /tmp/before_bmcreboot150 BMC Execute Command touch ${test_file_path}158 ${stdout} ${stderr} ${rc}= BMC Execute Command test ! -f ${test_file_path} print_out=1
146 static char test_file_path[256]; variable147 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()
294 const char *test_file_path = "tests/data/qobject/qdict.txt"; in qdict_stress_test() local296 test_file = fopen(test_file_path, "r"); in qdict_stress_test()