Home
last modified time | relevance | path

Searched refs:boot_history (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py352 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 Dobmc_boot_test.py60 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)