From 694d65fbca171ad3e96136cd9f46f694688a3cea Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 21 May 2021 22:09:33 +0530 Subject: [PATCH] Resolves:rhbz#1961995 - Add gating tests from rhel-8 --- tests/smoke/runtest.sh | 3 +++ tests/tests.yml | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 tests/smoke/runtest.sh create mode 100644 tests/tests.yml diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..fa3b5ac --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ../source +./configure && make V=1 test diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..12af46d --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,20 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-source + +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - smoke + required_packages: + - gcc + - make + - hspell + - gzip + - zlib-devel