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.py634 if st.compare_states(state, st.invalid_state_match, "or"):
693 if st.compare_states(state, boot_table[boot_candidate]["end"]):
711 if st.compare_states(state, boot_table[boot_candidate]["start"]):
738 if st.compare_states(state, boot_table[boot_candidate]["start"]):
740 if st.compare_states(
754 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)