test/py: run all "ut" subtests
authorStephen Warren <swarren@nvidia.com>
Mon, 8 Feb 2016 21:44:16 +0000 (14:44 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 15 Feb 2016 20:58:26 +0000 (20:58 +0000)
commit1cd85f571dd888a20ba23308231da0022ae1ea9e
treef9fe6bc10ae56350bf3f4be9856b4511f5fe0b64
parent7ed4848bb86c562707a02333a6f2f816d0e48955
test/py: run all "ut" subtests

Invoke each "ut"-based unit test as a separate pytest.

Now that the DM unit test runs under test/py, remove the manual shell
script that invokes it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org> # v2, on sandbox
test/dm/test-dm.sh [deleted file]
test/py/conftest.py
test/py/tests/test_ut.py [new file with mode: 0644]