u-boot/test/py/tests
Masahisa Kojima 0b4cbeba59 test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option
'cert-to-efi-hash-list -t 0' does not work as expected, it produces
indeterminate timestamp.

  $ cert-to-efi-hash-list -t 0 -s 256 db.crt dbx_hash.crl
  TimeOfRevocation is 0-113-0 00:00:255

If we need the CRL revoked for all the time, just don't specify
'-t' option.

  $ cert-to-efi-hash-list -s 256 db.crt dbx_hash.crl
  TimeOfRevocation is 0-0-0 00:00:00

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2022-11-06 10:50:04 +01:00
..
bootstd
test_android
test_cat cmd: cat: add new command 2022-10-11 15:40:48 -04:00
test_efi_bootmgr test: Make test_efi_bootmgr() single-threaded 2022-09-12 18:06:36 -04:00
test_efi_capsule test: dm: Add test cases for FWU Metadata uclass 2022-10-31 14:47:33 -04:00
test_efi_secboot test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option 2022-11-06 10:50:04 +01:00
test_eficonfig test: unit test for eficonfig 2022-09-14 08:43:32 +02:00
test_fs test: Make test_sqfs_ls() single-threaded 2022-09-12 18:06:36 -04:00
test_xxd cmd: xxd: add new command 2022-10-11 15:40:48 -04:00
vboot
fit_util.py vbe: Add a test for VBE device tree fixups 2022-10-17 21:17:13 -06:00
test_000_version.py
test_bind.py test: Make test_bind_unbind_with_uclass() single-threaded 2022-09-12 18:06:36 -04:00
test_bootmenu.py
test_button.py
test_dfu.py
test_dm.py test/py: Run simple dm commands without checking 2022-07-26 08:23:54 +02:00
test_efi_fit.py
test_efi_loader.py
test_efi_selftest.py
test_env.py
test_event_dump.py vbe: Add Kconfig options for VPL 2022-10-31 11:03:59 -04:00
test_extension.py
test_fit.py test: Move common FIT code into a separate fit_util file 2022-10-17 21:17:13 -06:00
test_fit_ecdsa.py test: Update FIT tests to run in parallel 2022-09-12 18:06:36 -04:00
test_fit_hashes.py test: Update FIT tests to run in parallel 2022-09-12 18:06:36 -04:00
test_fpga.py
test_gpio.py test: Make test_gpio_read() independent 2022-09-12 18:06:36 -04:00
test_gpt.py test: Mark test_gpt tests as slow 2022-09-12 18:06:36 -04:00
test_handoff.py
test_help.py
test_hush_if_test.py
test_kconfig.py test: Add some tests for kconfig.h 2022-08-10 13:38:30 -04:00
test_log.py
test_lsblk.py
test_md.py
test_mmc_rd.py
test_mmc_wr.py
test_net.py
test_ofplatdata.py
test_part.py
test_pinmux.py test: Fix test_pinmux to run in parallel 2022-09-12 18:06:36 -04:00
test_pstore.py
test_pstore_data_console.hex
test_pstore_data_panic1.hex
test_pstore_data_panic2.hex
test_qfw.py
test_sandbox_exit.py
test_scp03.py
test_sf.py
test_shell_basics.py
test_sleep.py
test_spl.py
test_stackprotector.py test/py: test_stackprotector: Disable for ASAN 2022-06-23 12:58:18 -04:00
test_tpm2.py
test_ums.py
test_unknown_cmd.py
test_ut.py sandbox: Add a test for SCSI 2022-09-25 13:59:56 -06:00
test_vbe.py vbe: Use a manual test 2022-10-31 11:04:00 -04:00
test_vbe_vpl.py vbe: Add a test for the VBE flow into U-Boot proper 2022-10-31 11:04:00 -04:00
test_vboot.py test: Mark all but the first vboot test as slow 2022-09-12 18:06:36 -04:00
test_vpl.py
vboot_evil.py
vboot_forge.py