Lines Matching refs:run_command
19 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_list()
39 ut_assertok(run_command("bootmeth order extlinux", 0)); in bootmeth_cmd_order()
45 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order()
54 ut_assertok(run_command("bootmeth list -a", 0)); in bootmeth_cmd_order()
67 ut_assertok(run_command("bootmeth order \"efi extlinux\"", 0)); in bootmeth_cmd_order()
69 ut_assertok(run_command("bootmeth list -a", 0)); in bootmeth_cmd_order()
82 ut_assertok(run_command("bootmeth order", 0)); in bootmeth_cmd_order()
85 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order()
90 ut_assertok(run_command("bootmeth order \"efi extlinux\"", 0)); in bootmeth_cmd_order()
92 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order()
113 ut_assertok(run_command("bootmeth order \"efi firmware0\"", 0)); in bootmeth_cmd_order_glob()
115 ut_assertok(run_command("bootmeth list", 0)); in bootmeth_cmd_order_glob()
135 ut_assertok(run_command("bootmeth set extlinux fallback 1", 0)); in bootmeth_cmd_set()
140 ut_assertok(run_command("bootmeth set extlinux fallback 0", 0)); in bootmeth_cmd_set()
145 ut_asserteq(1, run_command("bootmeth set extlinux fallback fred", 0)); in bootmeth_cmd_set()
151 ut_asserteq(1, run_command("bootmeth set extlinux fallback", 0)); in bootmeth_cmd_set()
156 ut_asserteq(1, run_command("bootmeth set fred fallback 0", 0)); in bootmeth_cmd_set()
162 ut_asserteq(1, run_command("bootmeth set extlinux fred 0", 0)); in bootmeth_cmd_set()
168 ut_asserteq(1, run_command("bootmeth set efi fallback 0", 0)); in bootmeth_cmd_set()
189 ut_asserteq(1, run_command("setenv bootmeths fred", 0)); in bootmeth_env()