python3.12-PyMySQL/tests/smoke_test.fmf
Lukas Zachar 7b10038573 Add tmt gating plan
Cherry-picked from python3.11-PyMySQL db207444c9844fcb22b827c887faee56fcb01bc7
db207444c9
2024-01-16 15:32:06 +01:00

9 lines
140 B
Plaintext

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