On 20.7.2016 16:19, Simon Glass wrote: > +Stephen > > On 18 July 2016 at 00:49, Michal Simek <[email protected]> wrote: >> 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 <[email protected]> >> --- >> >> test/py/tests/test_vboot.py | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py >> index c77989591c7e..92b4eccad808 100644 >> --- a/test/py/tests/test_vboot.py >> +++ b/test/py/tests/test_vboot.py >> @@ -29,6 +29,7 @@ import pytest >> import sys >> import u_boot_utils as util >> >> [email protected]('sandbox') >> @pytest.mark.buildconfigspec('fit_signature') > > Can we have both conditions, or does it only work as an OR?
Test is valid when both options are valid. Stephen can confirm for sure. Thanks, Michal _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

