community.docker/tests/integration/targets
Felix Fontein e8ec22d3b1
Python code modernization, 3/n (#1157)
* Remove __metaclass__ = type.

for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
  sed -e '/^__metaclass__ = type/d' -i $i;
done

* Remove super arguments, and stop inheriting from object.
2025-10-10 08:11:58 +02:00
..
connection Fix linting errors. 2025-04-26 12:39:00 +02:00
connection_docker
connection_docker_api
connection_nsenter
connection_posix
current_container_facts
docker_compose_v2 Apparently Compose 2.37.3 + Docker 28.3.0 result in a behavior change. (#1093) 2025-06-25 22:00:42 +02:00
docker_compose_v2_exec
docker_compose_v2_pull
docker_compose_v2_run
docker_config CI: Start using Ubuntu VMs instead of RHEL VMs (#1128) 2025-09-14 23:27:52 +02:00
docker_container Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
docker_container_copy_into docker_container_copy_into: add mode_parse option (#1074) 2025-04-28 20:46:11 +02:00
docker_container_exec Fix docker_container_exec's detach=true. (#1145) 2025-10-07 18:49:20 +02:00
docker_container_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_context_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_host_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_image Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_image_build Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_image_export
docker_image_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_image_load
docker_image_pull Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_image_push Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_image_remove
docker_image_tag
docker_login Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_network Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_network_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_node Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_node_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_plugin Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_prune Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_secret Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_stack Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_stack_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_stack_task_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_swarm Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_swarm_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_swarm_service docker_swarm_service: add support for replicated jobs (#1108) 2025-08-03 13:12:29 +02:00
docker_swarm_service_info Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_volume Fix linting errors. 2025-04-26 12:39:00 +02:00
docker_volume_info Fix linting errors. 2025-04-26 12:39:00 +02:00
generic_connection_tests Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
generic_ssh_connection
inventory_docker_containers Fix linting errors. 2025-04-26 12:39:00 +02:00
inventory_docker_machine Enable no-trailing-whitespace test. 2025-06-04 15:18:19 +02:00
inventory_docker_swarm
setup_docker Another try to add RHEL 10 to CI. (#1136) 2025-10-03 21:16:18 +02:00
setup_docker_cli_buildx Another try to add RHEL 10 to CI. (#1136) 2025-10-03 21:16:18 +02:00
setup_docker_cli_compose Another try to add RHEL 10 to CI. (#1136) 2025-10-03 21:16:18 +02:00
setup_docker_compose_v2 Another try to add RHEL 10 to CI. (#1136) 2025-10-03 21:16:18 +02:00
setup_docker_current_container_network_ip
setup_docker_python_deps
setup_docker_registry Fix linting errors. 2025-04-26 12:39:00 +02:00
setup_docker_sdk_for_python
setup_epel/tasks
setup_openssl
setup_paramiko
setup_pkg_mgr/tasks
setup_podman Another try to add RHEL 10 to CI. (#1136) 2025-10-03 21:16:18 +02:00
setup_remote_constraints
setup_remote_tmp_dir