From 2a20b96a1e6f6ae238767b73e6f906e458445975 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 18 Jul 2024 14:17:06 +1200 Subject: [PATCH] Add missing files required by gating.yaml Signed-off-by: Tao Liu --- 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