python3.11-PyMySQL/tests/smoke_test.fmf
Honza Horak fa1614bd41 Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit 38d89b1
2023-05-15 16:41:36 +02:00

9 lines
140 B
Plaintext

require:
- mariadb-server
- python3.11-PyMySQL
test: |
systemctl start mariadb &&
python3.11 smoke_test.py &&
systemctl stop mariadb