Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py630 if st.compare_states(state, st.invalid_state_match, "or"):
689 if st.compare_states(state, boot_table[boot_candidate]["end"]):
707 if st.compare_states(state, boot_table[boot_candidate]["start"]):
734 if st.compare_states(state, boot_table[boot_candidate]["start"]):
736 if st.compare_states(
750 if not st.compare_states(state, boot_table[default_power_on]["start"]):
H A Dstate.py387 def compare_states(state, match_state, match_type="and"): function
906 os_up = compare_states(state, os_up_match)
1020 match = compare_states(state, match_state)