test/py: test pinmux command
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 24 Oct 2018 12:10:23 +0000 (14:10 +0200)
committerTom Rini <trini@konsulko.com>
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 <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Mark some tests as sandbox-centric]
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/dts/test.dts
test/py/tests/test_pinmux.py [new file with mode: 0644]