satellite-5-client/tests/tests.yml

22 lines
571 B
YAML

- hosts: localhost
pre_tasks:
- name: Download Red Hat CA cert to the system
get_url:
url: https://password.corp.redhat.com/RH-IT-Root-CA.crt
dest: /etc/pki/ca-trust/source/anchors/
validate_certs: no
- name: Update CAs on the system
command:
update-ca-trust
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
- atomic
repositories:
- repo: https://gitlab.cee.redhat.com/satellite5qe/rhn-client-tools.git
dest: rhn-client-tools
tests:
- rhn-client-tools/Sanity/RHEL8-sanity/