]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: i2c: Add tests for i2c command
authorLove Kumar <love.kumar@amd.com>
Tue, 2 Jan 2024 06:47:07 +0000 (12:17 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 22:05:29 +0000 (17:05 -0500)
commit9b8b0431ea6ab1a0190cd566af11ab8b37aad0d9
tree8da8619ff87b0828134c2207b4a966090a72d200
parentf0d6e29f97b3d59b3a82149df657d15b1e3eb004
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>
test/py/tests/test_i2c.py [new file with mode: 0644]