1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/integration/targets
bluikko c8a2ac3a47
sefcontext: add support for path substitutions (#5830)
* sefcontext: add path substitution support (#1193)

First commit for feedback, missing docs and tests.

* sefcontext: add documentation

* Add changelog fragment

* Documentation formatting

* Delete extra newline

* pep8 fixes

Fix indentation

* Add version_added to arg docs

* Add examples

* Don't delete non-matching path substitutions

* Add integration tests

* Delete only substitutions if such arg passed

Don't delete existing regular file context mappings if deletion of
a path substitution was requested with the presence of the
`equal` arg - delete only path substitutions in such case.

Path substitutions and regular mappings may overlap.

* Can only add args in minor releases

:(

* Cleanup before tests

* Fix deletion using substitution

Was comparing wrong var.

* Fix test checking wrong var

* Improve args documentation and examples

List the default values for selevel, seuser.
Add example for deleting path substitutions only.

* Add attributes documentation block

Not sure if should add become/delegate/async,
shouldn't those work just like that without any
specific code added for them?

* and fix indentation on attribute block

* Consistent indentation for attributes

Confusing, most plugins indent with 4 spaces.
But some use 2 like the rest of the code, so use 2.

* Add missing ref for attribute block

* Use correct c.g version in doc block

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add full stop to changelog fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

* Streamline documentation

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Support limiting deletion to setype

Deleting file context mappings may be limited by
passing setype or equal, if neither arg is passed
then delete either setype/equal mappings that match.

* Change arg name, diff mode output fix

Change arg name from equal to substitute.
Print target = subsitute in diff mode same way as
semanage does.

Also put back platform attribute, try to improve
clumsy language in the substitute arg docs.

* Delete even if arg setype not match existing

Test 5 indicates that deletion is supposed to not check that
the arg setype passed when deleting matches the setype
of the mapping to delete.
Delete any mapping that matches target, regardless of
setype arg value.

* Update arg name in tests

* Too eager replacing

Accidentally replaced seobject function names so fix them back

* 4564: Fix invalid setype in doc example

Change from httpd_git_rw_content_t which
does not exist to httpd_sys_rw_content_t

Fixes #4564

* Fix documentation attributes

Additional fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update version_added in docs

Bumping minor to 6.4.0 since it didn't make 6.3.0.

* Add more description to the new arg docs

Try to improve discoverability of the new feature and make it easier to understand without deep SELinux understanding.

* Update platform to Linux in documentation

* Add equal as alias for the new argument

Improve discoverability of the new feature by adding an alias to the new module argument. The argument name "equal" will be easy to find for users who are not familiar with SELinux and who just try to match to the CLI tool `semanage`.

* And add alias argument properly

Previous commit missed actually adding the alias (added to docs only).

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2023-02-26 14:04:57 +01:00
..
aix_devices Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
aix_filesystem Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
alerta_customer Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
alternatives Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
ansible_galaxy_install ansible_galaxy_install: use locale C tentatively, else en_US (#5680) 2022-12-22 06:45:07 +01:00
apache2_module apache2_module generates false/misleading warning (#5793) 2023-01-14 18:37:33 +01:00
archive Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
callback Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
callback_diy Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
callback_log_plays Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
callback_yaml Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
cargo Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
cloud_init_data_facts Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
cmd_runner Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
connection Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
connection_chroot Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
connection_jail Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
connection_lxc Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
connection_lxd Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
connection_posix Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
consul Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
copr Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
cpanm Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
cronvar Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
deploy_helper Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
discord Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
django_manage Update CI matrix (#5782) 2023-01-07 17:19:58 +01:00
dnf_versionlock Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
dpkg_divert Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
etcd3 Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filesize Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
filesystem Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
filter_counter Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
filter_dict Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_dict_kv Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_from_csv Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_groupby_as_dict Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_hashids Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_jc Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_json_query Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_lists_mergeby Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_path_join_shim Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_random_mac Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
filter_time Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
filter_unicode_normalize Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
filter_version_sort Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
flatpak Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
flatpak_remote Add enabled parameter to flatpak_remote (#5926) 2023-02-25 22:40:17 +01:00
gandi_livedns Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
gem Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
git_config Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
github_issue Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_branch Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_deploy_key Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_group Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_group_members Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
gitlab_group_variable Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
gitlab_hook Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_project Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_project_badge Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
gitlab_project_members Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
gitlab_project_variable Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
gitlab_runner Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_user Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
hg Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
homebrew Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
homebrew_cask Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
homectl Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_ecs_instance Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_evs_disk Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_network_vpc Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
hwc_smn_topic Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
hwc_vpc_eip Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_peering_connect Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_port Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_private_ip Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_route Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_security_group Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_security_group_rule Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_subnet Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ilo_redfish_config Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
ilo_redfish_info Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
influxdb_user Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
ini_file Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
interfaces_file Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
ipify_facts Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
iptables_state Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ipwcli_dns Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
iso_create Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
iso_customize Fix iso_customize tests. (#5447) 2022-10-31 21:15:03 +01:00
iso_extract Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
java_cert Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
java_keystore Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
jboss Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
jira Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
kernel_blacklist Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
keycloak_client Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
keycloak_clientsecret_info New Module: Keycloak ClientSecret with PR changes (#5606) 2022-12-05 06:22:14 +01:00
keycloak_clientsecret_regenerate New Module: Keycloak ClientSecret with PR changes (#5606) 2022-12-05 06:22:14 +01:00
keycloak_group keycloak_group: support keycloak subgroups (#5814) 2023-02-25 11:12:35 +01:00
keycloak_identity_provider Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
keycloak_role Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
keycloak_user_federation bugfixing keycloak user federation failing when updating default mapper simultaneously (#5750) 2023-01-22 17:28:33 +01:00
keycloak_user_rolemapping New Module: Keycloak User Rolemapping (#4898) 2022-10-01 18:16:47 +02:00
keyring Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
launchd Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ldap_search Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
listen_ports_facts Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
locale_gen Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_cartesian Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_collection_version Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_dependent Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_dig Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
lookup_etcd3 Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_flattened Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_lmdb_kv Lookups: use Ansible's config manager whenever possible (#5440) 2022-11-01 21:58:46 +01:00
lookup_passwordstore Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
lookup_random_pet Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
lookup_random_string Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
lookup_random_words Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lvg Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
lxd_project Fix more copyright lines, add more default copyright lines (#5095) 2022-08-08 14:24:58 +02:00
mail Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
mas Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
memset_dns_reload Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_memstore_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_server_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_zone Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_zone_domain Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_zone_record Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
module_helper Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
monit Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
mqtt Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
mssql_script Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
nomad Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
npm Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
odbc Update CI matrix (#5782) 2023-01-07 17:19:58 +01:00
one_host Remove currently unneeded generic tests from CI (#5786) 2023-01-07 14:08:34 +01:00
one_template Remove currently unneeded generic tests from CI (#5786) 2023-01-07 14:08:34 +01:00
osx_defaults Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pacman Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pagerduty_user Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
pam_limits Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pamd Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
pids Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
pipx Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pipx_info Fix pipx_info tests (#5668) 2022-12-08 22:13:41 +01:00
pkgng Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pkgutil Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
proxmox New module: Proxmox disk management (#5101) 2022-09-18 22:06:21 +02:00
python_requirements_info Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
read_csv Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
redis_info Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
rundeck Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
scaleway_compute Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_container Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_container_info [Scaleway] Add module to manage containers (#5496) 2022-11-07 21:04:55 +01:00
scaleway_container_namespace Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_container_namespace_info [Scaleway] Add module to manage container namespaces (#5416) 2022-11-05 20:44:33 +00:00
scaleway_container_registry Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_container_registry_info [Scaleway] Add module to manage container registries (#5399) 2022-10-23 17:18:06 +02:00
scaleway_database_backup Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_function Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_function_info [Scaleway] Add module to manage functions (#5463) 2022-11-05 20:43:47 +00:00
scaleway_function_namespace Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_function_namespace_info [Scaleway] Add module to manage function namespaces (#5415) 2022-11-02 20:11:04 +01:00
scaleway_image_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_ip Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_ip_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_lb Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_organization_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_security_group Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_security_group_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_security_group_rule Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_server_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_snapshot_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_sshkey Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_user_data Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_volume Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_volume_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
sefcontext sefcontext: add support for path substitutions (#5830) 2023-02-26 14:04:57 +01:00
sensu_client Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
sensu_handler Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
setup_cron Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_epel/tasks Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_etcd3 Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_flatpak_remote Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
setup_gnutar Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_influxdb/tasks Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_java_keytool Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_mosquitto Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_openldap Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
setup_opennebula Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
setup_openssl Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_pkg_mgr/tasks Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_postgresql_db Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_redis_replication Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
setup_remote_constraints Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_remote_tmp_dir Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_remote_tmp_dir_outside_tmp Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_rundeck Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_snap Update CI matrix (#5782) 2023-01-07 17:19:58 +01:00
setup_tls Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_wildfly_server Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
shutdown Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
snap CI: add extra VMs for certain tests (#5713) 2022-12-21 07:31:46 +01:00
snap_alias CI: add extra VMs for certain tests (#5713) 2022-12-21 07:31:46 +01:00
spectrum_model_attrs Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
ssh_config Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
sudoers Add support for setenv parameters (#5883) 2023-01-30 06:30:54 +01:00
supervisorctl Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
sysrc Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
terraform Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
test_a_module Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
timezone Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ufw Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
wakeonlan Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
xattr Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
xfs_quota Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
xml Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
yarn Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
yum_versionlock Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
zypper Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
zypper_repository Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00