Compare commits

...

No commits in common. "c8-stream-2.3" and "stream-mod_auth_openidc-2.3-rhel-8.10.0" have entirely different histories.

6 changed files with 33 additions and 2 deletions

0
.gitignore vendored
View File

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0.functional}

View File

@ -24,11 +24,11 @@ data:
rpms:
cjose:
rationale: Provides JOSE support
ref: stream-mod_auth_open_idc-2.3-rhel-8.7.0
ref: stream-mod_auth_openidc-2.3-rhel-8.10.0
buildorder: 1
mod_auth_openidc:
rationale: Provides the core functionality.
ref: stream-mod_auth_open_idc-2.3-rhel-8.7.0
ref: stream-mod_auth_openidc-2.3-rhel-8.10.0
buildorder: 2
profiles:
default:

View 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_oidc.sh

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- mod_auth_openidc:
dir: scripts
run: ./run_tests.sh
required_packages:
- git