Compare commits

...

No commits in common. "c9" and "798034c5c36056038fb081cacee7ef93a4097001" have entirely different histories.

7 changed files with 34 additions and 2 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/subscription-manager-rhsm-certificates-20220623.tar.gz
/subscription-manager-rhsm-certificates-git-25.29ffa05.tar.gz
/subscription-manager-rhsm-certificates-20220425.tar.gz
/subscription-manager-rhsm-certificates-20220623.tar.gz

View File

@ -1 +1 @@
f260b387a6ea46edfa0e83557a67362de1afa2cf SOURCES/subscription-manager-rhsm-certificates-20220623.tar.gz
f260b387a6ea46edfa0e83557a67362de1afa2cf subscription-manager-rhsm-certificates-20220623.tar.gz

8
gating.yaml Normal file
View File

@ -0,0 +1,8 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: rhsmci.brew-build.tier1.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (subscription-manager-rhsm-certificates-20220623.tar.gz) = 8f3591dda293d9af2767fb4ded6ee033c31bb2881bb03ac5bb76dea1b39bbe3e02c1b028377d2547fefadeb1109231ca5cc196ac48245816ef5ad5292c0de393

9
tests/smoke/smoke.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -e
set -o pipefail
# Check that both PEM files are installed and these files are really PEM files
file /etc/rhsm/ca/redhat-entitlement-authority.pem | grep -q "/etc/rhsm/ca/redhat-entitlement-authority.pem: PEM certificate"
file /etc/rhsm/ca/redhat-uep.pem | grep -q "/etc/rhsm/ca/redhat-uep.pem: PEM certificate"

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
---
- hosts: localhost
tags:
- classic
- atomic
roles:
- role: standard-test-basic
tests:
- smoke:
dir: smoke
run: ./smoke.sh