Bug 2382905

Summary: gfs2-utils: STI tests will no longer be run in F43
Product: [Fedora] Fedora Reporter: Cristian Le <fedora>
Component: gfs2-utilsAssignee: Andrew Price <anprice>
Status: CLOSED COMPLETED QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: agk, agruenba, anprice, bmarzins, cfeist
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-07-28 13:14:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2346261    

Description Cristian Le 2025-07-23 13:43:41 UTC
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.

Comment 1 Andrew Price 2025-07-23 14:34:09 UTC
(In reply to Cristian Le from comment #0)
> $ cat <<EOF > ./plans.fmf

The documentation says to use "plans/smoke.fmf", the Fedora wiki says "/plan.fmf", and this says "./plans.fmf" - which is correct?

Comment 2 Cristian Le 2025-07-23 14:48:47 UTC
All of them are, the names are arbitrary and it all depends on how you wish to organize these. As long as you find them when you run
```
$ tmt plans show
$ tmt tests show
```
you are good to go.

Comment 3 Andrew Price 2025-07-24 10:49:51 UTC
I've created a PR to get the change tested before merging but the CI is failing with

[2025-07-23 19:17:18] [E] [test-schedule-runner] Exception raised: Guest couldn't be provisioned: Artemis resource ended in 'error' state

I'm guessing that's some kind of infra issue? Anyway, I'll come back to it.

https://src.fedoraproject.org/rpms/gfs2-utils/pull-request/1