execute: how: tmt discover: how: shell url: https://gitlab.com/redhat/centos-stream/tests/python.git tests: - name: marshalparser_compatibility312 path: /marshalparser test: VERSION=3.12 SAMPLE=200 ./test_marshalparser_compatibility.sh - name: marshalparser_compatibility314 path: /marshalparser test: VERSION=3.14 SAMPLE=200 ./test_marshalparser_compatibility.sh prepare: - name: Install dependencies how: install package: - python3.12 - python3.14 - marshalparser - dnf # for upgrade - name: Update packages how: shell script: dnf upgrade -y