]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: Add basic mii and mdio tests
authorMichal Simek <michal.simek@xilinx.com>
Fri, 6 May 2016 11:30:48 +0000 (13:30 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2021 12:49:32 +0000 (13:49 +0100)
commite6a26e53886723dc980f8074e761abb463c2ea17
treeb1da5f0b4f6ad73138b5bf50c982d1865bc95090
parent220cf9f5095739132da5a7866f51bf8f3a33873e
test/py: Add basic mii and mdio tests

Add simple mii and mdio testing functions.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
State: pending
test/py/tests/test_mdio.py [new file with mode: 0644]
test/py/tests/test_mii.py [new file with mode: 0644]