You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
389-ds/main.fmf

21 lines
618 B

/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
2 weeks ago
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