test/py: mii: Add tests for mii command
authorLove Kumar <love.kumar@amd.com>
Tue, 2 Jan 2024 06:44:35 +0000 (12:14 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 22:05:29 +0000 (17:05 -0500)
commitf0d6e29f97b3d59b3a82149df657d15b1e3eb004
treed0f5cff6613842229e76b46b2015b191dde37da7
parente6a8c6f5c02af7d7769a1ae70859e24188fd2433
test/py: mii: Add tests for mii command

Add below test cases for mii commands:
mii_info -To display MII PHY info
mii_list - To list MII devices
mii_set_device - To set MII device
mii_read - To reads register from MII PHY address
mii_dump - To display data from MII PHY address

Signed-off-by: Love Kumar <love.kumar@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_mii.py [new file with mode: 0644]