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:
parent
4de0e02cb6
commit
737ce8237b
2
tests/runtest.sh
Executable file
2
tests/runtest.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
make -C source test
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user