Resolves:rhbz#1961995 - Add gating tests from rhel-8
This commit is contained in:
parent
e01a0f0cc4
commit
694d65fbca
3
tests/smoke/runtest.sh
Normal file
3
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd ../source
|
||||
./configure && make V=1 test
|
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user