Compare commits

...

No commits in common. "stream-389-ds-1.4-rhel-8.10.0" and "c8-stream-1.4" have entirely different histories.

6 changed files with 1 additions and 30 deletions

0
.389-ds.metadata Normal file
View File

View File

@ -1 +0,0 @@
1

0
.gitignore vendored Normal file
View File

View File

@ -24,5 +24,5 @@ data:
rpms:
389-ds-base:
rationale: Package in api
ref: stream-389-ds-1.4-rhel-8.10.0
ref: stream-1.4-rhel-8.8.0
arches: [aarch64, ppc64le, s390x, x86_64]

View File

@ -1,8 +0,0 @@
# 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}

View File

@ -1,20 +0,0 @@
/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
prepare:
- name: enable 389-ds module
how: shell
script: dnf module enable -y 389-ds
- name: install required packages
how: install
package: [389-ds-base, git, python3-pytest, 389-ds-base-snmp]
- name: clone repo
how: shell
script: git clone -b rhel-8.10 https://gitlab.cee.redhat.com/ldap-team/389-ds-base.git /root/ds
/test:
/upstream_basic:
test: pytest-3 -v /root/ds/dirsrvtests/tests/suites/basic/basic_test.py
duration: 30m