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
Jon Ellis 97c72f88b7
Sudoers validate (#4794)
* Use visudo to validate sudoers rules before use

* Replace use of subprocess.Popen with module.run_command

* Switch out apt for package

* Check file mode when verifying file to determine whether something needs to change

* Only install sudo package for debian and redhat environments (when testing)

* Attempt to install sudo on FreeBSD too

* Try just installing sudo for non-darwin machines

* Don't validate file ownership

* Attempt to install sudo on all platforms

* Revert "Attempt to install sudo on all platforms"

This reverts commit b9562a8916.

* Remove file permissions changes from this PR

* Add changelog fragment for 4794 sudoers validation

* Add option to control when sudoers validation is used

* Update changelog fragment

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

* Add version_added to validation property

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

* Also validate failed sudoers validation error message

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

* Make visudo not executable instead of trying to delete it

* Update edge case validation

* Write invalid sudoers file to alternative path to avoid breaking sudo

* Don't try to remove or otherwise modify visudo on Darwin

* Update plugins/modules/system/sudoers.py

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

* Remove trailing extra empty line to appease sanity checker

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-06-21 12:41:24 +02:00
..
aix_devices Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
aix_filesystem Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
alerta_customer New module alerta_customer (#4554) 2022-04-26 07:58:32 +02:00
alternatives Fix alternatives module (#4836) 2022-06-14 16:02:31 +02:00
ansible_galaxy_install [5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code (#4548) 2022-04-26 11:51:01 +02:00
apache2_module apache2_module - multiple improvements (#3106) 2021-07-30 18:07:38 +02:00
archive Fix OSX 10.11 CI runs (#3501) 2021-10-02 21:18:03 +02:00
callback YAML callback: do not remove non-ASCII Unicode from multi-line string output (#1522) 2020-12-22 09:24:20 +01:00
callback_diy YAML callback: do not remove non-ASCII Unicode from multi-line string output (#1522) 2020-12-22 09:24:20 +01:00
callback_log_plays Fix callback_log_plays tests for current devel branch of ansible-base. (#1221) 2020-11-03 14:11:31 +01:00
callback_yaml Revert "Temporarily disable yaml callback tests. (#3651)" (#3657) 2021-11-01 19:12:37 +01:00
cargo Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
cloud_init_data_facts Disable failing test for CentOS 8. 2022-05-08 14:00:29 +02:00
cmd_runner cmd_runner: deprecate fmt as the name for the format class (#4777) 2022-06-05 18:37:59 +02:00
connection Test of using FQCN for some builtin plugins (#660) 2020-07-16 12:24:04 +03:00
connection_chroot chroot: re-enable connection chroot tests (#1591) 2021-01-06 08:07:46 +01:00
connection_jail Fix FQCRs. (#64) 2020-03-29 13:02:28 +02:00
connection_lxc Fix FQCRs. (#64) 2020-03-29 13:02:28 +02:00
connection_lxd Fix FQCRs. (#64) 2020-03-29 13:02:28 +02:00
connection_posix Initial commit 2020-03-09 09:11:07 +00:00
consul certifi dropped Python 2 support (#4702) 2022-05-19 14:48:03 +02:00
copr Fix copr integration tests (#3237) 2021-09-01 22:58:10 +02:00
cpanm cpanm - revamp module (#2218) 2021-04-18 10:55:47 +02:00
cronvar cronvar: ensure creation of /etc/cron.d in test (#4440) 2022-04-02 18:18:59 +02:00
deploy_helper Improve CI (#3348) 2021-09-09 07:31:44 +02:00
discord Add discord integration tests (#4463) 2022-04-10 08:41:46 +02:00
django_manage Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
dnf_versionlock CI: Remove 'warn:' that's removed in ansible-core 2.14 (#4434) 2022-04-01 22:53:05 +02:00
dpkg_divert Disable docker tests (#1194) 2020-10-29 08:02:33 +01:00
etcd3 Run tests with macOS 10.15. (#971) 2020-09-30 14:00:05 +02:00
filesize filesize: fix alpine linux sparse file (#4288) 2022-02-27 13:45:41 +01:00
filesystem Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
filter_counter Add counter filter (#3921) 2021-12-26 14:56:21 +01:00
filter_dict Add dict filter (#2171) 2021-04-08 07:50:28 +02:00
filter_dict_kv Add filter dict_kv (#1264) 2020-11-24 05:41:18 +01:00
filter_from_csv New Filter plugin from_csv (#2037) 2021-03-21 13:21:54 +01:00
filter_groupby_as_dict Rename single-filter plugins so that the filename equals the filter name. (#4625) 2022-05-05 08:03:49 +02:00
filter_hashids [5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code (#4548) 2022-04-26 11:51:01 +02:00
filter_jc [5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code (#4548) 2022-04-26 11:51:01 +02:00
filter_json_query [5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code (#4548) 2022-04-26 11:51:01 +02:00
filter_lists_mergeby Rename single-filter plugins so that the filename equals the filter name. (#4625) 2022-05-05 08:03:49 +02:00
filter_path_join_shim Add path_join compatibility shim (#2172) 2021-04-08 07:49:57 +02:00
filter_random_mac Improve CI (#3348) 2021-09-09 07:31:44 +02:00
filter_time time_filter: allow 0 to return 0 (#4612) 2022-05-04 07:38:16 +02:00
filter_unicode_normalize New filter plugin - unicode_normalization (#3359) 2021-09-12 13:46:53 +02:00
filter_version_sort Add version_sort filter to properly sort list of versions (#1916) 2021-02-27 17:42:45 +01:00
flatpak Improve CI (#3348) 2021-09-09 07:31:44 +02:00
flatpak_remote removed extraneous dependency in integration test (#3114) 2021-07-30 18:00:14 +02:00
gandi_livedns Add gandi_livedns module (#328) 2021-03-21 11:25:24 +01:00
gem CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
git_config Improve CI (#3348) 2021-09-09 07:31:44 +02:00
github_issue Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
gitlab_branch add module gitlab_branch (#3795) 2021-12-09 21:02:58 +01:00
gitlab_deploy_key Feature/gitlab deploykey updkey (#1661) 2021-02-05 07:30:05 +01:00
gitlab_group Add require_two_factor_authentication property to gitlab group (#3367) 2021-09-20 06:55:43 +02:00
gitlab_group_members Enhancement to gitlab_group_members to accept user lists as input (#3047) 2021-08-31 15:07:52 +02:00
gitlab_group_variable Rework of gitlab_project_variable over gitlab_group_variable (#4086) 2022-02-18 20:58:38 +01:00
gitlab_hook Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
gitlab_project gitlab_project: Add initialize_with_readme option (#3601) 2021-10-30 08:14:30 +02:00
gitlab_project_members Get behavior of gitlab_project_members to the one of gitlab_group_members (#3319) 2021-09-16 22:26:31 +02:00
gitlab_project_variable gitlab_project_variable: Allow delete without value (#4150) 2022-02-05 21:02:04 +01:00
gitlab_runner Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
gitlab_user gitlab_user: add expires_at option (#2450) 2021-05-14 10:00:59 +02:00
hg Improve CI (#3348) 2021-09-09 07:31:44 +02:00
homebrew Fix OSX 10.11 CI runs (#3501) 2021-10-02 21:18:03 +02:00
homebrew_cask homebrew_cask: reinstall when force is install option (#4090) 2022-02-02 21:31:05 +01:00
homectl Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
hwc_ecs_instance Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_evs_disk Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_network_vpc Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_smn_topic Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_eip Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_peering_connect Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_port Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_private_ip Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_route Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_security_group Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_security_group_rule Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
hwc_vpc_subnet Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
ilo_redfish_config Modules for managing HPE iLO (#3740) 2021-12-11 21:27:09 +01:00
ilo_redfish_info Modules for managing HPE iLO (#3740) 2021-12-11 21:27:09 +01:00
influxdb_user Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
ini_file ini_file: Don't report changed=true when removing if nothing is changed. (#4155) 2022-02-17 13:35:46 +01:00
interfaces_file interfaces_file - fixed dup options bug (#3862) 2021-12-07 21:54:54 +01:00
ipify_facts Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
iptables_state iptables_state: fix broken query of async_status result (#2671) 2021-05-29 10:50:24 +02:00
ipwcli_dns Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
iso_create Improve CI (#3348) 2021-09-09 07:31:44 +02:00
iso_extract Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
java_cert Improve CI (#3348) 2021-09-09 07:31:44 +02:00
java_keystore Improve CI (#3348) 2021-09-09 07:31:44 +02:00
jboss Run tests with macOS 10.15. (#971) 2020-09-30 14:00:05 +02:00
jira jira - module revamp -> moved code to class (#2208) 2021-04-26 13:09:19 +02:00
kernel_blacklist kernel_blacklist - revamped the module (#3329) 2021-09-20 19:39:35 +02:00
keycloak_client Bugfix keycloak client do not report changes when there is none (#3610) 2021-10-30 08:18:31 +02:00
keycloak_identity_provider Keycloak: add identity providers management (#3210) 2021-08-31 07:07:53 +02:00
keycloak_role Add Keycloak roles module (#2930) 2021-07-19 23:17:39 +02:00
keycloak_user_federation Add keycloak_user_federation module (#3340) 2021-09-20 19:19:42 +02:00
keyring Add keyring and keyring_info modules (#4764) 2022-06-20 19:15:08 +02:00
launchd removed extraneous dependency in integration test (#3114) 2021-07-30 18:00:14 +02:00
ldap_search Run tests with macOS 10.15. (#971) 2020-09-30 14:00:05 +02:00
listen_ports_facts Improve ArchLinux tests (#4291) 2022-02-27 13:51:26 +01:00
locale_gen removed extraneous dependency in integration test (#3114) 2021-07-30 18:00:14 +02:00
lookup_cartesian Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
lookup_collection_version [5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code (#4548) 2022-04-26 11:51:01 +02:00
lookup_dependent Add dependent lookup plugin (#2164) 2021-05-11 19:27:05 +02:00
lookup_etcd3 Run tests with macOS 10.15. (#971) 2020-09-30 14:00:05 +02:00
lookup_flattened Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
lookup_lmdb_kv Fix lmdb lookup tests (#842) 2020-08-29 10:47:28 +02:00
lookup_passwordstore passwordstore: Make compatible with shims (#4780) 2022-06-15 08:08:04 +02:00
lookup_random_pet random_pet: Random pet name generator (#2479) 2021-05-14 10:55:27 +02:00
lookup_random_string Fix spurious test errors. (#2709) 2021-06-04 09:53:34 +02:00
lookup_random_words In the nightly CI run this test failed. Adjust it to be on the safe side. (#3638) 2021-10-30 10:58:01 +02:00
lvg Run tests with macOS 10.15. (#971) 2020-09-30 14:00:05 +02:00
lxd_project New Module: LXD Projects (#4521) 2022-04-25 22:20:54 +02:00
mail mail: adding capability to specify ehlo hostname (#3425) 2021-09-24 05:30:14 +00:00
mas Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
memset_dns_reload Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
memset_memstore_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
memset_server_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
memset_zone Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
memset_zone_domain Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
memset_zone_record Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
module_helper MH decorators - added decorators for check_mode (#3849) 2021-12-05 21:47:51 +01:00
monit Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
mqtt Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
mssql_script added module mssql_script (#3557) 2021-10-27 22:38:35 +02:00
nomad CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
npm CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
odbc Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
one_host Disable the OpenNebula integration tests. (#4692) 2022-05-18 22:28:10 +02:00
one_template Disable the OpenNebula integration tests. (#4692) 2022-05-18 22:28:10 +02:00
osx_defaults Bugfix: Fix parsing array values from osx_defaults (#358) 2020-12-09 08:29:58 +03:00
pacman pacman: Fix removing locally installed packages (#4464) 2022-04-13 13:34:33 +02:00
pagerduty_user a new module pagerduty_user (#1025) 2020-11-26 13:22:35 +01:00
pam_limits pam_limits: adds check mode and diff mode (#1575) 2021-01-03 13:32:54 +01:00
pamd pamd - fixed issue+minor refactorings (#3285) 2021-08-31 12:34:57 +02:00
pids pids: re-enabled tests on Alpine Linux (#4405) 2022-04-02 08:18:19 +02:00
pipx pipx - fixed --include-apps bug (#3800) 2021-11-30 07:10:20 +01:00
pkgng Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
pkgutil pkgutil: add update all, check-mode, squashing and examples (#799) 2020-09-30 06:19:36 +02:00
proxmox Add proxmox_nic module (#2449) 2021-05-13 21:48:49 +02:00
python_requirements_info python_requirements_info - improvements (#3797) 2021-11-30 06:08:45 +00:00
read_csv Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
redis_info Redis: slave -> replica (#2867) 2021-06-24 22:33:29 +02:00
rundeck Add new modules rundeck_job_run and rundeck_job_executions_info (#3521) 2021-10-11 06:55:47 +02:00
scaleway_compute Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_database_backup Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_image_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_ip Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_ip_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_lb Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_organization_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_security_group Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_security_group_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_security_group_rule Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_server_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_snapshot_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_sshkey Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_user_data Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_volume Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
scaleway_volume_info Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
sefcontext Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
sensu_client Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
sensu_handler Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_cron CI: Remove 'warn:' that's removed in ansible-core 2.14 (#4434) 2022-04-01 22:53:05 +02:00
setup_epel/tasks Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
setup_etcd3 Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_flatpak_remote CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
setup_gnutar Run tests with macOS 10.15. (#971) 2020-09-30 14:00:05 +02:00
setup_influxdb/tasks Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_java_keytool Improve ArchLinux tests (#4291) 2022-02-27 13:51:26 +01:00
setup_mosquitto Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_openldap Improve ArchLinux tests (#4291) 2022-02-27 13:51:26 +01:00
setup_opennebula Make ready for split-controller testing in ansible-core (#3345) 2021-09-21 08:16:42 +02:00
setup_openssl Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
setup_pkg_mgr/tasks Improve ArchLinux tests (#4291) 2022-02-27 13:51:26 +01:00
setup_postgresql_db Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
setup_redis_replication CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
setup_remote_constraints Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_remote_tmp_dir Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_rundeck Improve ArchLinux tests (#4291) 2022-02-27 13:51:26 +01:00
setup_snap Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
setup_tls Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
setup_wildfly_server Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
shutdown CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
snap Add option "options" to snap module (#3943) 2022-01-24 06:39:37 +01:00
snap_alias Re-enable snap tests (#3967) 2022-01-05 17:13:50 +01:00
spectrum_model_attrs spectrum_model_attrs: Initial commit (#1802) 2021-04-12 22:26:43 +02:00
ssh_config ssh_config: Add 'forwardagent' option (#3495) 2021-10-14 21:24:23 +02:00
sudoers Sudoers validate (#4794) 2022-06-21 12:41:24 +02:00
supervisorctl Improve CI (#3348) 2021-09-09 07:31:44 +02:00
sysrc Clean up test entries from sysrc tests (#2330) 2021-05-03 21:05:07 +02:00
terraform Terraform init -upgrade flag (#4455) 2022-04-13 11:16:54 +00:00
test_a_module [5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code (#4548) 2022-04-26 11:51:01 +02:00
timezone Make timezone tests work on Alpine. (#4292) 2022-02-27 13:55:03 +01:00
ufw Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI, fix bug in filesystem module (#4700) 2022-05-22 17:20:30 +02:00
wakeonlan Add headers to ci tests (#954) 2020-09-25 08:01:17 +02:00
xattr Improve CI (#3348) 2021-09-09 07:31:44 +02:00
xfs_quota bugfix: xfs_quota feedback on projects not initialized has changed (#1596) 2021-02-27 08:38:24 +01:00
xml Massive adjustment in integration tests for changed and failed (#2577) 2021-05-22 13:51:36 +02:00
yarn CI: Add ArchLinux, Debian Bullseye, CentOS Stream 8, and Alpine 3 (#4222) 2022-02-21 21:14:45 +01:00
yum_versionlock Update AZP config (#3111) 2021-08-05 23:46:39 +02:00
zypper Diable netcat conflict in zypper tests as one package seems to be no longer available. (#3438) 2021-09-25 17:16:22 +02:00
zypper_repository CI: Disable repo URL test for OpenSuSE 15.4 (#4805) 2022-06-08 12:48:55 +02:00
__init__.py Initial commit 2020-03-09 09:11:07 +00:00