Branch synchronization with RHEL 8.8.0
This commit is contained in:
parent
f12882cf4a
commit
a671e91a48
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
SOURCES/v1.6.0.tar.gz
|
/dtc-1.4.5.tar.xz
|
||||||
|
/v1.4.6.tar.gz
|
||||||
/v1.6.0.tar.gz
|
/v1.6.0.tar.gz
|
||||||
|
SOURCES/v1.6.0.tar.gz
|
||||||
|
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
remote_user: root
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "/usr/bin/dtc --version"
|
||||||
|
required_packages:
|
||||||
|
- dtc
|
Loading…
Reference in New Issue
Block a user