u-boot-brain/test/py/tests
Michal Simek 04a4786c7c test/py: vboot can be run only at Sandbox
Getting this error:
Zynq> sb load hostfs - 100
/home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit
Unknown command 'sb' - try 'help'

because sb command is present only for Sandbox
obj-$(CONFIG_SANDBOX) += host.o

that's why mark this test to be run only at Sandbox

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-07-22 14:52:04 -04:00
..
vboot test: Convert the vboot test to test/py 2016-07-14 18:22:40 -04:00
test_000_version.py test/py: use " for docstrings 2016-01-28 21:01:24 -07:00
test_dfu.py test/py: dfu: wait for USB device to go away at boot 2016-05-06 10:10:53 -04:00
test_env.py test/py: fix printenv signon message disable code 2016-06-19 09:50:56 -04:00
test_help.py test/py: use " for docstrings 2016-01-28 21:01:24 -07:00
test_hush_if_test.py test/py: fix CONFIG_ tests 2016-07-08 12:47:58 -04:00
test_md.py test/py: use " for docstrings 2016-01-28 21:01:24 -07:00
test_net.py test/py: Add support for loading image via tftp to specified location 2016-04-11 20:48:22 -04:00
test_ofplatdata.py test: Adjust the of-platdata test run condition 2016-07-16 21:01:44 -04:00
test_sandbox_exit.py test/py: fix CONFIG_ tests 2016-07-08 12:47:58 -04:00
test_shell_basics.py test/py: Quote consistency 2016-01-28 21:01:24 -07:00
test_sleep.py test/py: support running sandbox under gdbserver 2016-02-08 10:22:39 -05:00
test_ums.py test/py: Provide custom IDs when parametrizing tests 2016-01-28 21:01:24 -07:00
test_unknown_cmd.py test/py: use " for docstrings 2016-01-28 21:01:24 -07:00
test_ut.py test/py: run all "ut" subtests 2016-02-15 20:58:26 +00:00
test_vboot.py test/py: vboot can be run only at Sandbox 2016-07-22 14:52:04 -04:00