Home
last modified time | relevance | path

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

/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()