diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.packit.yaml b/.packit.yaml index ae7cf00b..eafa6dcb 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -41,6 +41,15 @@ jobs: - https://yum.theforeman.org/releases/nightly/el9/x86_64/ - https://yum.puppet.com/puppet7/el/9/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 diff --git a/plans/scenario-foreman.fmf b/plans/scenario-foreman.fmf new file mode 100644 index 00000000..ac6ae8cf --- /dev/null +++ b/plans/scenario-foreman.fmf @@ -0,0 +1,8 @@ +summary: Verify foreman scenario +prepare: + - name: foreman-installer + how: install + package: foreman-installer +execute: + - how: tmt + script: foreman-installer --help --scenario foreman --trace diff --git a/plans/scenario-katello.fmf b/plans/scenario-katello.fmf new file mode 100644 index 00000000..5d2e4fc9 --- /dev/null +++ b/plans/scenario-katello.fmf @@ -0,0 +1,10 @@ +summary: Verify katello scenarios +prepare: + - name: foreman-installer-katello + how: install + package: foreman-installer-katello +execute: + - how: tmt + script: foreman-installer --help --scenario katello --trace + - how: tmt + script: foreman-installer --help --scenario foreman-proxy-content --trace