Skip to content

Instantly share code, notes, and snippets.

@Forty-Bot
Created August 5, 2020 15:05
Show Gist options
  • Save Forty-Bot/bf2732ea90431bf28f26c0a3a3580df2 to your computer and use it in GitHub Desktop.
Save Forty-Bot/bf2732ea90431bf28f26c0a3a3580df2 to your computer and use it in GitHub Desktop.
$ PATH="../u-boot-build/u-boot-test/:$PATH" test/py/test.py --bd=sipeed_maix_bitm -ra --build-dir=.
+u-boot-test-flash sipeed_maix_bitm na
... u-boot-test-flash ...
=========================================================== test session starts ============================================================
platform linux -- Python 3.8.5, pytest-5.2.1, py-1.8.0, pluggy-0.13.0
rootdir: /home/sean/software/u-boot/test/py, inifile: pytest.ini
collected 349 items
test/py/tests/test_000_version.py . [ 0%]
test/py/tests/test_bind.py ss [ 0%]
test/py/tests/test_button.py s [ 0%]
test/py/tests/test_dfu.py s [ 0%]
test/py/tests/test_dm.py ... [ 0%]
test/py/tests/test_efi_fit.py s [ 0%]
test/py/tests/test_efi_loader.py .sssss [ 0%]
test/py/tests/test_efi_selftest.py sssss [ 0%]
test/py/tests/test_env.py ............sss [ 0%]
test/py/tests/test_fit.py s [ 0%]
test/py/tests/test_fpga.py ssssssssssssssssssssssssssss [ 0%]
test/py/tests/test_gpio.py ss [ 0%]
test/py/tests/test_gpt.py sssssss [ 0%]
test/py/tests/test_handoff.py s [ 0%]
test/py/tests/test_help.py . [ 0%]
test/py/tests/test_hush_if_test.py ......................................................................s [ 0%]
test/py/tests/test_log.py ss [ 0%]
test/py/tests/test_lsblk.py s [ 0%]
test/py/tests/test_md.py .. [ 0%]
test/py/tests/test_mmc_rd.py ssss [ 0%]
test/py/tests/test_mmc_wr.py s [ 0%]
test/py/tests/test_net.py .sssss [ 0%]
test/py/tests/test_ofplatdata.py ss [ 0%]
test/py/tests/test_part.py s [ 0%]
test/py/tests/test_pinmux.py sssssss [ 0%]
test/py/tests/test_sandbox_exit.py ss [ 0%]
test/py/tests/test_sf.py ssss [ 0%]
test/py/tests/test_shell_basics.py .... [ 0%]
test/py/tests/test_sleep.py . [ 0%]
test/py/tests/test_tpm2.py sssssssssss [ 0%]
test/py/tests/test_ums.py s [ 0%]
test/py/tests/test_unknown_cmd.py . [ 0%]
test/py/tests/test_ut.py s............................ [ 0%]
test/py/tests/test_vboot.py ssssssssss [ 0%]
test/py/tests/test_android/test_ab.py s [ 0%]
test/py/tests/test_android/test_abootimg.py s [ 0%]
test/py/tests/test_android/test_avb.py ssssss [ 0%]
test/py/tests/test_efi_secboot/test_authvar.py sssss [ 0%]
test/py/tests/test_efi_secboot/test_signed.py ssssss [ 0%]
test/py/tests/test_efi_secboot/test_unsigned.py sss [ 0%]
test/py/tests/test_fs/test_basic.py sssssssssssssssssssssssssssssssssssssss [ 0%]
test/py/tests/test_fs/test_ext.py ssssssssssssssssssssss [ 0%]
test/py/tests/test_fs/test_fs_cmd.py s [ 0%]
test/py/tests/test_fs/test_mkdir.py ssssssssssss [ 0%]
test/py/tests/test_fs/test_symlink.py ssss [ 0%]
test/py/tests/test_fs/test_unlink.py ssssssssssssss
========================================================= short test summary info ==========================================================
SKIPPED [2] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_bind" not enabled
SKIPPED [139] /home/sean/software/u-boot/test/py/conftest.py:468: board "sipeed_maix_bitm" not supported
SKIPPED [1] tests/test_dfu.py:114: got empty parameter set ['env__usb_dev_port'], function test_dfu at /home/sean/software/u-boot/test/py/tests/test_dfu.py:113
SKIPPED [6] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "fit" not enabled
SKIPPED [2] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_dhcp" not enabled
SKIPPED [4] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "net" not enabled
SKIPPED [2] /home/sean/software/u-boot/test/py/tests/test_efi_loader.py:121: Network not initialized
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_bootefi_hello" not enabled
SKIPPED [5] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_bootefi_selftest" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_nvedit_info" not enabled
SKIPPED [13] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_fpga" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_fpga_loadp" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_fpga_loadbp" not enabled
SKIPPED [6] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "image_format_legacy" not enabled
SKIPPED [2] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_log" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_lsblk" not enabled
SKIPPED [1] tests/test_mmc_rd.py:134: got empty parameter set ['env__mmc_dev_config'], function test_mmc_dev at /home/sean/software/u-boot/test/py/tests/test_mmc_rd.py:133
SKIPPED [1] tests/test_mmc_rd.py:155: got empty parameter set ['env__mmc_dev_config'], function test_mmc_rescan at /home/sean/software/u-boot/test/py/tests/test_mmc_rd.py:154
SKIPPED [1] tests/test_mmc_rd.py:181: got empty parameter set ['env__mmc_dev_config'], function test_mmc_info at /home/sean/software/u-boot/test/py/tests/test_mmc_rd.py:180
SKIPPED [1] tests/test_mmc_rd.py:218: got empty parameter set ['env__mmc_rd_config'], function test_mmc_rd at /home/sean/software/u-boot/test/py/tests/test_mmc_rd.py:217
SKIPPED [1] tests/test_mmc_wr.py:38: got empty parameter set ['env__mmc_wr_config'], function test_mmc_wr at /home/sean/software/u-boot/test/py/tests/test_mmc_wr.py:37
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_ping" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_net" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_nfs" not enabled
SKIPPED [2] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "spl_of_platdata" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "efi_partition" not enabled
SKIPPED [3] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_pinmux" not enabled
SKIPPED [1] tests/test_sf.py:167: got empty parameter set ['env__sf_config'], function test_sf_read at /home/sean/software/u-boot/test/py/tests/test_sf.py:166
SKIPPED [1] tests/test_sf.py:174: got empty parameter set ['env__sf_config'], function test_sf_read_twice at /home/sean/software/u-boot/test/py/tests/test_sf.py:173
SKIPPED [1] tests/test_sf.py:186: got empty parameter set ['env__sf_config'], function test_sf_erase at /home/sean/software/u-boot/test/py/tests/test_sf.py:185
SKIPPED [1] tests/test_sf.py:209: got empty parameter set ['env__sf_config'], function test_sf_update at /home/sean/software/u-boot/test/py/tests/test_sf.py:208
SKIPPED [11] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_tpm_v2" not enabled
SKIPPED [1] tests/test_ums.py:76: got empty parameter set ['env__usb_dev_port'], function test_ums at /home/sean/software/u-boot/test/py/tests/test_ums.py:75
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "ut_dm" not enabled
SKIPPED [3] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_mmc" not enabled
SKIPPED [2] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "cmd_avb" not enabled
SKIPPED [1] /home/sean/software/u-boot/test/py/conftest.py:487: .config feature "optee_ta_avb" not enabled
==================================================== 125 passed, 224 skipped in 10.23s =====================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment