Resolves: #2081304 - Enhanced TMT testing for centos-stream
This commit is contained in:
parent
503becfa12
commit
9e42da4fec
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
5
frr.spec
5
frr.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: frr
|
Name: frr
|
||||||
Version: 8.2.2
|
Version: 8.2.2
|
||||||
Release: 2%{?checkout}%{?dist}
|
Release: 3%{?checkout}%{?dist}
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.frrouting.org
|
URL: http://www.frrouting.org
|
||||||
@ -207,6 +207,9 @@ make check PYTHON=%{__python3}
|
|||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 24 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-3
|
||||||
|
- Resolves: #2081304 - Enhanced TMT testing for centos-stream
|
||||||
|
|
||||||
* Mon May 02 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-2
|
* Mon May 02 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-2
|
||||||
- Resolves: #2069571 - the dynamic routing setup does not work any more
|
- Resolves: #2069571 - the dynamic routing setup does not work any more
|
||||||
|
|
||||||
|
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/frr.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/frr
|
||||||
|
- name: fedora
|
||||||
|
how: fmf
|
||||||
|
filter: 'tier: 1'
|
||||||
|
url: "https://src.fedoraproject.org/tests/frr.git"
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
adjust:
|
||||||
|
enabled: false
|
||||||
|
when: distro == centos-stream-9
|
Loading…
Reference in New Issue
Block a user