0478061f62
Upstream tag: v0.2.5 Upstream commit: 961a0636 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/openscap-report.git refs/heads/*:refs/remotes/packit/* git checkout packit/0.2.5-rawhide-update-propose_downstream ```
30 lines
808 B
Plaintext
30 lines
808 B
Plaintext
summary: Test integration with latest versions of content
|
|
discover+:
|
|
filter: tag:integration
|
|
provision:
|
|
memory: 4096
|
|
prepare:
|
|
- name: Install packages require for generation ARF files
|
|
how: install
|
|
package:
|
|
- cmake
|
|
- make
|
|
- openscap-utils
|
|
- openscap-scanner
|
|
- python3
|
|
- python3-pyyaml
|
|
- python3-jinja2
|
|
- python3-setuptools
|
|
- git
|
|
- scap-security-guide
|
|
- name: Generate ARF files
|
|
how: shell
|
|
script:
|
|
- ./generate_arf.sh ssg no ${TMT_PLAN_DATA}/arf.xml
|
|
- ./generate_arf.sh ssg yes ${TMT_PLAN_DATA}/arf_fetch-remote-resources.xml
|
|
- ./generate_arf.sh latest no ${TMT_PLAN_DATA}/arf-latest.xml
|
|
- ./generate_arf.sh latest yes ${TMT_PLAN_DATA}/arf_fetch-remote-resources-latest.xml yes
|
|
|
|
execute:
|
|
how: tmt
|