Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit 5412b65
This commit is contained in:
parent
20306c00dd
commit
6f130fa43b
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/Jinja2-2.10.1.tar.gz
|
/Jinja2-*.tar.gz
|
||||||
/Jinja2-2.10.1.tar.gz
|
|
||||||
|
18
tests/tests.yml
Normal file
18
tests/tests.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- atomic
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- python3-pytest
|
||||||
|
|
||||||
|
tests:
|
||||||
|
- verify:
|
||||||
|
dir: ./source/
|
||||||
|
run: /usr/bin/py.test-3 python3/tests
|
Loading…
Reference in New Issue
Block a user