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