test/py: Handle testing with the sandbox_spl board
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:37 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit2fedbaa4aea4f781863c9b11879ae4d43149c447
treefb3ce5cbda4c886c9b26c3a5dd736c150975ff68
parent97feca3325bb2065a7ef7d30e1f308b74f1fb33c
test/py: Handle testing with the sandbox_spl board

This board can sometimes be used for tests. Handle it the same way as
sandbox.

Note: I plan to drop the sandbox_spl board at some point and merge its
features into sandbox. So this commit may not be necessary.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py