Resolves: #2160648 - Enhanced TMT testing for centos-stream
This commit is contained in:
parent
90afa2c2c4
commit
b31d1f319f
14
ci.fmf
14
ci.fmf
@ -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
7
plans/public.fmf
Normal 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
15
plans/tier1-internal.fmf
Normal 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
9
rpminspect.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
ownership:
|
||||
bin_paths:
|
||||
- /usr/bin/dumpcap
|
||||
|
||||
bin_group: wireshark
|
||||
|
||||
inspections:
|
||||
xml: off
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user