Searched refs:boot_history (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | boot_data.py | 352 def update_boot_history(boot_history, boot_start_message, max_boot_history=10): argument 365 boot_history.append(boot_start_message) 368 del boot_history[: max(0, len(boot_history) - max_boot_history)] 371 def print_boot_history(boot_history, quiet=None): argument 386 for boot_entry in boot_history:
|
H A D | obmc_boot_test.py | 60 boot_history = [] variable 249 global boot_history 274 boot_results, boot_history = pickle.load( 879 print_boot_history(boot_history) 935 global boot_history 946 update_boot_history(boot_history, doing_msg, max_boot_history) 1206 (boot_results, boot_history), 1279 update_boot_history(boot_history, doing_msg, max_boot_history)
|