Add missing files required by gating.yaml

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2024-07-18 14:17:06 +12:00
parent 8174874a4b
commit 2a20b96a1e
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