]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: gpio: Add gpio pins generic test
authorLove Kumar <love.kumar@amd.com>
Fri, 19 Jan 2024 05:38:34 +0000 (11:08 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 15:31:24 +0000 (10:31 -0500)
commitd07f9e6661d380576c5e346d70ce9812935885e8
tree4228b2c86ad8a64a574e15b1b33ad955834b7206
parente894c10c040bc1bc65a7ea0168503fb1f8d18b09
test/py: gpio: Add gpio pins generic test

Add gpio pins generic test for the set of gpio pin list to test various
gpio related functionality, such as the input, set, clear, and toggle,
it also tests the input and output functionality for shorted gpio pins.
This test depends on boardenv* configuration to define gpio pins names.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_gpio.py