Revert "Use dependency plan for revdep tests"

This reverts commit 1d3a7423c9.
Fedora TMT does not support discovering via a "dependency".

https://pagure.io/fedora-ci/general/issue/251
https://github.com/teemtee/tmt/issues/798
This commit is contained in:
Petr Písař 2024-01-04 15:14:41 +01:00
parent 517ad08031
commit 4f940f33a7
5 changed files with 32 additions and 10 deletions

View File

@ -1,10 +0,0 @@
summary: Reverse dependency tests
discover:
how: fmf
execute:
how: dependency
components:
- perl-Future-AsyncAwait
- perl-Object-Pad
- perl-Syntax-Keyword-Defer
- perl-Syntax-Keyword-Dynamically

View File

@ -0,0 +1,8 @@
# Fedora CI does not support automatic testing of reverse dependencies. Hence
# list the dependencies here explicitly.
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
summary: Reverse dependency tests
component: perl-Future-AsyncAwait
require: perl-Future-AsyncAwait-tests
test: /usr/libexec/perl-Future-AsyncAwait/test

View File

@ -0,0 +1,8 @@
# Fedora CI does not support automatic testing of reverse dependencies. Hence
# list the dependencies here explicitly.
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
summary: Reverse dependency tests
component: perl-Object-Pad
require: perl-Object-Pad-tests
test: /usr/libexec/perl-Object-Pad/test

View File

@ -0,0 +1,8 @@
# Fedora CI does not support automatic testing of reverse dependencies. Hence
# list the dependencies here explicitly.
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
summary: Reverse dependency tests
component: perl-Syntax-Keyword-Defer
require: perl-Syntax-Keyword-Defer-tests
test: /usr/libexec/perl-Syntax-Keyword-Defer/test

View File

@ -0,0 +1,8 @@
# Fedora CI does not support automatic testing of reverse dependencies. Hence
# list the dependencies here explicitly.
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
summary: Reverse dependency tests
component: perl-Syntax-Keyword-Dynamically
require: perl-Syntax-Keyword-Dynamically-tests
test: /usr/libexec/perl-Syntax-Keyword-Dynamically/test