Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py84 boot_table = json.load(boot_file, object_hook=DotDict)
89 for boot in boot_table:
92 for sub_state in list(boot_table[boot][state_key]):
94 boot_table[boot][state_key].pop(sub_state, None)
98 for key, value in boot_table.items():
105 def create_valid_boot_list(boot_table): argument
113 return list(boot_table.keys())
187 self, boot_table, boot_pass=0, boot_fail=0, obj_name="boot_results" argument
220 for boot_name in list(boot_table.keys()):
H A Dobmc_boot_test.py251 global boot_table
262 valid_boot_types = create_valid_boot_list(boot_table)
537 gp.dprint_var(boot_table)
739 boot_table[boot_candidate]["end"],
740 boot_table[popped_boot]["start"],
1010 if boot_table[boot]["method_type"] == "keyword":
1012 boot_table[boot].get("lib_file_path", ""),
1013 boot_table[boot]["method"],
1017 if boot_table[boot]["bmc_reboot"]:
1040 if boot_table[boot]["end"]["chassis"] == "Off":
[all …]
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test_resource.robot74 # The path to the boot_table.json file which defines the boot requirements. This defaults to the v…
75 # the BOOT_TABLE_PATH environment variable or to data/boot_table.json.