commit | 77830a21cbb89c7cfafec609caa097098f54df18 | [log] [tgz] |
---|---|---|
author | Love Kumar <love.kumar@amd.com> | Tue Jan 02 12:14:35 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 16 17:05:29 2024 -0500 |
tree | d0f5cff6613842229e76b46b2015b191dde37da7 | |
parent | 734d57703a3358d242b5deca7faae37960c656d1 [diff] |
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>