Compare commits
No commits in common. 'stream-mod_auth_openidc-2.3-rhel-8.9.0' and 'c8-stream-2.3' have entirely different histories.
stream-mod
...
c8-stream-
@ -1,7 +0,0 @@
|
|||||||
--- !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}
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/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
|
|
@ -1,12 +0,0 @@
|
|||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- mod_auth_openidc:
|
|
||||||
dir: scripts
|
|
||||||
run: ./run_tests.sh
|
|
||||||
required_packages:
|
|
||||||
- git
|
|
||||||
|
|
Loading…
Reference in new issue