Home
last modified time | relevance | path

Searched refs:boot_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py156 boot_list = gm.file_to_list(file_path, newlines=0, comments=0, trim=1)
157 boot_lists[boot_category] = boot_list
162 def valid_boot_list(boot_list, valid_boot_types): argument
172 for boot_name in boot_list:
H A Dobmc_boot_test.py243 global boot_list
258 boot_list = list(filter(None, boot_list.split(":")))
586 if len(boot_list) == 0 and len(boot_stack) == 0 and not ffdc_only:
592 valid_boot_list(boot_list, valid_boot_types)
595 set(boot_list + boot_stack) & set(boot_lists["PDU_reboot"])
735 for boot_candidate in boot_list:
1390 if len(boot_list) > 0:
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test_resource.robot19 ... stack_mode boot_stack boot_list max_num_tests plug_in_dir_paths
47 ${boot_list} ${EMPTY} variable