]> git.ipfire.org Git - thirdparty/u-boot.git/commit
py: test_gpio: Add support for GPIO pytest
authorVipul Kumar <vipul.kumar@xilinx.com>
Tue, 12 Sep 2017 12:31:07 +0000 (18:01 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2021 12:49:32 +0000 (13:49 +0100)
commitb1631bdcacc9f0ab3c8807877ece04ac880c2ec4
tree86cae71794ed7ffb96b3a4098d431ce4cf5a380b
parent685e8cc478237e0534155a65bc5bc901958901a9
py: test_gpio: Add support for GPIO pytest

This patch tests the gpio commands using the
gpio data from boardenv file.

Also one test will show the default status of all the gpio's
supported by the processor.

Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
State: pending
test/py/tests/test_gpio_xilinx.py [new file with mode: 0644]