test/py: test pinmux command
authorPatrice Chotard <[email protected]>
Wed, 24 Oct 2018 12:10:23 +0000 (14:10 +0200)
committerTom Rini <[email protected]>
Fri, 16 Nov 2018 21:51:57 +0000 (16:51 -0500)
commitf41a824b23c57dee86ac03b55fa426f2371c1a8e
tree228162d0b85426ff2e002d82474262556b97d3ae
parent21e23aaff6e8ac0a30f442e83e72dc5c8c9e5007
test/py: test pinmux command

Add pinmux test which test the following commands:
  - pinmux list
  - pinmux dev
  - pinmux status

Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
[trini: Mark some tests as sandbox-centric]
Signed-off-by: Tom Rini <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
arch/sandbox/dts/test.dts
test/py/tests/test_pinmux.py [new file with mode: 0644]