Home
last modified time | relevance | path

Searched refs:max_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
368 del boot_history[: max(0, len(boot_history) - max_boot_history)]
H A Dobmc_boot_test.py57 max_boot_history = 10 variable
944 update_boot_history(boot_history, doing_msg, max_boot_history)
1277 update_boot_history(boot_history, doing_msg, max_boot_history)