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