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.
18 lines
249 B
Plaintext
18 lines
249 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
environment:
|
|
VERSION: "3.11"
|
|
TOX: "false"
|
|
prepare:
|
|
- how: install
|
|
package:
|
|
- gcc
|
|
- python3.11-devel
|
|
|
|
discover:
|
|
how: fmf
|
|
url: https://gitlab.com/redhat/centos-stream/tests/python.git
|
|
test:
|
|
- /smoke/venv
|