commit | c010f12f6e5d2d4be9e96696aede9ed7953c9edf | [log] [tgz] |
---|---|---|
author | Love Kumar <love.kumar@amd.com> | Tue Jan 02 12:17:07 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 16 17:05:29 2024 -0500 |
tree | 8da8619ff87b0828134c2207b4a966090a72d200 | |
parent | 77830a21cbb89c7cfafec609caa097098f54df18 [diff] |
test/py: i2c: Add tests for i2c command Add below test cases for i2c commands: i2c_bus - To show i2c bus info, i2c_dev - To set or show the current bus, i2c_probe - To probe the i2c device, i2c_eeprom - To test i2c eeprom device, i2c_probe_all_buses - To list down all the buses and probes it Signed-off-by: Love Kumar <love.kumar@amd.com>