Skip to content
Snippets Groups Projects
Commit 04a4786c authored by Michal Simek's avatar Michal Simek Committed by Tom Rini
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 38d592fc
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ import pytest
import sys
import u_boot_utils as util
@pytest.mark.boardspec('sandbox')
@pytest.mark.buildconfigspec('fit_signature')
def test_vboot(u_boot_console):
"""Test verified boot signing with mkimage and verification with 'bootm'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment