From 737ce8237bdfed62de59e6effd0243db1e2ce793 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Fri, 9 Jul 2021 17:29:31 +0800 Subject: [PATCH] Add missing files required by gating.yaml I found these gating failures when resolving the covscan bug. Related: bz1938817 Signed-off-by: Kairui Song --- tests/runtest.sh | 2 ++ tests/tests.yml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100755 tests/runtest.sh create mode 100644 tests/tests.yml diff --git a/tests/runtest.sh b/tests/runtest.sh new file mode 100755 index 0000000..2629abb --- /dev/null +++ b/tests/runtest.sh @@ -0,0 +1,2 @@ +#!/bin/sh +make -C source test diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..c0a26b9 --- /dev/null +++ b/tests/tests.yml @@ -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