Searched refs:test_boot_orders (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | boot-order-test.c | 54 static void test_boot_orders(const char *machine, in test_boot_orders() function 110 test_boot_orders(NULL, read_boot_order_pc, test_cases_pc); in test_pc_boot_order() 130 test_boot_orders("g3beige", read_boot_order_pmac, test_cases_fw_cfg); in test_pmac_oldworld_boot_order() 135 test_boot_orders("mac99", read_boot_order_pmac, test_cases_fw_cfg); in test_pmac_newworld_boot_order() 147 test_boot_orders("SS-5", read_boot_order_sun4m, test_cases_fw_cfg); in test_sun4m_boot_order() 159 test_boot_orders("sun4u", read_boot_order_sun4u, test_cases_fw_cfg); in test_sun4u_boot_order()
|