Add tmt tests - #870
Add tmt tests#870ekohl wants to merge 4 commits into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
c793dc0 to
37b7b17
Compare
It doesn't yet replace the existing test suite, nor execute it.
In the upstream testing farm you don't get RHEL testing.
37b7b17 to
5517d95
Compare
|
Ok, this is now mostly working. The failure on the host is that it can't resolve its own hostname: It does have some quirks. Biggest is that you can't run RHEL on the public ranch. Then the test appears to be match to the copr chroot so you need to build for CentOS Stream too. It also needs some hacks to enable the right chroots. That triggered me to write rpm-software-management/dnf-plugins-core#627. It'll likely be a while before that is available, if ever. |
Why are you introducing these changes? (Problem description, related links)
This is an experiment to see if tmt could be used to run tests. Under the hood Packit uses Testing Farm to run the built RPMs on VMs.
Last time I tried there were some limitations. Before I look at really make it run any tests, this is just a trivial setup.
What are the changes introduced in this pull request?
How to test this pull request
Steps to reproduce:
Checklist