Resolves: #2160648 - Enhanced TMT testing for centos-stream

This commit is contained in:
Michal Ruprich 2023-01-19 12:05:45 +01:00
parent 90afa2c2c4
commit b31d1f319f
5 changed files with 36 additions and 14 deletions

14
ci.fmf
View File

@ -1,13 +1 @@
/test:
summary:
CI plan, picks Tier1 tests, runs in beakerlib.
description:
This special plan has to be named ci.fmf to run in CI.
It selects test which have 'tier 1' in their main.fmf file
discover:
- name: tier1
how: fmf
filter: 'tier: 1'
url: "https://src.fedoraproject.org/tests/wireshark.git"
execute:
how: beakerlib
resultsdb-testcase: separate

7
plans/public.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: Test plan that runs all tests from tests repo.
discover:
how: fmf
url: https://src.fedoraproject.org/tests/wireshark.git
execute:
how: tmt

15
plans/tier1-internal.fmf Normal file
View File

@ -0,0 +1,15 @@
summary: CI plan, picks Tier1 tests, runs in beakerlib.
discover:
- name: rhel
how: fmf
filter: 'tier: 1'
url: git://pkgs.devel.redhat.com/tests/wireshark
- name: fedora
how: fmf
filter: 'tier: 1'
url: "https://src.fedoraproject.org/tests/wireshark.git"
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream-9

9
rpminspect.yaml Normal file
View File

@ -0,0 +1,9 @@
---
ownership:
bin_paths:
- /usr/bin/dumpcap
bin_group: wireshark
inspections:
xml: off

View File

@ -6,7 +6,7 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 3.4.10
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
License: GPL+
Url: http://www.wireshark.org/
@ -271,6 +271,9 @@ fi
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Jan 19 2023 Michal Ruprich <mruprich@redhat.com> - 1:3.4.10-2
- Resolves: #2160648 - Enhanced TMT testing for centos-stream
* Thu Dec 16 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.10-1
- Resolves: #2032966 - Rebase wireshark to fix multiple CVEs