Home
last modified time | relevance | path

Searched refs:boot_table (Results 1 – 4 of 4) 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.py253 global boot_table
263 boot_table = create_boot_table(boot_table_path, os_host=os_host)
264 valid_boot_types = create_valid_boot_list(boot_table)
278 boot_results = boot_results(boot_table, boot_pass, boot_fail)
539 gp.dprint_var(boot_table)
693 if st.compare_states(state, boot_table[boot_candidate]["end"]):
711 if st.compare_states(state, boot_table[boot_candidate]["start"]):
729 "boot_table_start_entry", boot_table[boot_candidate]["start"]
738 if st.compare_states(state, boot_table[boot_candidate]["start"]):
741 boot_table[boot_candidate]["end"],
[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.
/openbmc/linux/
H A Dopengrok0.0.log[all...]