Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit 6841cf2
This commit is contained in:
parent
d306273e65
commit
0f412c71e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/packaging-16.8.tar.gz
|
/packaging-16.7.tar.gz
|
||||||
/packaging-16.8.tar.gz
|
/packaging-16.8.tar.gz
|
||||||
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- atomic
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- python3-pytest
|
||||||
|
- python3-pretend
|
||||||
|
|
||||||
|
tests:
|
||||||
|
- verify:
|
||||||
|
dir: ./source/
|
||||||
|
run: /usr/bin/py.test-3 tests/
|
Loading…
Reference in New Issue
Block a user