Searched refs:expected_state (Results 1 – 8 of 8) sorted by relevance
25 static int check_sk_stg(int sk_fd, __u32 expected_state) in check_sk_stg() argument35 if (!ASSERT_EQ(sk_stg.last_notclose_state, expected_state, in check_sk_stg()
72 [Arguments] ${expected_state}75 # expected_state on, off78 Should Contain ${resp} ${expected_state}
358 [Arguments] ${expected_state}373 Should Be True '${led_value}' == '${expected_state}'
233 [Arguments] ${expected_state}234 # expected_state - expected BMC state237 Run Keyword If '${bmc_state}' == '${expected_state}'238 ... Log BMC is already in ${expected_state} state
295 [Arguments] ${occ_target}=${0} ${expected_state}=${0}299 # expected_state For OCC either 0 or 1. Default is 0.302 Should Be Equal ${occ_active} ${expected_state}
643 [Arguments] ${expected_state}646 # expected_state The expected LED asserted state (1 = asserted, 0 = not asserted).649 Should Be Equal ${led_state} ${expected_state} msg=Unexpected LED state.
413 local expected_state=$2423 [ "$state" == "$expected_state" ]424 check_err $? "Unexpected \"state\" value (got $state, expected $expected_state)"
339 [Arguments] ${expected_state}341 # expected_state Expected value of Identify LED.344 Should Be True '${led_state}' == '${expected_state}'