Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

conftest.py

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Stephen Warren's avatar
      1326022c
      test/py: print summary in test order · 1326022c
      Stephen Warren authored
      
      Use lists rather than sets to record the status of tests. This causes
      the test summary in the HTML file to be generated in the same order as
      the tests are (or would have been) run. This makes it easier to locate
      the first failed test. The log for this test might have interesting
      first clues re: interaction with the environment (e.g. hardware flashing,
      serial console, ...) and may help tracking down external issues.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      1326022c
      History
      test/py: print summary in test order
      Stephen Warren authored
      
      Use lists rather than sets to record the status of tests. This causes
      the test summary in the HTML file to be generated in the same order as
      the tests are (or would have been) run. This makes it easier to locate
      the first failed test. The log for this test might have interesting
      first clues re: interaction with the environment (e.g. hardware flashing,
      serial console, ...) and may help tracking down external issues.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>