Skip to content
  1. Jan 26, 2023
    • Vincent Stehle's avatar
      Re-classify size limitations · be2f7ff2
      Vincent Stehle authored
      
      
      The SIE errors, which we originally classified as "known rpmb limitations"
      can happen not only with an eMMC but in the more general case with a small
      storage for UEFI variables. This is typically the case with OP-TEE.
      Let's re-classify those errors as "known size limitations". This is just
      renaming at this stage.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      be2f7ff2
  2. Sep 07, 2022
  3. Jul 19, 2022
    • Vincent Stehle's avatar
      Add an SIE configuration · f97a97e0
      Vincent Stehle authored
      
      
      Add a configuration to process SCT results from the Security Interface
      Extension ACS.
      
      The rules in this new configuration can override tests results with a new
      `KNOWN RPMB LIMITATION' result.
      
      Add the necessary enums to our schema and adjust the sequence files
      database to use the new configuration automatically when the SIE ACS is
      detected.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      f97a97e0
    • Drew Reed's avatar
      Addressed review comments · 2dbcbd3b
      Drew Reed authored
      2dbcbd3b
  4. Jun 28, 2022
  5. Jun 23, 2022
  6. Jan 25, 2022
  7. Dec 17, 2021
  8. Oct 08, 2021
  9. Oct 01, 2021
  10. Sep 24, 2021
  11. Sep 17, 2021
  12. Aug 26, 2021
  13. Aug 19, 2021
  14. Aug 18, 2021
  15. Aug 11, 2021
  16. Jul 13, 2021
  17. Jun 14, 2021
  18. Jun 09, 2021
  19. May 31, 2021
  20. Mar 15, 2021
    • Vincent Stehle's avatar
      Add configuration file · 9ae846ea
      Vincent Stehle authored
      
      
      Add a --config option to Parser.py, to use a configuration file.
      
      This configuration file can contain a list of transformations to apply to
      the test results. This will allow to mark tests as false positives or to
      waive failures.
      
      We describe the YAML configuration file format in details in the README.md.
      We also add a sample configuration, to demonstrate usage of configuration
      files with the already provided sample log and sequence files.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      9ae846ea
    • Vincent Stehle's avatar
      Better handling of skipped tests sets · d144d546
      Vincent Stehle authored
      
      
      A skip test set is a test set, which was considered but had zero of its
      tests run. This is not the same as a dropped test set, which we do not find
      in the log at all.
      Generate artificial test entries with the result set to SKIPPED to keep
      track of the former.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      d144d546
Loading