From b59d69c683695ed563b24353ca10c2fad1324c2d Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 26 Feb 2022 12:32:27 +0100 Subject: [PATCH] Added tests.yaml --- lua-posix.spec | 6 +++++- tests/tests.yml | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 tests/tests.yml diff --git a/lua-posix.spec b/lua-posix.spec index bc5af6c..f4376a2 100644 --- a/lua-posix.spec +++ b/lua-posix.spec @@ -6,7 +6,7 @@ Name: lua-posix Version: 35.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A POSIX library for Lua License: MIT URL: http://luaforge.net/projects/luaposix/ @@ -47,6 +47,10 @@ build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{l %changelog +* Thu Feb 24 2022 Jiri Vanek - 35.0-8 +- Added tests.yaml +- Resolves: rhbz#2058499 + * Thu Feb 24 2022 Jiri Vanek - 35.0-7 - Added gating.yaml - Resolves: rhbz#2054488 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..bd6c532 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,22 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + - role: standard-test-basic + tags: + - classic + - atomic + repositories: + - repo: "https://gitlab.cee.redhat.com/java-qa/TckScripts.git" + dest: "TckScripts" + tests: + - hello: + dir: ~ + run: set -ex; useradd franta1; su franta1 -c 'echo hello'; + run: set -ex; echo hello; + required_packages: + - git + - tar + - wget