Skip to content

Commit

Permalink
Add basic packit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Apr 4, 2024
1 parent 33850ef commit 5251688
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
9 changes: 9 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ jobs:
additional_repos:
- https://yum.theforeman.org/releases/nightly/el9/x86_64/
module_hotfixes: true
- job: tests
trigger: pull_request
targets:
rhel-8-x86_64:
distros:
- centos-stream-8
rhel-9-x86_64:
distros:
- centos-stream-9

srpm_build_deps:
- wget
Expand Down
8 changes: 8 additions & 0 deletions plans/help.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
summary: Run with --help
prepare:
- name: Install package
how: install
package: foreman-maintain
execute:
- how: tmt
script: foreman-maintain --help

0 comments on commit 5251688

Please sign in to comment.