From 1d3a7423c9c74516d4e65b165444b3c559237637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 4 Jun 2021 09:33:07 +0200 Subject: [PATCH] Use dependency plan for revdep tests --- plans/revdep.fmf | 10 ++++++++++ tests/revdep-tests/perl-Future-AsyncAwait.fmf | 8 -------- tests/revdep-tests/perl-Object-Pad.fmf | 8 -------- tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf | 8 -------- tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf | 8 -------- 5 files changed, 10 insertions(+), 32 deletions(-) create mode 100644 plans/revdep.fmf delete mode 100644 tests/revdep-tests/perl-Future-AsyncAwait.fmf delete mode 100644 tests/revdep-tests/perl-Object-Pad.fmf delete mode 100644 tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf delete mode 100644 tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf diff --git a/plans/revdep.fmf b/plans/revdep.fmf new file mode 100644 index 0000000..30cc001 --- /dev/null +++ b/plans/revdep.fmf @@ -0,0 +1,10 @@ +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 diff --git a/tests/revdep-tests/perl-Future-AsyncAwait.fmf b/tests/revdep-tests/perl-Future-AsyncAwait.fmf deleted file mode 100644 index ac2b8bc..0000000 --- a/tests/revdep-tests/perl-Future-AsyncAwait.fmf +++ /dev/null @@ -1,8 +0,0 @@ -# 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 diff --git a/tests/revdep-tests/perl-Object-Pad.fmf b/tests/revdep-tests/perl-Object-Pad.fmf deleted file mode 100644 index a2e72d2..0000000 --- a/tests/revdep-tests/perl-Object-Pad.fmf +++ /dev/null @@ -1,8 +0,0 @@ -# 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 diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf deleted file mode 100644 index a94c22b..0000000 --- a/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf +++ /dev/null @@ -1,8 +0,0 @@ -# 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 diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf deleted file mode 100644 index 5e19a4c..0000000 --- a/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf +++ /dev/null @@ -1,8 +0,0 @@ -# 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