Add gating tests

This commit is contained in:
Parag Nemade 2021-05-21 22:13:21 +05:30
parent 319a06235d
commit e98e4ebe8c
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 27 additions and 0 deletions

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

@ -0,0 +1,7 @@
#!/bin/bash
cd ../source
echo "Default installation does not have aspell binary so remove its execution"
sed -i 's/he.rws hunspell/hunspell/g' Makefile.in
./configure
sed -i '82,84d' test/test1
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