Add missing files required by gating.yaml

I found these gating failures when resolving the covscan bug.

Related: bz1938817

Signed-off-by: Kairui Song <kasong@redhat.com>
This commit is contained in:
Kairui Song 2021-07-09 17:29:31 +08:00
parent 4de0e02cb6
commit 737ce8237b
2 changed files with 21 additions and 0 deletions

2
tests/runtest.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
make -C source test

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- make
- ncurses-devel
- gcc
tests:
- smoke:
dir: .
run: ./runtest.sh