* Wed May 24 2023 Klaus Wenninger <kwenning@redhat.com> - 1.5.2-2

- add required tests subdirectory in addition to gating.yaml
  that had already been brought over before

  Related: rhbz#2168567
This commit is contained in:
Klaus Wenninger 2023-05-24 16:21:47 +02:00
parent e851e45056
commit 2d2193615f
3 changed files with 27 additions and 1 deletions

View File

@ -19,7 +19,7 @@
%global shortcommit %(echo %{longcommit}|cut -c1-8)
%global modified %(echo %{longcommit}-|cut -f2 -d-)
%global github_owner Clusterlabs
%global buildnum 1
%global buildnum 2
%ifarch s390x s390
# minimum timeout on LPAR diag288 watchdog is 15s
@ -182,6 +182,12 @@ fi
%{_libdir}/libsbdtestbed*
%changelog
* Wed May 24 2023 Klaus Wenninger <kwenning@redhat.com> - 1.5.2-2
- add required tests subdirectory in addition to gating.yaml
that had already been brought over before
Related: rhbz#2168567
* Wed May 24 2023 Klaus Wenninger <kwenning@redhat.com> - 1.5.2-1
- rebase to upstream v1.5.2
- convert license naming to SPDX

4
tests/inventory Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
export TEST_DOCKER_EXTRA_ARGS="--privileged --network host"
exec merge-standard-inventory "$@"

16
tests/tests.yml Normal file
View File

@ -0,0 +1,16 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
- container
tests:
- smoke:
dir: .
run: /usr/share/sbd/regressions.sh
required_packages:
- sbd
- sbd-tests
- device-mapper