python-ply/tests/tests.yml
Kaleemullah Siddiqui 910c4145a8 Add gating definition for RHEL 9
Related: rhbz#1947473

Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
2021-06-07 15:25:21 +05:30

21 lines
396 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-ply
tests:
- unittests:
dir: "source/python3"
run: >-
rm -rf ply* &&
pushd test &&
./cleanup.sh &&
python3 testlex.py &&
python3 testyacc.py &&
popd