Searched refs:compare_states (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | obmc_boot_test.py | 634 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 D | state.py | 387 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)
|