Resolves:rhbz#1961995 - Add gating tests from rhel-8

This commit is contained in:
Parag Nemade 2021-05-21 22:09:33 +05:30
parent e01a0f0cc4
commit 694d65fbca
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 23 additions and 0 deletions

3
tests/smoke/runtest.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd ../source
./configure && make V=1 test

20
tests/tests.yml Normal file
View File

@ -0,0 +1,20 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- gcc
- make
- hspell
- gzip
- zlib-devel