python3.11-PyMySQL/tests/smoke_test.fmf

9 lines
140 B
Plaintext

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