binman: Add tests for importlib availability
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:21 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit934cdcfb1b1cac6a6c987f3f91e341c713770224
treee289915f85d46fa0a6e870091abd5a1ed832ecea
parent4d5994f91c5c781fb0c8b32b58abfc4d9d2ec878
binman: Add tests for importlib availability

Add a test that the 'entry' module works with or without importlib.
The tests are numbered so that they are executed in the correct order.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/binman/entry_test.py