Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/Date-Manip-6.60.tar.gz
|
SOURCES/Date-Manip-6.60.tar.gz
|
||||||
|
/Date-Manip-6.60.tar.gz
|
||||||
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
5
plans/sanity.fmf
Normal file
5
plans/sanity.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Sanity tests
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
execute:
|
||||||
|
how: tmt
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (Date-Manip-6.60.tar.gz) = 46ac9696aea04167427957a43de1b44041ea05d3eaf01ffbdbfda9f458b3073f36ec46c9661ac437f96731d0f40aebc206ef385c6c4aff1b147917fc2c89a1cf
|
9
tests/bz_2219504-check.sh
Executable file
9
tests/bz_2219504-check.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
OUTPUT=`rpm -qR perl-Date-Manip`
|
||||||
|
|
||||||
|
if ! echo "$OUTPUT" | grep -q "MODULE_COMPAT_"; then
|
||||||
|
exit 0
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
17
tests/bz_2219504.fmf
Normal file
17
tests/bz_2219504.fmf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
summary: Test for BZ 2219504
|
||||||
|
component:
|
||||||
|
- perl-Date-Manip
|
||||||
|
require:
|
||||||
|
- bash
|
||||||
|
- perl-Date-Manip
|
||||||
|
test: ./bz_2219504-check.sh
|
||||||
|
enabled: false
|
||||||
|
adjust:
|
||||||
|
- when: distro == centos-stream-8 or distro == rhel-8
|
||||||
|
enabled: true
|
||||||
|
tag:
|
||||||
|
- TestCaseCopy
|
||||||
|
- Tier1
|
||||||
|
tier: '1'
|
||||||
|
extra-nitrate: TC#0615610
|
||||||
|
id: 8cbc566f-9bbb-47ab-a526-0945257a30c6
|
10
tests/upstream-tests.fmf
Normal file
10
tests/upstream-tests.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
summary: Upstream tests
|
||||||
|
component: perl-Date-Manip
|
||||||
|
require: perl-Date-Manip-tests
|
||||||
|
test: /usr/libexec/perl-Date-Manip/test
|
||||||
|
tag:
|
||||||
|
- Tier1
|
||||||
|
- rhel-buildroot
|
||||||
|
tier: '1'
|
||||||
|
extra-nitrate: TC#0615611
|
||||||
|
id: 083fd883-2fc4-426e-aae8-c0274c8e33a7
|
Loading…
Reference in New Issue
Block a user