e4b2de09ff
Tier0 tests were part of RHEL8 which were
not added in RHEL9 in following
commit ec8195dd47
Now added with this change which will execute
the tier0 tests in osci
Related: rhbz#1947473
Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
15 lines
242 B
YAML
15 lines
242 B
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- firewalld
|
|
# pip3 is used to install ansible 2.8+
|
|
#- ansible
|
|
required_services:
|
|
- firewalld
|
|
tests:
|
|
- sanity
|