Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test summary unittests #97

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 28, 2023

  1. Add .gitignore file

    And ignore `__pycache_` directories
    
    Signed-off-by: Manu Bretelle <chantr4@gmail.com>
    chantra committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    475c7f1 View commit details
    Browse the repository at this point in the history
  2. [run-qemu][print_test_summary] change script to generate logs and later

    write them
    
    This makes just easier to separate the file operations from the
    generation of the content, and therefore, easier to test.
    
    Signed-off-by: Manu Bretelle <chantr4@gmail.com>
    chantra committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5f882a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. [run-qemu][print_test_summary] build_summaries_for_test to generate

    individual test summaries
    
    The logic between handling summaries for test and subtest was very
    similar.
    This function receive a (sub)test dict and generate its textual
    summaries for both GH job summary and GH test console.
    
    When asubtest is used, the parent test name and number must be passed as
    arguments to the function.
    
    Signed-off-by: Manu Bretelle <chantr4@gmail.com>
    chantra committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    94d01bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a16098 View commit details
    Browse the repository at this point in the history