Added tests.yaml

This commit is contained in:
Jiri 2022-02-26 12:32:27 +01:00
parent 8a38486171
commit b59d69c683
2 changed files with 27 additions and 1 deletions

View File

@ -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 <jvanek@redhat.com> - 35.0-8
- Added tests.yaml
- Resolves: rhbz#2058499
* Thu Feb 24 2022 Jiri Vanek <jvanek@redhat.com> - 35.0-7
- Added gating.yaml
- Resolves: rhbz#2054488

22
tests/tests.yml Normal file
View File

@ -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