Searched refs:pytest (Results 1 - 25 of 106) sorted by relevance

12345

/u-boot/test/py/tests/test_fs/
H A Dtest_fs_cmd.py5 import pytest namespace
7 @pytest.mark.boardspec('sandbox')
8 @pytest.mark.buildconfigspec('cmd_fs_generic')
H A Dtest_fs_fat.py11 import pytest namespace
14 @pytest.mark.boardspec('sandbox')
15 @pytest.mark.slow
/u-boot/test/py/tests/
H A Dtest_lsblk.py5 import pytest namespace
7 @pytest.mark.boardspec('sandbox')
8 @pytest.mark.buildconfigspec('blk')
9 @pytest.mark.buildconfigspec('cmd_lsblk')
H A Dtest_part.py5 import pytest namespace
7 @pytest.mark.buildconfigspec('cmd_part')
8 @pytest.mark.buildconfigspec('partitions')
9 @pytest.mark.buildconfigspec('efi_partition')
H A Dtest_smbios.py5 import pytest namespace
7 @pytest.mark.buildconfigspec('cmd_smbios')
8 @pytest.mark.notbuildconfigspec('qfw_smbios')
9 @pytest.mark.notbuildconfigspec('sandbox')
15 @pytest.mark.buildconfigspec('cmd_smbios')
16 @pytest.mark.buildconfigspec('qfw_smbios')
17 @pytest.mark.notbuildconfigspec('sandbox')
21 @pytest.mark.notbuildconfigspec('riscv')
29 @pytest.mark.buildconfigspec('cmd_smbios')
30 @pytest
[all...]
H A Dtest_handoff.py4 import pytest namespace
9 @pytest.mark.boardspec('sandbox_spl')
10 @pytest.mark.buildconfigspec('spl')
H A Dtest_stackprotector.py4 import pytest namespace
7 @pytest.mark.buildconfigspec('cmd_stackprotector_test')
8 @pytest.mark.notbuildconfigspec('asan')
H A Dtest_sandbox_exit.py5 import pytest namespace
8 @pytest.mark.boardspec('sandbox')
9 @pytest.mark.buildconfigspec('sysreset_cmd_poweroff')
16 @pytest.mark.boardspec('sandbox')
23 @pytest.mark.boardspec('sandbox')
24 @pytest.mark.buildconfigspec('cmd_exception')
25 @pytest.mark.buildconfigspec('sandbox_crash_reset')
38 @pytest.mark.boardspec('sandbox')
39 @pytest.mark.buildconfigspec('cmd_exception')
40 @pytest
[all...]
H A Dtest_sandbox_opts.py5 import pytest namespace
12 @pytest.mark.slow
13 @pytest.mark.boardspec('sandbox')
22 @pytest.mark.slow
23 @pytest.mark.boardspec('sandbox')
H A Dtest_button.py3 import pytest namespace
5 @pytest.mark.boardspec('sandbox')
6 @pytest.mark.buildconfigspec('cmd_button')
15 @pytest.mark.boardspec('sandbox')
16 @pytest.mark.buildconfigspec('cmd_button')
17 @pytest.mark.buildconfigspec('cmd_gpio')
H A Dtest_scp03.py13 import pytest namespace
16 @pytest.mark.buildconfigspec('cmd_scp03')
H A Dtest_optee_rpmb.py9 import pytest namespace
12 @pytest.mark.buildconfigspec('cmd_optee_rpmb')
H A Dtest_qfw.py6 import pytest namespace
8 @pytest.mark.buildconfigspec('cmd_qfw')
18 @pytest.mark.buildconfigspec('cmd_qfw')
H A Dtest_pinmux.py3 import pytest namespace
6 @pytest.mark.buildconfigspec('cmd_pinmux')
13 @pytest.mark.buildconfigspec('cmd_pinmux')
20 @pytest.mark.buildconfigspec('cmd_pinmux')
21 @pytest.mark.boardspec('sandbox')
41 @pytest.mark.buildconfigspec('cmd_pinmux')
42 @pytest.mark.boardspec('sandbox')
48 @pytest.mark.buildconfigspec('cmd_pinmux')
57 @pytest.mark.buildconfigspec('cmd_pinmux')
58 @pytest
[all...]
H A Dtest_kconfig.py5 import pytest namespace
12 @pytest.mark.slow
13 @pytest.mark.boardspec('sandbox')
25 @pytest.mark.slow
26 @pytest.mark.boardspec('sandbox_spl')
H A Dtest_gpt.py8 import pytest namespace
17 pytestmark = pytest.mark.slow
96 @pytest.fixture(scope='function')
98 """pytest fixture to provide a GptTestDiskImage object to tests.
105 @pytest.mark.boardspec('sandbox')
106 @pytest.mark.buildconfigspec('cmd_gpt')
107 @pytest.mark.buildconfigspec('cmd_part')
108 @pytest.mark.requiredtool('sgdisk')
122 @pytest.mark.boardspec('sandbox')
123 @pytest
[all...]
H A Dtest_bootstage.py4 import pytest namespace
25 @pytest.mark.buildconfigspec('bootstage')
26 @pytest.mark.buildconfigspec('cmd_bootstage')
33 @pytest.mark.buildconfigspec('bootstage')
34 @pytest.mark.buildconfigspec('cmd_bootstage')
35 @pytest.mark.buildconfigspec('bootstage_stash')
39 pytest.skip('No bootstage environment file is defined')
60 @pytest.mark.buildconfigspec('bootstage')
61 @pytest.mark.buildconfigspec('cmd_bootstage')
62 @pytest
[all...]
H A Dtest_reset.py24 import pytest namespace
29 pytest.skip('reset test is not enabled')
37 pytest.skip('bootmode cannot be determined')
41 pytest.skip('skipping reset test due to jtag bootmode')
43 @pytest.mark.buildconfigspec('hush_parser')
54 @pytest.mark.buildconfigspec('hush_parser')
H A Dtest_ofplatdata.py4 import pytest namespace
7 @pytest.mark.boardspec('sandbox_spl')
8 @pytest.mark.buildconfigspec('spl_of_platdata')
H A Dtest_log.py11 import pytest namespace
13 @pytest.mark.buildconfigspec('cmd_log')
40 @pytest.mark.buildconfigspec('debug_uart')
41 @pytest.mark.boardspec('sandbox')
H A Dtest_mmc.py4 import pytest namespace
29 pytest.skip('MMC device test is not enabled')
31 @pytest.mark.buildconfigspec('cmd_mmc')
36 pytest.skip('No SD/MMC/eMMC controller available')
39 pytest.skip('No SD/MMC card present')
53 @pytest.mark.buildconfigspec('cmd_mmc')
56 pytest.skip('No SD/MMC/eMMC controller available')
75 pytest.fail('Card not present')
77 @pytest.mark.buildconfigspec('cmd_mmc')
80 pytest
[all...]
H A Dtest_fpga.py8 import pytest namespace
69 pytest.skip('No FPGA to test')
73 pytest.fail('No dev specified via env__fpga_under_test')
82 pytest.fail('No address specified via env__fpga_under_test')
98 @pytest.mark.xfail
99 @pytest.mark.buildconfigspec('cmd_fpga')
107 @pytest.mark.buildconfigspec('cmd_fpga')
116 @pytest.mark.buildconfigspec('cmd_fpga')
118 pytest.skip('Not implemented now')
120 @pytest
[all...]
/u-boot/test/py/tests/test_cat/
H A Dtest_cat.py6 import pytest namespace
8 @pytest.mark.boardspec('sandbox')
9 @pytest.mark.buildconfigspec('cmd_cat')
/u-boot/test/py/tests/test_xxd/
H A Dtest_xxd.py6 import pytest namespace
8 @pytest.mark.boardspec('sandbox')
9 @pytest.mark.buildconfigspec('cmd_xxd')
/u-boot/test/py/tests/test_semihosting/
H A Dconftest.py7 import pytest namespace
9 @pytest.fixture(scope='session')

Completed in 278 milliseconds

12345