Compare commits
No commits in common. "c9" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/subscription-manager-rhsm-certificates-20220623.tar.gz
|
||||
/subscription-manager-rhsm-certificates-*.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
f260b387a6ea46edfa0e83557a67362de1afa2cf SOURCES/subscription-manager-rhsm-certificates-20220623.tar.gz
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
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
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (subscription-manager-rhsm-certificates-20220623.tar.gz) = 8f3591dda293d9af2767fb4ded6ee033c31bb2881bb03ac5bb76dea1b39bbe3e02c1b028377d2547fefadeb1109231ca5cc196ac48245816ef5ad5292c0de393
|
9
tests/smoke/smoke.sh
Executable file
9
tests/smoke/smoke.sh
Executable 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
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
- atomic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tests:
|
||||
- smoke:
|
||||
dir: smoke
|
||||
run: ./smoke.sh
|
||||
|
Loading…
Reference in New Issue
Block a user