Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add tests::uses_selinux tag #338

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/tests_basics_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- name: "Ensure that the role runs with parameters for
basics input and files output"
hosts: all
tags:
- tests::uses_selinux
vars:
__test_default_files_conf: /etc/rsyslog.d/30-output-files-default_files.conf
__test_files_conf0: /etc/rsyslog.d/30-output-files-files_output0.conf
Expand Down
2 changes: 2 additions & 0 deletions tests/tests_ovirt_elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- name: "Ensure that the role runs with parameters from ovirt to
two elasticsearch outputs and local files output"
hosts: all
tags:
- tests::uses_selinux
vars:
__test_ovirt_collectd_conf: >-
/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf
Expand Down
2 changes: 2 additions & 0 deletions tests/tests_relp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
- name: Test the server/client configuration using tls relp
hosts: all
tags:
- tests::uses_selinux
vars:
__test_cert_name: logging_cert
__test_ca_cert: "/etc/pki/tls/certs/{{ __test_cert_name }}.crt"
Expand Down