Compare commits
No commits in common. "c8-stream-1.4" and "stream-389-ds-1.4-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-389
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
0
.gitignore
vendored
0
.gitignore
vendored
@ -24,5 +24,5 @@ data:
|
||||
rpms:
|
||||
389-ds-base:
|
||||
rationale: Package in api
|
||||
ref: stream-1.4-rhel-8.8.0
|
||||
ref: stream-389-ds-1.4-rhel-8.10.0
|
||||
arches: [aarch64, ppc64le, s390x, x86_64]
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
# recipients: ds-qe-bugs
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate_modules
|
||||
subject_type: redhat-module
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0.functional}
|
17
main.fmf
Normal file
17
main.fmf
Normal file
@ -0,0 +1,17 @@
|
||||
/plan:
|
||||
summary: Basic test suite
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
prepare:
|
||||
- name: install required packages
|
||||
how: install
|
||||
package: [389-ds-base, git, pytest]
|
||||
- name: clone repo
|
||||
how: shell
|
||||
script: git clone https://github.com/389ds/389-ds-base /root/ds
|
||||
/test:
|
||||
/upstream_basic:
|
||||
test: pytest -v /root/ds/dirsrvtests/tests/suites/basic/basic_test.py
|
||||
duration: 30m
|
Loading…
Reference in New Issue
Block a user