Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: teemtee/tmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.52.0
Choose a base ref
...
head repository: teemtee/tmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.53.0
Choose a head ref
  • 9 commits
  • 36 files changed
  • 6 contributors

Commits on Jul 14, 2025

  1. Use shell scripts proper for shell constructs in guest fact probes (#…

    …3824)
    
    Some probes were using `DEFAULT_SHELL` directly - not needed,
    `ShellScript.to_shell_command()` does the conversion nicely - and
    at least one command apparently did not work correctly without
    shell involved (is-container probe).
    happz authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    e78711c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Environment files on command-line do not need to be under fmf root (#…

    …3878)
    
    Fixes a regression introduced in #3799.
    
    Fixes #3877.
    happz authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    3b84ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39dd66c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Fix anonymous links, definition lists and link anchors in ReST (#3870)

    Fixes anonymous links, definition lists and link anchors handling in
    plugin docstrings. Improves text rendering in `--help` message.
    
    Fixes #3676 and #3696
    bajertom authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    8a9e9f9 View commit details
    Browse the repository at this point in the history
  2. Add additional checks for events affecting test result (#3876)

    This PR adds additional internal checks for events that affect the
    overall test results. Internal checks are now executed later than normal
    checks, as we need a way to detect guest errors such as reboot timeouts.
    
    Resolves: #3834 
    
    Co-authored-by: Miloš Prchlík <[email protected]>
    Co-authored-by: Petr Šplíchal <[email protected]>
    3 people authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    446951b View commit details
    Browse the repository at this point in the history
  3. Support the skip status in the html report plugin (#3863)

    The `skip` status is colored gray.
    
    Added a test to verify HTML report contains all test statuses from
    restraint report-results including the `skip` status. Also verify that
    the listed tests are of the correct status in the HTML report.
    
    Fixes #2857.
    tcornell-bus authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    a66b0ac View commit details
    Browse the repository at this point in the history
  4. Fix the make coverage target to actually test (#3871)

    Seems there was a typo in the `coverage` target definition. It should be
    running `test:cov` to actually execute some tests.
    psss authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    149005c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Add a new Adjust Metadata section to the Guide (#3818)

    Signed-off-by: mcasquer <[email protected]>
    mcasquer authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    c41959e View commit details
    Browse the repository at this point in the history
  2. Release 1.53.0 (#3885)

    psss authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f413e79 View commit details
    Browse the repository at this point in the history
Loading