Uploaded image for project: 'anaconda installer'
  1. anaconda installer
  2. INSTALLER-4254

[python-dasbus] migrate tests from STI to TMT

    • Icon: Task Task
    • Resolution: Done
    • Icon: Normal Normal
    • 25Q3
    • None
    • None
    • None
    • 2
    • False
    • Hide

      None

      Show
      None
    • False
    • Testable

      We got a bugzilla filled to switch dasbus tests from STI to TMT:

      https://bugzilla.redhat.com/show_bug.cgi?id=2383032

      Dear package maintainer,
      
      This is an automated bug created due to the announced change proposal Disablement of STI tests.
      
      Your project still has STI tests under `tests/tests*.yml`, which will no longer be run soon. We suggest you
      migrate these tests to TMT format instead.
      
      In the simplest case when the STI tests is a simple wrapper around a `tests/run_tests.sh`, the migration would
      look like this:
      ```
      $ tmt init
      $ rm tests/tests.yml
      $ cat <<EOF > ./plans.fmf
      summary: Run all smoke tests
      discover:
        how: fmf
      execute:
        how: tmt
      EOF
      $ cat <<EOF > ./tests/main.fmf
      summary: Smoke test
      test: ./run_tests.sh
      EOF
      ```
      
      See https://fedoraproject.org/wiki/Changes/DisableSTI for more information, including a link to a migration
      guide.
      
      Feel free to reach out to us here or in #fedora-ci or #tmt matrix rooms if you need any help.
      
      

              Unassigned Unassigned
              mkolman@redhat.com Martin Kolman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: