bind9.18/plans.fmf
Petr Menšík 2226a2052d Try to return context: back to plan
component is used in tests/bind tests to choose correct requirements for
otherwise shared tests. Try to put context propagated from original
package to those tests.

Do not use public repo import, but (re)define it manually to keep
context propagated.
2024-06-20 15:55:43 +02:00

59 lines
1.3 KiB
Plaintext

environment+:
PACKAGE: bind9.18
/tier1-internal:
plan:
import:
url: https://src.fedoraproject.org/tests/bind.git
name: /plans/tier1/internal
/tier1-public:
# import does not propagate context changes!
#plan:
# import:
# url: https://src.fedoraproject.org/tests/bind.git
# name: /plans/tier1/public
summary: Public (Fedora) Tier1 beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/bind.git
filter: 'tier: 1'
execute:
how: tmt
context:
component: bind9.18
/tier2-tier3-internal:
plan:
import:
url: https://src.fedoraproject.org/tests/bind.git
name: /plans/tier2-tier3/internal
/tier2-tier3-public:
#plan:
# import:
# url: https://src.fedoraproject.org/tests/bind.git
# name: /plans/tier2-tier3/public
# context propagation does not work that way!
summary: Public (Fedora) Tier2+3 beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/bind.git
filter: 'tier: 2 | tier: 3'
execute:
how: tmt
context:
component: bind9.18
/others-internal:
plan:
import:
url: https://src.fedoraproject.org/tests/bind.git
name: /plans/others/internal
/others-public:
plan:
import:
url: https://src.fedoraproject.org/tests/bind.git
name: /plans/others/public