Add gating tests
Related: RHEL-36185
This commit is contained in:
parent
0dfe0b59ce
commit
8ae89d1fcb
1
tests/.fmf/version
Normal file
1
tests/.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
5
tests/provision.fmf
Normal file
5
tests/provision.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
standard-inventory-qcow2:
|
||||||
|
qemu:
|
||||||
|
m: 3G
|
||||||
|
smp: 2
|
12
tests/scripts/run_tests.sh
Normal file
12
tests/scripts/run_tests.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export GIT_SSL_NO_VERIFY=true
|
||||||
|
git clone https://github.com/latchset/federation_testing.git
|
||||||
|
|
||||||
|
cd federation_testing
|
||||||
|
if [ ! -d /tmp/artifacts ]; then
|
||||||
|
mkdir -p /tmp/artifacts
|
||||||
|
fi
|
||||||
|
|
||||||
|
./setup.sh
|
||||||
|
./test_xmlsec.sh
|
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- mod_auth_mellon:
|
||||||
|
dir: scripts
|
||||||
|
run: ./run_tests.sh
|
||||||
|
required_packages:
|
||||||
|
- git
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.2.25
|
Version: 1.2.25
|
||||||
Release: 7%{?dist}%{?extra_release}
|
Release: 8%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
||||||
URL: http://www.aleksey.com/xmlsec/
|
URL: http://www.aleksey.com/xmlsec/
|
||||||
@ -180,6 +180,10 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|||||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 31 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-8
|
||||||
|
- Add gating tests
|
||||||
|
Related: RHEL-36185
|
||||||
|
|
||||||
* Mon May 20 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-7
|
* Mon May 20 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-7
|
||||||
- Fix adopt function the same way as in upstream
|
- Fix adopt function the same way as in upstream
|
||||||
Related: RHEL-36185
|
Related: RHEL-36185
|
||||||
|
Loading…
Reference in New Issue
Block a user