Home
last modified time | relevance | path

Searched refs:expected_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dnic_link_layer.py43 def verify_autonegotiation(cfg: object, expected_state: str, link_config: LinkConfig) -> None:
52 ksft_eq(partner_autoneg_state, expected_state)
60 ksft_eq(actual_state, expected_state)
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_tracing.c25 static int check_sk_stg(int sk_fd, __u32 expected_state) in check_sk_stg() argument
35 if (!ASSERT_EQ(sk_stg.last_notclose_state, expected_state, in check_sk_stg()
/linux-6.15/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh420 local expected_state=$2
430 [ "$state" == "$expected_state" ]
431 check_err $? "Unexpected \"state\" value (got $state, expected $expected_state)"