Added gating tests

This commit is contained in:
Parag Nemade 2021-05-22 09:26:13 +05:30
parent 721cfbe5c2
commit 8046f6f195
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 20 additions and 0 deletions

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

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

17
tests/tests.yml Normal file
View File

@ -0,0 +1,17 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- perl
- make