]> git.sur5r.net Git - u-boot/blobdiff - test/py/conftest.py
Merge git://git.denx.de/u-boot-dm
[u-boot] / test / py / conftest.py
index 5b16456e6b2331c3ead46f3630c2a14a20254fd6..5b3a92316bbfae2969f76fc11a61e713b649f30b 100644 (file)
@@ -193,7 +193,7 @@ def pytest_configure(config):
     for v in env_vars:
         os.environ['U_BOOT_' + v.upper()] = getattr(ubconfig, v)
 
-    if board_type == 'sandbox':
+    if board_type.startswith('sandbox'):
         import u_boot_console_sandbox
         console = u_boot_console_sandbox.ConsoleSandbox(log, ubconfig)
     else: