Skip to content

Test checks affect results; Local execution feeling safe; Image Mode support; Subresults in tmt-report-result; Discover adjust-tests

Latest
Compare
Choose a tag to compare
@thrix thrix released this 25 Oct 16:16
· 10 commits to main since this release

See the release notes for the list of interesting changes.

What's Changed

  • Add links to the quay.io repo with tmt images by @psss in #3256
  • Fix the copr repo name in the container files by @psss in #3259
  • Disable package manager tests of dnf5 on Fedora 39 by @happz in #3262
  • Test result key should be implemented as enum, not a string by @happz in #3253
  • Increase linkcheck retries from 1 to 3 by @martinhoyer in #3264
  • Remove skip from the ResultInterpret enumeration by @psss in #3269
  • Remove data-path field from tmt-report-result output by @seberm in #3270
  • Replace open+read/write with pathlib's read/write_text/bytes by @happz in #3263
  • Replace get() calls with direct data access in discover/shell plugin by @happz in #3249
  • Add caching of pip, hatch and hatch envs in doc-tests by @martinhoyer in #3241
  • Isolate "effective config path" code in a function by @happz in #3250
  • Multiplication was used incorrectly in examples by @lukaszachy in #3278
  • Add a new Test Runner section to the guide by @psss in #3201
  • Translate beaker.pool hardware requirement properly for mrack by @skycastlelily in #3271
  • Improve message provided when plugin IDs collide by @happz in #3288
  • Add an extra escape wrapper for illegal XML chars in junit report plugin by @seberm in #3289
  • New tests for adjusting duration of a test by @pellecchialuigi in #3281
  • The --feeling-safe option required for local provision by @psss in #3282
  • Improve CLI rendering of plugin docs by @happz in #3301
  • Override test metada from plan using adjust-tests by @lukaszachy in #2865
  • Include error and traceback in log file by @happz in #3247
  • Suggest using direnv when working on tmt tests by @psss in #3285
  • Bump pre-commit checks by @happz in #3303
  • Pass {USER, COREOS}_DATA separately in testcloud by @frantisekz in #3266
  • Support Fedora Image Mode by @thrix in #3229
  • Call the tmt-file-submit script directly by @psss in #3310
  • Wait for guest connection before test restart by @happz in #3291
  • Support multiple links in the tmt link command by @psss in #3309
  • Avoid using raw step data when injecting phases by @happz in #3248
  • Add Debian 12.7 among container test images by @happz in #3306
  • Translate cpu.stepping hardware requirement for mrack by @skycastlelily in #3295
  • Mention the Test Runner section in release notes by @psss in #3312
  • Save the subresults for tmt-report-result by @seberm in #3200
  • Translate cpu.frequency hardware requirement by @skycastlelily in #3296
  • Implement check result key, checks affect test result by default by @martinhoyer in #3239
  • Release 1.38.0 by @thrix in #3318

New Contributors

Full Changelog: 1.37.0...1.38.0