Lines Matching refs:run_command
21 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_list()
42 ut_assertok(run_command("bootmeth order extlinux", 0)); in bootmeth_cmd_order()
48 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order()
57 ut_assertok(run_command("bootmeth list -a", 0)); in bootmeth_cmd_order()
70 ut_assertok(run_command("bootmeth order \"efi extlinux\"", 0)); in bootmeth_cmd_order()
72 ut_assertok(run_command("bootmeth list -a", 0)); in bootmeth_cmd_order()
85 ut_assertok(run_command("bootmeth order", 0)); in bootmeth_cmd_order()
88 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order()
93 ut_assertok(run_command("bootmeth order \"efi extlinux\"", 0)); in bootmeth_cmd_order()
95 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order()
117 ut_assertok(run_command("bootmeth order \"efi firmware0\"", 0)); in bootmeth_cmd_order_glob()
119 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order_glob()
147 ut_asserteq(1, run_command("setenv bootmeths fred", 0)); in bootmeth_env()