python-kdcproxy/tests/tests.yml
Sudhir Menon eab33b0d1e Added gating.yaml and tests for python-kdcproxy
Signed-off-by: Sudhir Menon <sumenon@redhat.com>
2024-07-05 12:50:11 +05:30

27 lines
555 B
YAML

---
- hosts: localhost
tags:
- classic
pre_tasks:
- name: Enable CRB for python3-pytest on 1minutetip
ini_file:
path: /etc/yum.repos.d/rhel.repo
section: rhel-CRB
option: enabled
value: "1"
create: no
ignore_errors: yes
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-kdcproxy
- python3-pytest
- git
tests:
- unittests:
dir: "source"
run: >-
rm -rf kdcproxy* &&
python3 -m pytest