Branch synchronization with RHEL 8.8.0

This commit is contained in:
Miroslav Rezanina 2023-04-05 02:39:18 -04:00
parent f12882cf4a
commit a671e91a48
2 changed files with 15 additions and 1 deletions

4
.gitignore vendored
View File

@ -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
SOURCES/v1.6.0.tar.gz

12
tests/tests.yml Normal file
View 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