marshalparser/tests/tests.yml
Lukáš Zachar 7c44b94bce Change the test source location
Change the test source location to support evolving downstream testing
requirements. This is needed both for downstream certification
activities and changes to test development for internal infrastructure
differences.
2024-11-29 12:11:28 +01:00

25 lines
514 B
YAML

---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://gitlab.com/redhat/centos-stream/tests/python.git"
dest: "python"
tests:
- marshalparser_compatibility312:
dir: python/marshalparser
run: VERSION=3.12 SAMPLE=200 test_marshalparser_compatibility.sh
required_packages:
- python3.12
- marshalparser