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:
parent
517ad08031
commit
4f940f33a7
@ -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
|
8
tests/revdep-tests/perl-Future-AsyncAwait.fmf
Normal file
8
tests/revdep-tests/perl-Future-AsyncAwait.fmf
Normal 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
|
8
tests/revdep-tests/perl-Object-Pad.fmf
Normal file
8
tests/revdep-tests/perl-Object-Pad.fmf
Normal 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
|
8
tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf
Normal file
8
tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf
Normal 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
|
8
tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf
Normal file
8
tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user