marshalparser/plan.fmf
Lukáš Zachar 99ecd0620d Drop STI and use tmt instead
Resolves: rhbz#2382970
(cherry picked from Fedora commit 40bf4a63bbff12ca93ca36b78a2f8ae28cc57933)
2025-12-09 17:05:08 +01:00

25 lines
621 B
Plaintext

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