389-ds/main.fmf
2025-04-04 10:22:02 +02:00

21 lines
618 B
Plaintext

/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: 60m