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.
25 lines
514 B
YAML
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
|