File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ summary:
2+ Check rpm files with rpminspect
3+ discover:
4+ how: shell
5+ tests:
6+ - name: rpminspect SRPM
7+ test: rpminspect-centos -v -t VERIFY --profile=centos-stream-9-devel /tmp/*.src.rpm
8+ - name: rpminspect binary RPMs
9+ test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-centos -v -t VERIFY --profile=centos-stream-9-devel $rpm; done
10+ prepare:
11+ - name: packages
12+ how: install
13+ package:
14+ - rpminspect
15+ - rpminspect-data-centos
16+ - how: shell
17+ script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
18+ execute:
19+ how: tmt
Original file line number Diff line number Diff line change 1+ summary:
2+ Check rpm files with rpminspect
3+ discover:
4+ how: shell
5+ tests:
6+ - name: rpminspect
7+ test: rpminspect-fedora /tmp/*.src.rpm
8+ - name: rpminspect binary RPMs
9+ test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-fedora $rpm; done
10+ prepare:
11+ - name: packages
12+ how: install
13+ package:
14+ - rpminspect
15+ - rpminspect-data-fedora
16+ - how: shell
17+ script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
18+ execute:
19+ how: tmt
You can’t perform that action at this time.
0 commit comments