Add missing files required by gating.yaml
Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
parent
8174874a4b
commit
2a20b96a1e
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