From be191cce6c28fa6e4c489e9b0cac2bfe3d4217db Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 31 Mar 2020 10:42:38 +0200 Subject: [PATCH] Move modules and module_utils unit tests to correct place (#81) * Move modules and module_utils unit tests to correct place. * Update ignore.txt * Fix imports. * Fix typos. * Fix more typos. --- tests/sanity/ignore-2.10.txt | 492 +++++++++-------- tests/sanity/ignore-2.9.txt | 502 +++++++++--------- .../{ => plugins}/module_utils/__init__.py | 0 .../module_utils/cloud/__init__.py | 0 .../module_utils/cloud/test_backoff.py | 0 .../{ => plugins}/module_utils/conftest.py | 0 .../module_utils/docker/__init__.py | 0 .../module_utils/docker/test_common.py | 0 .../module_utils/gcp/__init__.py | 0 .../module_utils/gcp/test_auth.py | 0 .../module_utils/gcp/test_gcp_utils.py | 0 .../module_utils/gcp/test_utils.py | 0 .../module_utils/hwc/__init__.py | 0 .../module_utils/hwc/test_dict_comparison.py | 0 .../module_utils/hwc/test_hwc_utils.py | 0 .../module_utils/identity/__init__.py | 0 .../identity/keycloak/__init__.py | 0 .../keycloak/test_keycloak_connect.py | 0 .../module_utils/net_tools/__init__.py | 0 .../module_utils/net_tools/nios/__init__.py | 0 .../module_utils/net_tools/nios/test_api.py | 0 .../module_utils/network/__init__.py | 0 .../module_utils/network/aci/__init__.py | 0 .../module_utils/network/aci/test_aci.py | 0 .../module_utils/network/avi/__init__.py | 0 .../network/avi/test_avi_api_utils.py | 0 .../module_utils/network/common/__init__.py | 0 .../network/common/test_parsing.py | 0 .../module_utils/network/common/test_utils.py | 0 .../module_utils/network/ftd/__init__.py | 0 .../module_utils/network/ftd/test_common.py | 0 .../network/ftd/test_configuration.py | 0 .../network/ftd/test_data/ngfw_with_ex.json | 0 .../module_utils/network/ftd/test_device.py | 2 +- .../network/ftd/test_fdm_swagger_parser.py | 0 .../network/ftd/test_fdm_swagger_validator.py | 0 .../ftd/test_fdm_swagger_with_real_data.py | 0 .../network/ftd/test_upsert_functionality.py | 0 .../network/netscaler/__init__.py | 0 .../network/netscaler/test_netscaler.py | 0 .../module_utils/network/nos/__init__.py | 0 .../module_utils/network/nos/test_nos.py | 0 .../module_utils/network/nso/__init__.py | 0 .../module_utils/network/nso/test_nso.py | 0 .../module_utils/network/slxos/__init__.py | 0 .../module_utils/network/slxos/test_slxos.py | 0 .../module_utils/postgresql/__init__.py | 0 .../module_utils/postgresql/test_postgres.py | 0 .../remote_management/__init__.py | 0 .../remote_management/dellemc/__init__.py | 0 .../remote_management/dellemc/test_ome.py | 0 .../module_utils/test_database.py | 0 .../module_utils/test_hetzner.py | 0 .../module_utils/test_known_hosts.py | 0 .../module_utils/test_kubevirt.py | 0 .../module_utils/test_utm_utils.py | 0 .../xenserver/FakeAnsibleModule.py | 0 .../module_utils/xenserver/FakeXenAPI.py | 0 .../module_utils/xenserver/__init__.py | 0 .../module_utils/xenserver/common.py | 0 .../module_utils/xenserver/conftest.py | 2 +- .../fixtures/ansible-test-vm-1-facts.json | 0 .../fixtures/ansible-test-vm-1-params.json | 0 .../fixtures/ansible-test-vm-2-facts.json | 0 .../fixtures/ansible-test-vm-2-params.json | 0 .../fixtures/ansible-test-vm-3-facts.json | 0 .../fixtures/ansible-test-vm-3-params.json | 0 .../test_gather_vm_params_and_facts.py | 0 .../xenserver/test_get_object_ref.py | 0 .../module_utils/xenserver/test_misc.py | 0 .../xenserver/test_netaddr_functions.py | 0 .../xenserver/test_set_vm_power_state.py | 0 .../xenserver/test_wait_for_functions.py | 0 .../module_utils/xenserver/test_xapi.py | 0 .../xenserver/test_xenserverobject.py | 0 tests/unit/{ => plugins}/modules/__init__.py | 0 .../{ => plugins}/modules/cloud/__init__.py | 0 .../modules/cloud/cloudstack/__init__.py | 0 .../cloud/cloudstack/test_cs_traffic_type.py | 2 +- .../modules/cloud/docker/__init__.py | 0 .../cloud/docker/test_docker_container.py | 0 .../cloud/docker/test_docker_network.py | 0 .../cloud/docker/test_docker_swarm_service.py | 0 .../cloud/docker/test_docker_volume.py | 0 .../modules/cloud/google/__init__.py | 0 .../modules/cloud/google/test_gce_tag.py | 0 .../cloud/google/test_gcp_forwarding_rule.py | 0 .../modules/cloud/google/test_gcp_url_map.py | 0 .../modules/cloud/kubevirt/__init__.py | 0 .../cloud/kubevirt/kubevirt_fixtures.py | 0 .../cloud/kubevirt/test_kubevirt_rs.py | 2 +- .../cloud/kubevirt/test_kubevirt_vm.py | 2 +- .../modules/cloud/linode/__init__.py | 0 .../modules/cloud/linode/conftest.py | 0 .../modules/cloud/linode/test_linode.py | 2 +- .../modules/cloud/linode/test_linode_v4.py | 2 +- .../modules/cloud/misc/__init__.py | 0 .../modules/cloud/misc/test_terraform.py | 2 +- .../cloud/xenserver/FakeAnsibleModule.py | 0 .../modules/cloud/xenserver/FakeXenAPI.py | 0 .../modules/cloud/xenserver/__init__.py | 0 .../modules/cloud/xenserver/common.py | 0 .../modules/cloud/xenserver/conftest.py | 2 +- .../xenserver/test_xenserver_guest_info.py | 0 .../test_xenserver_guest_powerstate.py | 0 tests/unit/{ => plugins}/modules/conftest.py | 0 .../modules/messaging/__init__.py | 0 .../modules/monitoring/__init__.py | 0 .../monitoring/test_circonus_annotation.py | 2 +- .../monitoring/test_icinga2_feature.py | 2 +- .../modules/monitoring/test_pagerduty.py | 0 .../monitoring/test_pagerduty_alert.py | 0 .../modules/net_tools/__init__.py | 0 .../modules/net_tools/nios/__init__.py | 0 .../net_tools/nios/fixtures/nios_result.txt | 0 .../net_tools/nios/test_nios_a_record.py | 0 .../net_tools/nios/test_nios_aaaa_record.py | 0 .../net_tools/nios/test_nios_cname_record.py | 0 .../net_tools/nios/test_nios_dns_view.py | 0 .../net_tools/nios/test_nios_fixed_address.py | 0 .../net_tools/nios/test_nios_host_record.py | 0 .../net_tools/nios/test_nios_member.py | 0 .../net_tools/nios/test_nios_module.py | 2 +- .../net_tools/nios/test_nios_mx_record.py | 0 .../net_tools/nios/test_nios_naptr_record.py | 0 .../net_tools/nios/test_nios_network.py | 0 .../net_tools/nios/test_nios_network_view.py | 0 .../net_tools/nios/test_nios_nsgroup.py | 0 .../net_tools/nios/test_nios_ptr_record.py | 0 .../net_tools/nios/test_nios_srv_record.py | 0 .../modules/net_tools/nios/test_nios_zone.py | 0 .../net_tools/test_hetzner_firewall.py | 2 +- .../net_tools/test_hetzner_firewall_info.py | 0 .../modules/net_tools/test_nmcli.py | 0 .../{ => plugins}/modules/network/__init__.py | 0 .../modules/network/aireos/__init__.py | 0 .../modules/network/aireos/aireos_module.py | 2 +- .../aireos/fixtures/aireos_config_config.cfg | 0 .../aireos/fixtures/aireos_config_src.cfg | 0 .../network/aireos/fixtures/show_sysinfo | 0 .../network/aireos/test_aireos_command.py | 2 +- .../network/aireos/test_aireos_config.py | 2 +- .../modules/network/apconos/__init__.py | 0 .../modules/network/apconos/apconos_module.py | 2 +- .../network/apconos/fixtures/enable_ssh | 0 .../network/apconos/fixtures/show_version | 0 .../network/apconos/test_apconos_command.py | 2 +- .../modules/network/aruba/__init__.py | 0 .../modules/network/aruba/aruba_module.py | 2 +- .../aruba/fixtures/aruba_config_config.cfg | 0 .../aruba/fixtures/aruba_config_defaults.cfg | 0 .../aruba/fixtures/aruba_config_src.cfg | 0 .../network/aruba/fixtures/show_version | 0 .../network/aruba/test_aruba_command.py | 2 +- .../network/aruba/test_aruba_config.py | 2 +- .../modules/network/avi/__init__.py | 0 .../network/avi/fixtures/avi_user.json | 0 .../modules/network/avi/test_avi_user.py | 2 +- .../modules/network/check_point/__init__.py | 0 .../test_checkpoint_access_rule.py | 2 +- .../check_point/test_checkpoint_host.py | 2 +- .../check_point/test_checkpoint_session.py | 2 +- .../check_point/test_checkpoint_task_facts.py | 2 +- .../modules/network/cloudengine/__init__.py | 0 .../modules/network/cloudengine/ce_module.py | 2 +- .../network/cloudengine/fixtures/__init__.py | 0 .../fixtures/ce_is_is_instance/after.txt | 0 .../fixtures/ce_is_is_instance/before.txt | 0 .../ce_is_is_interface/after_interface.txt | 0 .../ce_is_is_interface/before_interface.txt | 0 .../fixtures/ce_is_is_view/after.txt | 0 .../fixtures/ce_is_is_view/before.txt | 0 .../fixtures/ce_lacp/ce_lacp_00.txt | 0 .../fixtures/ce_lacp/ce_lacp_01.txt | 0 .../fixtures/ce_lacp/ce_lacp_10.txt | 0 .../fixtures/ce_lacp/ce_lacp_11.txt | 0 .../ce_lldp/ce_lldpSysParameter_00.txt | 0 .../ce_lldp/ce_lldpSysParameter_01.txt | 0 .../fixtures/ce_lldp/ce_lldp_global_00.txt | 0 .../fixtures/ce_lldp/ce_lldp_global_01.txt | 0 .../fixtures/ce_lldp/result_ok.txt | 0 .../lldp_interface_changed.txt | 0 .../lldp_interface_existing.txt | 0 .../fixtures/ce_lldp_interface/result_ok.txt | 0 .../fixtures/ce_mdn_interface/after.txt | 0 .../fixtures/ce_mdn_interface/before.txt | 0 .../fixtures/ce_multicast_global/after.txt | 0 .../fixtures/ce_multicast_global/before.txt | 0 .../ce_multicast_igmp_enable/after.txt | 0 .../ce_multicast_igmp_enable/before.txt | 0 .../ce_static_route_bfd/result_ok.txt | 0 .../ce_static_route_bfd/srBfdPara_1.txt | 0 .../ce_static_route_bfd/srBfdPara_2.txt | 0 .../ce_static_route_bfd/staticrtbase_1.txt | 0 .../ce_static_route_bfd/staticrtbase_2.txt | 0 .../cloudengine/test_ce_is_is_instance.py | 4 +- .../cloudengine/test_ce_is_is_interface.py | 4 +- .../network/cloudengine/test_ce_is_is_view.py | 4 +- .../network/cloudengine/test_ce_lacp.py | 2 +- .../network/cloudengine/test_ce_lldp.py | 4 +- .../cloudengine/test_ce_lldp_interface.py | 4 +- .../cloudengine/test_ce_mdn_interface.py | 4 +- .../cloudengine/test_ce_multicast_global.py | 4 +- .../test_ce_multicast_igmp_enable.py | 4 +- .../cloudengine/test_ce_static_route_bfd.py | 4 +- .../modules/network/cloudvision/__init__.py | 0 .../cloudvision/test_cv_server_provision.py | 0 .../modules/network/cnos/__init__.py | 0 .../modules/network/cnos/cnos_module.py | 0 .../cnos/fixtures/cnos_banner_show_banner.txt | 0 .../network/cnos/fixtures/cnos_bgp_config.cfg | 0 .../cnos/fixtures/cnos_config_config.cfg | 0 .../network/cnos/fixtures/cnos_config_src.cfg | 0 .../cnos/fixtures/cnos_linkagg_config.cfg | 0 .../cnos/fixtures/cnos_logging_config.cfg | 0 .../cnos/fixtures/cnos_static_route.cfg | 0 .../cnos/fixtures/cnos_system_config.cfg | 0 .../cnos/fixtures/cnos_user_config.cfg | 0 .../cnos/fixtures/cnos_vlag_config.cfg | 0 .../cnos/fixtures/cnos_vlan_config.cfg | 0 .../network/cnos/fixtures/cnos_vrf_config.cfg | 0 .../cnos/fixtures/l3_interface_config.cfg | 0 .../cnos/fixtures/show_interface_brief | 0 .../show_interface_ethernet_1_33_switchport | 0 .../show_interface_ethernet_1_44_switchport | 0 .../show_interface_ethernet_1_45_switchport | 0 .../cnos/fixtures/show_interface_mac-address | 0 .../cnos/fixtures/show_interface_status | 0 .../fixtures/show_ip_interface_brief_vrf_all | 0 .../show_ipv6_interface_brief_vrf_all | 0 .../network/cnos/fixtures/show_lldp_neighbors | 0 .../network/cnos/fixtures/show_process_memory | 0 .../modules/network/cnos/fixtures/show_run | 0 .../fixtures/show_run_interface_ethernet_1_33 | 0 .../fixtures/show_run_interface_ethernet_1_45 | 0 .../network/cnos/fixtures/show_running-config | 0 .../network/cnos/fixtures/show_sys-info | 0 .../network/cnos/fixtures/show_version | 0 .../modules/network/cnos/fixtures/show_vlan | 0 .../modules/network/cnos/test_cnos_banner.py | 2 +- .../modules/network/cnos/test_cnos_bgp.py | 2 +- .../modules/network/cnos/test_cnos_command.py | 2 +- .../modules/network/cnos/test_cnos_config.py | 2 +- .../modules/network/cnos/test_cnos_facts.py | 2 +- .../network/cnos/test_cnos_interface.py | 2 +- .../network/cnos/test_cnos_l2_interface.py | 2 +- .../network/cnos/test_cnos_l3_interface.py | 2 +- .../modules/network/cnos/test_cnos_linkagg.py | 2 +- .../modules/network/cnos/test_cnos_lldp.py | 2 +- .../modules/network/cnos/test_cnos_logging.py | 2 +- .../network/cnos/test_cnos_static_route.py | 2 +- .../modules/network/cnos/test_cnos_system.py | 2 +- .../modules/network/cnos/test_cnos_user.py | 2 +- .../modules/network/cnos/test_cnos_vlag.py | 2 +- .../modules/network/cnos/test_cnos_vlan.py | 2 +- .../modules/network/cnos/test_cnos_vrf.py | 2 +- .../modules/network/cumulus/__init__.py | 0 .../modules/network/cumulus/test_nclu.py | 0 .../modules/network/edgeos/__init__.py | 0 .../modules/network/edgeos/edgeos_module.py | 2 +- .../edgeos/fixtures/edgeos_config_config.cfg | 0 .../edgeos/fixtures/edgeos_config_src.cfg | 0 .../fixtures/edgeos_config_src_brackets.cfg | 0 .../network/edgeos/fixtures/show_host_name | 0 .../network/edgeos/fixtures/show_version | 0 .../network/edgeos/test_edgeos_command.py | 2 +- .../network/edgeos/test_edgeos_config.py | 2 +- .../network/edgeos/test_edgeos_facts.py | 2 +- .../modules/network/edgeswitch/__init__.py | 0 .../network/edgeswitch/edgeswitch_module.py | 2 +- ...geswitch_facts_show_interfaces_description | 0 ...dgeswitch_facts_show_interfaces_status_all | 0 .../fixtures/edgeswitch_facts_show_sysinfo | 0 .../fixtures/edgeswitch_facts_show_version | 0 ...edgeswitch_vlan_show_interfaces_switchport | 0 .../fixtures/edgeswitch_vlan_show_vlan_brief | 0 .../edgeswitch/test_edgeswitch_facts.py | 2 +- .../edgeswitch/test_edgeswitch_vlan.py | 2 +- .../modules/network/enos/__init__.py | 0 .../modules/network/enos/enos_module.py | 0 .../enos/fixtures/enos_config_config.cfg | 0 .../network/enos/fixtures/enos_config_src.cfg | 0 .../network/enos/fixtures/show_interface_ip | 0 .../enos/fixtures/show_interface_status | 0 .../network/enos/fixtures/show_lldp_port | 0 .../fixtures/show_lldp_remote-device_port | 0 .../modules/network/enos/fixtures/show_run | 0 .../network/enos/fixtures/show_running-config | 0 .../network/enos/fixtures/show_system_memory | 0 .../network/enos/fixtures/show_version | 0 .../modules/network/enos/test_enos_command.py | 2 +- .../modules/network/enos/test_enos_config.py | 2 +- .../modules/network/enos/test_enos_facts.py | 2 +- .../modules/network/eric_eccli/__init__.py | 0 .../network/eric_eccli/eccli_module.py | 2 +- .../eric_eccli/fixtures/configure_terminal | 0 .../network/eric_eccli/fixtures/show_version | 0 .../eric_eccli/test_eric_eccli_command.py | 2 +- .../modules/network/exos/__init__.py | 0 .../modules/network/exos/exos_module.py | 2 +- .../exos/fixtures/exos_config_config.cfg | 0 .../exos/fixtures/exos_config_modified.cfg | 0 .../network/exos/fixtures/exos_config_src.cfg | 0 .../network/exos/fixtures/show_lldp_neighbors | 0 .../modules/network/exos/fixtures/show_memory | 0 .../network/exos/fixtures/show_port_config | 0 .../exos/fixtures/show_port_description | 0 .../modules/network/exos/fixtures/show_switch | 0 .../network/exos/fixtures/show_version | 0 .../modules/network/exos/fixtures/show_vlan | 0 .../network/exos/fixtures/show_vlan_detail | 0 .../modules/network/exos/test_exos_command.py | 2 +- .../modules/network/exos/test_exos_config.py | 2 +- .../modules/network/exos/test_exos_facts.py | 2 +- .../modules/network/f5/__init__.py | 0 .../f5/fixtures/MyApp-0.1.0-0001.noarch.rpm | Bin .../network/f5/fixtures/basic-iapp.tmpl | 0 .../modules/network/f5/fixtures/cert1.crt | 0 .../modules/network/f5/fixtures/cert1.key | 0 .../modules/network/f5/fixtures/cert2.crt | 0 .../modules/network/f5/fixtures/cert2.key | 0 .../modules/network/f5/fixtures/chain1.crt | 0 .../network/f5/fixtures/create_gtm_irule.tcl | 0 ...reate_iapp_service_parameters_f5_http.json | 0 .../f5/fixtures/create_iapp_template.iapp | 0 .../f5/fixtures/create_insecure_cert1.crt | 0 .../f5/fixtures/create_insecure_key1.key | 0 .../network/f5/fixtures/create_ltm_irule.tcl | 0 .../f5/fixtures/data-group-address.txt | 0 .../f5/fixtures/data-group-integer.txt | 0 .../network/f5/fixtures/data-group-string.txt | 0 .../network/f5/fixtures/fake_policy.tar.gz | Bin .../network/f5/fixtures/fake_policy.xml | 0 .../load_afm_global_network_log_network.json | 0 .../load_afm_log_global_network_profile.json | 0 .../f5/fixtures/load_afm_schedule.json | 0 .../network/f5/fixtures/load_apm_acl.json | 0 .../f5/fixtures/load_apm_network_access.json | 0 .../network/f5/fixtures/load_asm_dos.json | 0 .../f5/fixtures/load_asm_policy_active.json | 0 .../f5/fixtures/load_asm_policy_inactive.json | 0 .../load_auth_remote_role_role_info_1.json | 0 .../f5/fixtures/load_auth_user_no_pass.json | 0 .../f5/fixtures/load_auth_user_with_pass.json | 0 .../f5/fixtures/load_generic_parser.json | 0 .../f5/fixtures/load_generic_peer.json | 0 .../f5/fixtures/load_generic_route.json | 0 .../f5/fixtures/load_generic_router.json | 0 .../load_generic_transport_config.json | 0 .../fixtures/load_gtm_datacenter_default.json | 0 .../load_gtm_datacenter_disabled.json | 0 .../load_gtm_global_settings_general_1.json | 0 .../network/f5/fixtures/load_gtm_irules.json | 0 .../fixtures/load_gtm_monitor_firepass_1.json | 0 .../f5/fixtures/load_gtm_monitor_http_1.json | 0 .../f5/fixtures/load_gtm_monitor_tcp_1.json | 0 .../fixtures/load_gtm_pool_a_collection.json | 0 .../f5/fixtures/load_gtm_pool_a_default.json | 0 .../load_gtm_pool_a_example_stats.json | 0 .../f5/fixtures/load_gtm_pool_a_member_1.json | 0 .../load_gtm_pool_a_with_members_1.json | 0 .../load_gtm_pool_untyped_default.json | 0 .../f5/fixtures/load_gtm_server_1.json | 0 .../fixtures/load_gtm_server_virtual_2.json | 0 .../fixtures/load_gtm_wide_ip_with_pools.json | 0 .../f5/fixtures/load_imish_output_1.json | 0 .../load_ltm_dns_cache_resolver_1.json | 0 .../fixtures/load_ltm_dns_nameserver_1.json | 0 .../f5/fixtures/load_ltm_dns_zone_1.json | 0 .../fixtures/load_ltm_fastl4_profile_1.json | 0 .../f5/fixtures/load_ltm_http2_profile.json | 0 .../f5/fixtures/load_ltm_http_profile_1.json | 0 .../network/f5/fixtures/load_ltm_irules.json | 0 .../f5/fixtures/load_ltm_monitor_http.json | 0 .../f5/fixtures/load_ltm_monitor_https.json | 0 .../f5/fixtures/load_ltm_monitor_tcp.json | 0 .../fixtures/load_ltm_monitor_tcp_echo.json | 0 .../load_ltm_monitor_tcp_half_open.json | 0 .../f5/fixtures/load_ltm_monitor_udp.json | 0 .../network/f5/fixtures/load_ltm_node_1.json | 0 .../network/f5/fixtures/load_ltm_node_2.json | 0 .../network/f5/fixtures/load_ltm_node_3.json | 0 ...tm_policy_draft_rule_http-uri_forward.json | 0 .../network/f5/fixtures/load_ltm_pool.json | 0 .../load_ltm_profile_analytics_1.json | 0 .../fixtures/load_ltm_profile_clientssl.json | 0 .../f5/fixtures/load_ltm_profile_dns_1.json | 0 .../load_ltm_profile_http_compression_1.json | 0 .../load_ltm_profile_oneconnect_1.json | 0 ...load_ltm_profile_persistence_cookie_1.json | 0 ...ad_ltm_profile_persistence_src_addr_1.json | 0 .../load_ltm_profile_serverssl_1.json | 0 .../f5/fixtures/load_ltm_profile_tcp_1.json | 0 .../f5/fixtures/load_ltm_profile_udp_1.json | 0 .../load_ltm_snat_translation_default.json | 0 .../f5/fixtures/load_ltm_snatpool.json | 0 .../f5/fixtures/load_ltm_virtual_1.json | 0 .../fixtures/load_ltm_virtual_1_address.json | 0 .../f5/fixtures/load_ltm_virtual_2.json | 0 .../f5/fixtures/load_ltm_virtual_3.json | 0 ...load_ltm_virtual_address_collection_1.json | 0 .../load_ltm_virtual_address_default.json | 0 .../f5/fixtures/load_machine_resolver.json | 0 .../f5/fixtures/load_net_dns_resolver_1.json | 0 .../f5/fixtures/load_net_interfaces.json | 0 .../f5/fixtures/load_net_node_with_fqdn.json | 0 .../load_net_node_with_ipv4_address.json | 0 .../fixtures/load_net_route_description.json | 0 .../f5/fixtures/load_net_route_domain_1.json | 0 .../fixtures/load_net_service_policy_1.json | 0 .../f5/fixtures/load_net_timer_policy_1.json | 0 .../f5/fixtures/load_net_tunnel_1.json | 0 .../modules/network/f5/fixtures/load_ntp.json | 0 .../f5/fixtures/load_regkey_license_key.json | 0 .../f5/fixtures/load_regkey_license_pool.json | 0 .../fixtures/load_remote_user_settings.json | 0 .../load_security_address_list_1.json | 0 ...load_security_firewall_global_rules_1.json | 0 .../load_security_firewall_policy_1.json | 0 .../fixtures/load_security_port_list_1.json | 0 .../fixtures/load_shared_system_setup_1.json | 0 ...s_application_template_w_new_checksum.json | 0 ...s_application_template_w_old_checksum.json | 0 .../load_sys_crypto_cert_validator_1.json | 0 .../load_sys_file_external-monitor_1.json | 0 ...ad_sys_file_ssl_cert_with_issuer_cert.json | 0 .../f5/fixtures/load_sys_global_settings.json | 0 .../network/f5/fixtures/load_sys_httpd.json | 0 .../fixtures/load_sys_httpd_non_default.json | 0 .../load_sys_log_config_destination_1.json | 0 .../load_sys_log_config_publisher_1.json | 0 .../fixtures/load_sys_management_route_1.json | 0 .../fixtures/load_sys_provision_default.json | 0 .../f5/fixtures/load_sys_smtp_server.json | 0 .../fixtures/load_sys_snmp_communities_1.json | 0 .../fixtures/load_sys_snmp_communities_2.json | 0 .../fixtures/load_sys_snmp_communities_3.json | 0 .../fixtures/load_sys_snmp_communities_4.json | 0 .../f5/fixtures/load_sys_snmp_users_1.json | 0 .../fixtures/load_sys_software_image_1.json | 0 .../f5/fixtures/load_sys_software_update.json | 0 .../f5/fixtures/load_sys_syslog_1.json | 0 .../network/f5/fixtures/load_tg_ha_order.json | 0 .../f5/fixtures/load_tm_auth_partition.json | 0 .../load_tm_auth_password_policy_1.json | 0 .../f5/fixtures/load_tm_auth_tacacs_1.json | 0 .../f5/fixtures/load_tm_cli_alias_1.json | 0 .../f5/fixtures/load_tm_cli_script_1.json | 0 .../f5/fixtures/load_tm_cm_device.json | 0 .../fixtures/load_tm_cm_device_default.json | 0 .../f5/fixtures/load_tm_cm_device_group.json | 0 .../fixtures/load_tm_cm_traffic_group_1.json | 0 .../fixtures/load_tm_cm_traffic_group_2.json | 0 .../network/f5/fixtures/load_tm_net_self.json | 0 .../f5/fixtures/load_tm_net_trunk_1.json | 0 .../f5/fixtures/load_tm_sys_syslog_1.json | 0 .../f5/fixtures/load_tm_sys_syslog_2.json | 0 .../network/f5/fixtures/load_tmm_log.json | 0 .../network/f5/fixtures/load_vlan.json | 0 .../f5/fixtures/load_vlan_interfaces.json | 0 .../f5/fixtures/load_vlan_tagged_ifcs.json | 0 .../f5/fixtures/load_vlan_untag_ifcs.json | 0 .../fixtures/pool_members_subcollection.json | 0 ...pdate_iapp_service_parameters_f5_http.json | 0 .../f5/fixtures/update_vlan_description.json | 0 .../network/f5/test_bigip_gtm_facts.py | 2 +- .../f5/test_bigip_security_address_list.py | 2 +- .../f5/test_bigip_security_port_list.py | 2 +- .../modules/network/fortimanager/__init__.py | 0 .../fixtures/test_fmgr_device.json | 0 .../fixtures/test_fmgr_device_config.json | 0 .../fixtures/test_fmgr_device_group.json | 0 .../test_fmgr_device_provision_template.json | 0 .../fixtures/test_fmgr_fwobj_address.json | 0 .../fixtures/test_fmgr_fwobj_ippool.json | 0 .../fixtures/test_fmgr_fwobj_ippool6.json | 0 .../fixtures/test_fmgr_fwobj_service.json | 0 .../fixtures/test_fmgr_fwobj_vip.json | 0 .../fixtures/test_fmgr_fwpol_ipv4.json | 0 .../fixtures/test_fmgr_fwpol_package.json | 0 .../fortimanager/fixtures/test_fmgr_ha.json | 0 .../fixtures/test_fmgr_query.json | 0 .../fixtures/test_fmgr_script.json | 0 .../fixtures/test_fmgr_secprof_appctrl.json | 0 .../fixtures/test_fmgr_secprof_av.json | 0 .../fixtures/test_fmgr_secprof_dns.json | 0 .../fixtures/test_fmgr_secprof_ips.json | 0 .../test_fmgr_secprof_profile_group.json | 0 .../fixtures/test_fmgr_secprof_proxy.json | 0 .../fixtures/test_fmgr_secprof_spam.json | 0 .../fixtures/test_fmgr_secprof_ssl_ssh.json | 0 .../fixtures/test_fmgr_secprof_voip.json | 0 .../fixtures/test_fmgr_secprof_waf.json | 0 .../fixtures/test_fmgr_secprof_wanopt.json | 0 .../fixtures/test_fmgr_secprof_web.json | 0 .../fortimanager/fortimanager_module.py | 2 +- .../network/fortimanager/test_fmgr_device.py | 0 .../fortimanager/test_fmgr_device_config.py | 0 .../fortimanager/test_fmgr_device_group.py | 0 .../test_fmgr_device_provision_template.py | 0 .../fortimanager/test_fmgr_fwobj_address.py | 0 .../fortimanager/test_fmgr_fwobj_ippool.py | 0 .../fortimanager/test_fmgr_fwobj_ippool6.py | 0 .../fortimanager/test_fmgr_fwobj_service.py | 0 .../fortimanager/test_fmgr_fwobj_vip.py | 0 .../fortimanager/test_fmgr_fwpol_ipv4.py | 0 .../fortimanager/test_fmgr_fwpol_package.py | 0 .../network/fortimanager/test_fmgr_ha.py | 0 .../fortimanager/test_fmgr_provisioning.py | 2 +- .../network/fortimanager/test_fmgr_query.py | 0 .../network/fortimanager/test_fmgr_script.py | 0 .../fortimanager/test_fmgr_secprof_appctrl.py | 0 .../fortimanager/test_fmgr_secprof_av.py | 0 .../fortimanager/test_fmgr_secprof_dns.py | 0 .../fortimanager/test_fmgr_secprof_ips.py | 0 .../test_fmgr_secprof_profile_group.py | 0 .../fortimanager/test_fmgr_secprof_proxy.py | 0 .../fortimanager/test_fmgr_secprof_spam.py | 0 .../fortimanager/test_fmgr_secprof_ssl_ssh.py | 0 .../fortimanager/test_fmgr_secprof_voip.py | 0 .../fortimanager/test_fmgr_secprof_waf.py | 0 .../fortimanager/test_fmgr_secprof_wanopt.py | 0 .../fortimanager/test_fmgr_secprof_web.py | 0 .../modules/network/ftd/__init__.py | 0 .../network/ftd/test_ftd_configuration.py | 2 +- .../network/ftd/test_ftd_file_download.py | 2 +- .../network/ftd/test_ftd_file_upload.py | 2 +- .../modules/network/ftd/test_ftd_install.py | 2 +- .../modules/network/icx/__init__.py | 0 .../network/icx/fixtures/configure_terminal | 0 .../icx/fixtures/icx_banner_show_banner.txt | 0 .../icx/fixtures/icx_config_config.cfg | 0 .../network/icx/fixtures/icx_config_src.cfg | 0 .../modules/network/icx/fixtures/icx_copy.txt | 0 .../icx/fixtures/icx_interface_config.cfg | 0 .../network/icx/fixtures/icx_lldp_None | 0 .../network/icx/fixtures/icx_lldp_absent | 0 .../network/icx/fixtures/icx_lldp_present | 0 .../icx/fixtures/icx_logging_config.cfg | 0 .../icx_ping_ping_10.255.255.250_count_2 | 0 ...ing_ping_10.255.255.250_count_2_timeout_45 | 0 .../fixtures/icx_ping_ping_8.8.8.8_count_2 | 0 .../icx_ping_ping_8.8.8.8_count_5_ttl_70 | 0 .../fixtures/icx_ping_ping_8.8.8.8_size_10001 | 0 .../fixtures/icx_ping_ping_8.8.8.8_ttl_300 | 0 .../icx/fixtures/icx_static_route_config.txt | 0 .../network/icx/fixtures/icx_system.txt | 0 .../network/icx/fixtures/icx_vlan_config | 0 .../icx/fixtures/lag_running_config.txt | 0 .../modules/network/icx/fixtures/show_flash | 0 .../network/icx/fixtures/show_interfaces | 0 .../modules/network/icx/fixtures/show_lldp | 0 .../icx/fixtures/show_lldp_neighbors_detail | 0 .../modules/network/icx/fixtures/show_media | 0 .../modules/network/icx/fixtures/show_memory | 0 .../network/icx/fixtures/show_running-config | 0 .../show_running-config_begin_interface | 0 .../show_running-config_include_hostname | 0 .../show_running-config_include_username.txt | 0 .../modules/network/icx/fixtures/show_version | 0 .../modules/network/icx/fixtures/skip | 0 .../modules/network/icx/icx_module.py | 2 +- .../modules/network/icx/test_icx_banner.py | 2 +- .../modules/network/icx/test_icx_command.py | 2 +- .../modules/network/icx/test_icx_config.py | 2 +- .../modules/network/icx/test_icx_copy.py | 3 +- .../modules/network/icx/test_icx_facts.py | 2 +- .../modules/network/icx/test_icx_interface.py | 2 +- .../network/icx/test_icx_l3_interface.py | 2 +- .../modules/network/icx/test_icx_linkagg.py | 2 +- .../modules/network/icx/test_icx_lldp.py | 2 +- .../modules/network/icx/test_icx_logging.py | 2 +- .../modules/network/icx/test_icx_ping.py | 2 +- .../network/icx/test_icx_static_route.py | 2 +- .../modules/network/icx/test_icx_system.py | 2 +- .../modules/network/icx/test_icx_user.py | 2 +- .../modules/network/icx/test_icx_vlan.py | 2 +- .../modules/network/ingate/__init__.py | 0 .../ingate/fixtures/test_ig_config_add.json | 0 .../fixtures/test_ig_config_delete.json | 0 .../fixtures/test_ig_config_download.json | 0 .../fixtures/test_ig_config_factory.json | 0 .../ingate/fixtures/test_ig_config_get.json | 0 .../fixtures/test_ig_config_modify.json | 0 .../fixtures/test_ig_config_return_rowid.json | 0 .../fixtures/test_ig_config_revert.json | 0 .../ingate/fixtures/test_ig_config_store.json | 0 .../fixtures/test_ig_unit_information.json | 0 .../modules/network/ingate/ingate_module.py | 2 +- .../modules/network/ingate/test_ig_config.py | 2 +- .../ingate/test_ig_unit_information.py | 2 +- .../modules/network/ironware/__init__.py | 0 .../modules/network/ironware/fixtures/dir | 0 .../fixtures/ironware_config_config.cfg | 0 .../fixtures/ironware_config_defaults.cfg | 0 .../ironware/fixtures/ironware_config_src.cfg | 0 .../network/ironware/fixtures/show_chassis | 0 .../network/ironware/fixtures/show_interfaces | 0 .../ironware/fixtures/show_ipv6_interface | 0 .../ironware/fixtures/show_lldp_neighbors | 0 .../network/ironware/fixtures/show_memory | 0 .../ironware/fixtures/show_mpls_lsp_detail | 0 .../fixtures/show_mpls_vll-local_detail | 0 .../ironware/fixtures/show_mpls_vll_detail | 0 .../ironware/fixtures/show_mpls_vpls_detail | 0 .../ironware/fixtures/show_running-config | 0 .../network/ironware/fixtures/show_version | 0 .../network/ironware/ironware_module.py | 2 +- .../network/ironware/test_ironware_command.py | 2 +- .../network/ironware/test_ironware_config.py | 2 +- .../network/ironware/test_ironware_facts.py | 2 +- .../modules/network/itential/__init__.py | 0 .../itential/test_iap_start_workflow.py | 0 .../network/itential/test_iap_token.py | 0 .../modules/network/netact/__init__.py | 0 .../network/netact/test_netact_cm_command.py | 2 +- .../modules/network/netscaler/__init__.py | 0 .../network/netscaler/netscaler_module.py | 2 +- .../netscaler/test_netscaler_cs_action.py | 2 +- .../netscaler/test_netscaler_cs_policy.py | 2 +- .../netscaler/test_netscaler_cs_vserver.py | 2 +- .../netscaler/test_netscaler_gslb_service.py | 2 +- .../netscaler/test_netscaler_gslb_site.py | 2 +- .../netscaler/test_netscaler_gslb_vserver.py | 2 +- .../netscaler/test_netscaler_lb_monitor.py | 2 +- .../netscaler/test_netscaler_lb_vserver.py | 2 +- .../netscaler/test_netscaler_nitro_request.py | 0 .../netscaler/test_netscaler_save_config.py | 2 +- .../netscaler/test_netscaler_server.py | 2 +- .../netscaler/test_netscaler_service.py | 2 +- .../netscaler/test_netscaler_servicegroup.py | 2 +- .../netscaler/test_netscaler_ssl_certkey.py | 2 +- .../modules/network/netvisor/__init__.py | 0 .../modules/network/netvisor/nvos_module.py | 0 .../netvisor/test_pn_access_list_ip.py | 2 +- .../network/netvisor/test_pn_admin_service.py | 2 +- .../netvisor/test_pn_admin_session_timeout.py | 2 +- .../network/netvisor/test_pn_admin_syslog.py | 2 +- .../test_pn_connection_stats_settings.py | 2 +- .../network/netvisor/test_pn_cpu_class.py | 2 +- .../netvisor/test_pn_cpu_mgmt_class.py | 2 +- .../network/netvisor/test_pn_dhcp_filter.py | 2 +- .../network/netvisor/test_pn_dscp_map.py | 2 +- .../netvisor/test_pn_dscp_map_pri_map.py | 2 +- .../network/netvisor/test_pn_fabric_local.py | 2 +- .../network/netvisor/test_pn_igmp_snooping.py | 2 +- .../netvisor/test_pn_ipv6security_raguard.py | 2 +- .../test_pn_ipv6security_raguard_port.py | 2 +- .../test_pn_ipv6security_raguard_vlan.py | 2 +- .../netvisor/test_pn_log_audit_exception.py | 2 +- .../network/netvisor/test_pn_port_config.py | 2 +- .../network/netvisor/test_pn_port_cos_bw.py | 2 +- .../netvisor/test_pn_port_cos_rate_setting.py | 2 +- .../network/netvisor/test_pn_prefix_list.py | 2 +- .../netvisor/test_pn_prefix_list_network.py | 2 +- .../modules/network/netvisor/test_pn_role.py | 2 +- .../netvisor/test_pn_snmp_community.py | 2 +- .../netvisor/test_pn_snmp_trap_sink.py | 2 +- .../network/netvisor/test_pn_snmp_vacm.py | 2 +- .../modules/network/netvisor/test_pn_stp.py | 2 +- .../network/netvisor/test_pn_stp_port.py | 2 +- .../network/netvisor/test_pn_switch_setup.py | 2 +- .../modules/network/netvisor/test_pn_user.py | 2 +- .../netvisor/test_pn_vflow_table_profile.py | 2 +- .../network/netvisor/test_pn_vrouter_bgp.py | 2 +- .../netvisor/test_pn_vrouter_bgp_network.py | 2 +- .../netvisor/test_pn_vrouter_interface_ip.py | 2 +- .../test_pn_vrouter_loopback_interface.py | 2 +- .../network/netvisor/test_pn_vrouter_ospf.py | 2 +- .../network/netvisor/test_pn_vrouter_ospf6.py | 2 +- .../netvisor/test_pn_vrouter_packet_relay.py | 2 +- .../netvisor/test_pn_vrouter_pim_config.py | 2 +- .../modules/network/netvisor/test_pn_vtep.py | 2 +- .../modules/network/nos/__init__.py | 0 .../nos/fixtures/nos_config_config.cfg | 0 .../network/nos/fixtures/nos_config_src.cfg | 0 .../fixtures/nos_facts_show_inventory_chassis | 0 .../fixtures/nos_facts_show_running-config | 0 .../nos/fixtures/nos_facts_show_version | 0 .../modules/network/nos/fixtures/show_version | 0 .../modules/network/nos/nos_module.py | 2 +- .../modules/network/nos/test_nos_command.py | 2 +- .../modules/network/nos/test_nos_config.py | 2 +- .../modules/network/nos/test_nos_facts.py | 2 +- .../modules/network/nso/__init__.py | 0 .../network/nso/fixtures/complex_schema.json | 0 .../network/nso/fixtures/config_config.json | 0 .../nso/fixtures/config_config_changes.json | 0 .../nso/fixtures/config_empty_data.json | 0 .../nso/fixtures/description_schema.json | 0 .../network/nso/fixtures/device_schema.json | 0 .../network/nso/fixtures/devices_schema.json | 0 .../fixtures/l3vpn_l3vpn_endpoint_schema.json | 0 .../nso/fixtures/l3vpn_l3vpn_schema.json | 0 .../network/nso/fixtures/l3vpn_schema.json | 0 .../nso/fixtures/sync_from_schema.json | 0 .../nso/fixtures/verify_violation_data.json | 0 .../modules/network/nso/nso_module.py | 0 .../modules/network/nso/test_nso_action.py | 2 +- .../modules/network/nso/test_nso_config.py | 2 +- .../modules/network/nso/test_nso_query.py | 2 +- .../modules/network/nso/test_nso_show.py | 2 +- .../modules/network/nso/test_nso_verify.py | 2 +- .../modules/network/nuage/__init__.py | 0 .../modules/network/nuage/nuage_module.py | 2 +- .../modules/network/nuage/test_nuage_vspk.py | 2 +- .../modules/network/onyx/__init__.py | 0 .../network/onyx/fixtures/onyx_bgp_show.cfg | 0 .../onyx/fixtures/onyx_buffer_pool.cfg | 0 .../fixtures/onyx_command_show_version.txt | 0 .../onyx/fixtures/onyx_config_config.cfg | 0 .../network/onyx/fixtures/onyx_config_src.cfg | 0 .../onyx_facts_show_interfaces_ethernet.cfg | 0 .../onyx/fixtures/onyx_facts_show_module.cfg | 0 .../onyx/fixtures/onyx_facts_show_version.cfg | 0 .../network/onyx/fixtures/onyx_igmp_show.cfg | 0 .../onyx/fixtures/onyx_interfaces_rates.cfg | 0 .../onyx/fixtures/onyx_interfaces_show.cfg | 0 .../onyx/fixtures/onyx_interfaces_status.cfg | 0 .../onyx/fixtures/onyx_l2_interface_show.cfg | 0 .../onyx/fixtures/onyx_l3_interface_show.cfg | 0 .../fixtures/onyx_l3_vlan_interface_show.cfg | 0 .../fixtures/onyx_lldp_interface_show.cfg | 0 .../network/onyx/fixtures/onyx_lldp_show.cfg | 0 .../fixtures/onyx_logging_config_show.cfg | 0 .../onyx/fixtures/onyx_logging_show.cfg | 0 .../network/onyx/fixtures/onyx_magp_show.cfg | 0 .../onyx/fixtures/onyx_mlag_ipl_show.cfg | 0 .../fixtures/onyx_mlag_port_channel_show.cfg | 0 .../network/onyx/fixtures/onyx_mlag_show.cfg | 0 .../onyx/fixtures/onyx_mlag_vip_show.cfg | 0 .../fixtures/onyx_ntp_servers_peers_show.cfg | 0 .../network/onyx/fixtures/onyx_ntp_show.cfg | 0 .../fixtures/onyx_ospf_interfaces_show.cfg | 0 .../network/onyx/fixtures/onyx_ospf_show.cfg | 0 .../fixtures/onyx_pfc_interface_disabled.cfg | 0 .../fixtures/onyx_pfc_interface_enabled.cfg | 0 .../onyx/fixtures/onyx_port_channel_show.cfg | 0 .../onyx/fixtures/onyx_protocols_show.cfg | 0 .../network/onyx/fixtures/onyx_show_aaa.cfg | 0 .../network/onyx/fixtures/onyx_show_bfd.cfg | 0 .../fixtures/onyx_show_dcb_ets_interface.cfg | 0 .../fixtures/onyx_show_igmp_interfaces.cfg | 0 ...onyx_show_interface_congestion_control.cfg | 0 .../fixtures/onyx_show_interfaces_nve.cfg | 0 .../onyx_show_interfaces_nve_detail.cfg | 0 .../fixtures/onyx_show_ip_igmp_snooping.cfg | 0 .../onyx_show_ip_igmp_snooping_groups.cfg | 0 .../onyx_show_ip_igmp_snooping_querier.cfg | 0 .../fixtures/onyx_show_ntp_configured.cfg | 0 .../onyx/fixtures/onyx_show_ptp_clock.cfg | 0 .../onyx/fixtures/onyx_show_ptp_interface.cfg | 0 .../onyx/fixtures/onyx_show_snmp_hosts.cfg | 0 .../onyx/fixtures/onyx_show_snmp_users.cfg | 0 .../network/onyx/fixtures/onyx_snmp_show.cfg | 0 .../onyx/fixtures/onyx_username_show.cfg | 0 .../network/onyx/fixtures/onyx_vlan_show.cfg | 0 .../network/onyx/fixtures/onyx_wjh_show.cfg | 0 .../fixtures/show_qos_interface_ethernet.cfg | 0 .../modules/network/onyx/onyx_module.py | 2 +- .../modules/network/onyx/test_onyx_aaa.py | 2 +- .../modules/network/onyx/test_onyx_bfd.py | 2 +- .../modules/network/onyx/test_onyx_bgp.py | 2 +- .../network/onyx/test_onyx_buffer_pool.py | 2 +- .../modules/network/onyx/test_onyx_command.py | 2 +- .../modules/network/onyx/test_onyx_config.py | 2 +- .../modules/network/onyx/test_onyx_facts.py | 2 +- .../modules/network/onyx/test_onyx_igmp.py | 2 +- .../network/onyx/test_onyx_igmp_interface.py | 2 +- .../network/onyx/test_onyx_igmp_vlan.py | 2 +- .../network/onyx/test_onyx_interface.py | 2 +- .../network/onyx/test_onyx_l2_interface.py | 2 +- .../network/onyx/test_onyx_l3_interface.py | 2 +- .../modules/network/onyx/test_onyx_linkagg.py | 2 +- .../modules/network/onyx/test_onyx_lldp.py | 2 +- .../network/onyx/test_onyx_lldp_interface.py | 2 +- .../modules/network/onyx/test_onyx_magp.py | 2 +- .../network/onyx/test_onyx_mlag_ipl.py | 2 +- .../network/onyx/test_onyx_mlag_vip.py | 2 +- .../modules/network/onyx/test_onyx_ntp.py | 2 +- .../onyx/test_onyx_ntp_servers_peers.py | 2 +- .../modules/network/onyx/test_onyx_ospf.py | 2 +- .../network/onyx/test_onyx_pfc_interface.py | 2 +- .../network/onyx/test_onyx_protocol.py | 2 +- .../network/onyx/test_onyx_ptp_global.py | 2 +- .../network/onyx/test_onyx_ptp_interface.py | 2 +- .../modules/network/onyx/test_onyx_qos.py | 2 +- .../modules/network/onyx/test_onyx_snmp.py | 2 +- .../network/onyx/test_onyx_snmp_hosts.py | 2 +- .../network/onyx/test_onyx_snmp_users.py | 2 +- .../network/onyx/test_onyx_syslog_files.py | 2 +- .../network/onyx/test_onyx_syslog_remote.py | 2 +- .../network/onyx/test_onyx_traffic_class.py | 2 +- .../network/onyx/test_onyx_username.py | 2 +- .../modules/network/onyx/test_onyx_vlan.py | 2 +- .../modules/network/onyx/test_onyx_vxlan.py | 2 +- .../modules/network/onyx/test_onyx_wjh.py | 2 +- .../modules/network/opx/__init__.py | 0 .../network/opx/fixtures/opx_get_config.cfg | 0 .../opx/fixtures/opx_operation_create.cfg | 0 .../opx/fixtures/opx_operation_delete.cfg | 0 .../opx/fixtures/opx_operation_get.cfg | 0 .../opx/fixtures/opx_operation_get_db.cfg | 0 .../opx/fixtures/opx_operation_set.cfg | 0 .../modules/network/opx/opx_module.py | 2 +- .../modules/network/opx/test_opx_cps.py | 2 +- .../modules/network/radware/__init__.py | 0 .../modules/network/radware/ct.vm | 0 .../network/radware/test_vdirect_commit.py | 0 .../network/radware/test_vdirect_file.py | 0 .../network/radware/test_vdirect_runnable.py | 0 .../modules/network/radware/wt.zip | 0 .../modules/network/routeros/__init__.py | 0 .../network/routeros/fixtures/__init__.py | 0 .../routeros/fixtures/routeros_facts/export | 0 .../interface_print_detail_without-paging | 0 .../ip_address_print_detail_without-paging | 0 .../ip_neighbor_print_detail_without-paging | 0 .../ipv6_address_print_detail_without-paging | 0 ...ddress_print_detail_without-paging_no-ipv6 | 0 .../system_identity_print_without-paging | 0 .../system_resource_print_without-paging | 0 .../system_routerboard_print_without-paging | 0 .../routeros/fixtures/system_package_print | 0 .../routeros/fixtures/system_resource_print | 0 .../network/routeros/routeros_module.py | 2 +- .../network/routeros/test_routeros_command.py | 2 +- .../network/routeros/test_routeros_facts.py | 2 +- .../modules/network/slxos/__init__.py | 0 .../show_interface_ethernet_0_2_switchport | 0 .../show_interface_ethernet_0_3_switchport | 0 .../show_interface_ethernet_0_4_switchport | 0 .../network/slxos/fixtures/show_version | 0 .../network/slxos/fixtures/show_vlan_brief | 0 .../slxos/fixtures/slxos_config_config.cfg | 0 .../slxos/fixtures/slxos_config_src.cfg | 0 .../slxos_facts_show_inventory_chassis | 0 .../fixtures/slxos_facts_show_running-config | 0 .../slxos/fixtures/slxos_facts_show_version | 0 .../modules/network/slxos/slxos_module.py | 2 +- .../network/slxos/test_slxos_command.py | 2 +- .../network/slxos/test_slxos_config.py | 2 +- .../modules/network/slxos/test_slxos_facts.py | 2 +- .../network/slxos/test_slxos_interface.py | 2 +- .../network/slxos/test_slxos_l2_interface.py | 2 +- .../network/slxos/test_slxos_l3_interface.py | 2 +- .../network/slxos/test_slxos_linkagg.py | 2 +- .../modules/network/slxos/test_slxos_lldp.py | 2 +- .../modules/network/slxos/test_slxos_vlan.py | 2 +- .../modules/network/voss/__init__.py | 0 .../network/voss/fixtures/show_sys-info | 0 .../voss/fixtures/voss_config_config.cfg | 0 .../voss/fixtures/voss_config_ipv6.cfg | 0 .../network/voss/fixtures/voss_config_src.cfg | 0 ..._show_interfaces_gigabitEthernet_interface | 0 ...facts_show_interfaces_gigabitEthernet_name | 0 .../fixtures/voss_facts_show_ip_interface | 0 .../voss_facts_show_ipv6_address_interface | 0 .../voss_facts_show_khi_performance_memory | 0 .../fixtures/voss_facts_show_lldp_neighbor | 0 .../fixtures/voss_facts_show_running-config | 0 .../voss/fixtures/voss_facts_show_sys-info | 0 .../modules/network/voss/test_voss_command.py | 2 +- .../modules/network/voss/test_voss_config.py | 2 +- .../modules/network/voss/test_voss_facts.py | 2 +- .../modules/network/voss/voss_module.py | 2 +- .../modules/notification/__init__.py | 0 .../modules/notification/test_campfire.py | 2 +- .../modules/notification/test_slack.py | 2 +- .../modules/packaging/__init__.py | 0 .../modules/packaging/language/__init__.py | 0 .../modules/packaging/language/test_gem.py | 2 +- .../packaging/language/test_maven_artifact.py | 0 .../modules/packaging/os/__init__.py | 0 .../modules/packaging/os/conftest.py | 0 .../modules/packaging/os/test_apk.py | 0 .../packaging/os/test_redhat_subscription.py | 0 .../modules/packaging/os/test_rhn_channel.py | 0 .../modules/packaging/os/test_rhn_register.py | 0 .../modules/packaging/os/test_rhsm_release.py | 2 +- .../modules/remote_management/__init__.py | 0 .../remote_management/dellemc/__init__.py | 0 .../dellemc/test_ome_device_info.py | 2 +- .../remote_management/lxca/__init__.py | 0 .../remote_management/lxca/test_lxca_cmms.py | 0 .../remote_management/lxca/test_lxca_nodes.py | 0 .../remote_management/oneview/__init__.py | 0 .../remote_management/oneview/conftest.py | 0 .../oneview/hpe_test_utils.py | 0 .../oneview/oneview_module_loader.py | 0 .../oneview/test_oneview_datacenter_info.py | 0 .../oneview/test_oneview_enclosure_info.py | 0 .../oneview/test_oneview_ethernet_network.py | 0 .../test_oneview_ethernet_network_info.py | 0 .../oneview/test_oneview_fc_network.py | 0 .../oneview/test_oneview_fc_network_info.py | 0 .../oneview/test_oneview_fcoe_network.py | 0 .../oneview/test_oneview_fcoe_network_info.py | 0 ...test_oneview_logical_interconnect_group.py | 0 ...oneview_logical_interconnect_group_info.py | 0 .../oneview/test_oneview_network_set.py | 0 .../oneview/test_oneview_network_set_info.py | 0 .../oneview/test_oneview_san_manager.py | 0 .../oneview/test_oneview_san_manager_info.py | 0 .../modules/source_control/__init__.py | 0 .../source_control/bitbucket/__init__.py | 0 .../bitbucket/test_bitbucket_access_key.py | 2 +- .../test_bitbucket_pipeline_key_pair.py | 2 +- .../test_bitbucket_pipeline_known_host.py | 2 +- .../test_bitbucket_pipeline_variable.py | 2 +- .../modules/source_control/gitlab/__init__.py | 0 .../modules/source_control/gitlab/gitlab.py | 0 .../gitlab/test_gitlab_deploy_key.py | 0 .../gitlab/test_gitlab_group.py | 0 .../source_control/gitlab/test_gitlab_hook.py | 0 .../gitlab/test_gitlab_project.py | 0 .../gitlab/test_gitlab_runner.py | 0 .../source_control/gitlab/test_gitlab_user.py | 0 .../{ => plugins}/modules/storage/__init__.py | 0 .../modules/storage/hpe3par/__init__.py | 0 .../storage/hpe3par/test_ss_3par_cpg.py | 0 .../{ => plugins}/modules/system/__init__.py | 0 .../system/interfaces_file/__init__.py | 0 .../interfaces_file/fixtures/__init__.py | 0 .../address_family.test_no_changes | 0 .../address_family.test_no_changes.json | 0 .../golden_output/address_family_add_aggi_up | 0 .../address_family_add_aggi_up.exceptions.txt | 0 .../address_family_add_aggi_up.json | 0 .../address_family_add_and_delete_aggi_up | 0 ...mily_add_and_delete_aggi_up.exceptions.txt | 0 ...address_family_add_and_delete_aggi_up.json | 0 .../golden_output/address_family_change_ipv4 | 0 .../address_family_change_ipv4.exceptions.txt | 0 .../address_family_change_ipv4.json | 0 .../address_family_change_ipv4_post_up | 0 ..._family_change_ipv4_post_up.exceptions.txt | 0 .../address_family_change_ipv4_post_up.json | 0 .../address_family_change_ipv4_pre_up | 0 ...s_family_change_ipv4_pre_up.exceptions.txt | 0 .../address_family_change_ipv4_pre_up.json | 0 .../golden_output/address_family_change_ipv6 | 0 .../address_family_change_ipv6.exceptions.txt | 0 .../address_family_change_ipv6.json | 0 .../address_family_change_ipv6_post_up | 0 ..._family_change_ipv6_post_up.exceptions.txt | 0 .../address_family_change_ipv6_post_up.json | 0 .../address_family_change_ipv6_pre_up | 0 ...s_family_change_ipv6_pre_up.exceptions.txt | 0 .../address_family_change_ipv6_pre_up.json | 0 .../address_family_change_method | 0 ...ddress_family_change_method.exceptions.txt | 0 .../address_family_change_method.json | 0 .../golden_output/address_family_revert | 0 .../address_family_revert.exceptions.txt | 0 .../golden_output/address_family_revert.json | 0 .../address_family_set_aggi_and_eth0_mtu | 0 ...amily_set_aggi_and_eth0_mtu.exceptions.txt | 0 .../address_family_set_aggi_and_eth0_mtu.json | 0 .../address_family_set_aggi_slaves | 0 ...ress_family_set_aggi_slaves.exceptions.txt | 0 .../address_family_set_aggi_slaves.json | 0 .../default_dhcp.test_no_changes | 0 .../default_dhcp.test_no_changes.json | 0 .../golden_output/default_dhcp_add_aggi_up | 0 .../default_dhcp_add_aggi_up.exceptions.txt | 0 .../default_dhcp_add_aggi_up.json | 0 .../default_dhcp_add_and_delete_aggi_up | 0 ...dhcp_add_and_delete_aggi_up.exceptions.txt | 0 .../default_dhcp_add_and_delete_aggi_up.json | 0 .../golden_output/default_dhcp_change_ipv4 | 0 .../default_dhcp_change_ipv4.exceptions.txt | 0 .../default_dhcp_change_ipv4.json | 0 .../default_dhcp_change_ipv4_post_up | 0 ...lt_dhcp_change_ipv4_post_up.exceptions.txt | 0 .../default_dhcp_change_ipv4_post_up.json | 0 .../default_dhcp_change_ipv4_pre_up | 0 ...ult_dhcp_change_ipv4_pre_up.exceptions.txt | 0 .../default_dhcp_change_ipv4_pre_up.json | 0 .../golden_output/default_dhcp_change_ipv6 | 0 .../default_dhcp_change_ipv6.exceptions.txt | 0 .../default_dhcp_change_ipv6.json | 0 .../default_dhcp_change_ipv6_post_up | 0 ...lt_dhcp_change_ipv6_post_up.exceptions.txt | 0 .../default_dhcp_change_ipv6_post_up.json | 0 .../default_dhcp_change_ipv6_pre_up | 0 ...ult_dhcp_change_ipv6_pre_up.exceptions.txt | 0 .../default_dhcp_change_ipv6_pre_up.json | 0 .../golden_output/default_dhcp_change_method | 0 .../default_dhcp_change_method.exceptions.txt | 0 .../default_dhcp_change_method.json | 0 .../golden_output/default_dhcp_revert | 0 .../default_dhcp_revert.exceptions.txt | 0 .../golden_output/default_dhcp_revert.json | 0 .../default_dhcp_set_aggi_and_eth0_mtu | 0 ..._dhcp_set_aggi_and_eth0_mtu.exceptions.txt | 0 .../default_dhcp_set_aggi_and_eth0_mtu.json | 0 .../default_dhcp_set_aggi_slaves | 0 ...efault_dhcp_set_aggi_slaves.exceptions.txt | 0 .../default_dhcp_set_aggi_slaves.json | 0 .../golden_output/servers.com.test_no_changes | 0 .../servers.com.test_no_changes.json | 0 .../golden_output/servers.com_add_aggi_up | 0 .../servers.com_add_aggi_up.exceptions.txt | 0 .../servers.com_add_aggi_up.json | 0 .../servers.com_add_and_delete_aggi_up | 0 ....com_add_and_delete_aggi_up.exceptions.txt | 0 .../servers.com_add_and_delete_aggi_up.json | 0 .../golden_output/servers.com_change_ipv4 | 0 .../servers.com_change_ipv4.exceptions.txt | 0 .../servers.com_change_ipv4.json | 0 .../servers.com_change_ipv4_post_up | 0 ...ers.com_change_ipv4_post_up.exceptions.txt | 0 .../servers.com_change_ipv4_post_up.json | 0 .../servers.com_change_ipv4_pre_up | 0 ...vers.com_change_ipv4_pre_up.exceptions.txt | 0 .../servers.com_change_ipv4_pre_up.json | 0 .../golden_output/servers.com_change_ipv6 | 0 .../servers.com_change_ipv6.exceptions.txt | 0 .../servers.com_change_ipv6.json | 0 .../servers.com_change_ipv6_post_up | 0 ...ers.com_change_ipv6_post_up.exceptions.txt | 0 .../servers.com_change_ipv6_post_up.json | 0 .../servers.com_change_ipv6_pre_up | 0 ...vers.com_change_ipv6_pre_up.exceptions.txt | 0 .../servers.com_change_ipv6_pre_up.json | 0 .../golden_output/servers.com_change_method | 0 .../servers.com_change_method.exceptions.txt | 0 .../servers.com_change_method.json | 0 .../fixtures/golden_output/servers.com_revert | 0 .../servers.com_revert.exceptions.txt | 0 .../golden_output/servers.com_revert.json | 0 .../servers.com_set_aggi_and_eth0_mtu | 0 ...s.com_set_aggi_and_eth0_mtu.exceptions.txt | 0 .../servers.com_set_aggi_and_eth0_mtu.json | 0 .../golden_output/servers.com_set_aggi_slaves | 0 ...servers.com_set_aggi_slaves.exceptions.txt | 0 .../servers.com_set_aggi_slaves.json | 0 .../fixtures/input/address_family | 0 .../fixtures/input/default_dhcp | 0 .../fixtures/input/servers.com | 0 .../interfaces_file/__init__.py | 0 .../interfaces_file/fixtures/__init__.py | 0 .../address_family.test_no_changes | 0 .../address_family.test_no_changes.json | 0 .../golden_output/address_family_add_aggi_up | 0 .../address_family_add_aggi_up.exceptions.txt | 0 .../address_family_add_aggi_up.json | 0 .../address_family_add_and_delete_aggi_up | 0 ...mily_add_and_delete_aggi_up.exceptions.txt | 0 ...address_family_add_and_delete_aggi_up.json | 0 .../golden_output/address_family_change_ipv4 | 0 .../address_family_change_ipv4.exceptions.txt | 0 .../address_family_change_ipv4.json | 0 .../address_family_change_ipv4_post_up | 0 ..._family_change_ipv4_post_up.exceptions.txt | 0 .../address_family_change_ipv4_post_up.json | 0 .../address_family_change_ipv4_pre_up | 0 ...s_family_change_ipv4_pre_up.exceptions.txt | 0 .../address_family_change_ipv4_pre_up.json | 0 .../golden_output/address_family_change_ipv6 | 0 .../address_family_change_ipv6.exceptions.txt | 0 .../address_family_change_ipv6.json | 0 .../address_family_change_ipv6_post_up | 0 ..._family_change_ipv6_post_up.exceptions.txt | 0 .../address_family_change_ipv6_post_up.json | 0 .../address_family_change_ipv6_pre_up | 0 ...s_family_change_ipv6_pre_up.exceptions.txt | 0 .../address_family_change_ipv6_pre_up.json | 0 .../address_family_change_method | 0 ...ddress_family_change_method.exceptions.txt | 0 .../address_family_change_method.json | 0 .../golden_output/address_family_revert | 0 .../address_family_revert.exceptions.txt | 0 .../golden_output/address_family_revert.json | 0 .../address_family_set_aggi_and_eth0_mtu | 0 ...amily_set_aggi_and_eth0_mtu.exceptions.txt | 0 .../address_family_set_aggi_and_eth0_mtu.json | 0 .../address_family_set_aggi_slaves | 0 ...ress_family_set_aggi_slaves.exceptions.txt | 0 .../address_family_set_aggi_slaves.json | 0 .../default_dhcp.test_no_changes | 0 .../default_dhcp.test_no_changes.json | 0 .../golden_output/default_dhcp_add_aggi_up | 0 .../default_dhcp_add_aggi_up.exceptions.txt | 0 .../default_dhcp_add_aggi_up.json | 0 .../default_dhcp_add_and_delete_aggi_up | 0 ...dhcp_add_and_delete_aggi_up.exceptions.txt | 0 .../default_dhcp_add_and_delete_aggi_up.json | 0 .../golden_output/default_dhcp_change_ipv4 | 0 .../default_dhcp_change_ipv4.exceptions.txt | 0 .../default_dhcp_change_ipv4.json | 0 .../default_dhcp_change_ipv4_post_up | 0 ...lt_dhcp_change_ipv4_post_up.exceptions.txt | 0 .../default_dhcp_change_ipv4_post_up.json | 0 .../default_dhcp_change_ipv4_pre_up | 0 ...ult_dhcp_change_ipv4_pre_up.exceptions.txt | 0 .../default_dhcp_change_ipv4_pre_up.json | 0 .../golden_output/default_dhcp_change_ipv6 | 0 .../default_dhcp_change_ipv6.exceptions.txt | 0 .../default_dhcp_change_ipv6.json | 0 .../default_dhcp_change_ipv6_post_up | 0 ...lt_dhcp_change_ipv6_post_up.exceptions.txt | 0 .../default_dhcp_change_ipv6_post_up.json | 0 .../default_dhcp_change_ipv6_pre_up | 0 ...ult_dhcp_change_ipv6_pre_up.exceptions.txt | 0 .../default_dhcp_change_ipv6_pre_up.json | 0 .../golden_output/default_dhcp_change_method | 0 .../default_dhcp_change_method.exceptions.txt | 0 .../default_dhcp_change_method.json | 0 .../golden_output/default_dhcp_revert | 0 .../default_dhcp_revert.exceptions.txt | 0 .../golden_output/default_dhcp_revert.json | 0 .../default_dhcp_set_aggi_and_eth0_mtu | 0 ..._dhcp_set_aggi_and_eth0_mtu.exceptions.txt | 0 .../default_dhcp_set_aggi_and_eth0_mtu.json | 0 .../default_dhcp_set_aggi_slaves | 0 ...efault_dhcp_set_aggi_slaves.exceptions.txt | 0 .../default_dhcp_set_aggi_slaves.json | 0 .../golden_output/servers.com.test_no_changes | 0 .../servers.com.test_no_changes.json | 0 .../golden_output/servers.com_add_aggi_up | 0 .../servers.com_add_aggi_up.exceptions.txt | 0 .../servers.com_add_aggi_up.json | 0 .../servers.com_add_and_delete_aggi_up | 0 ....com_add_and_delete_aggi_up.exceptions.txt | 0 .../servers.com_add_and_delete_aggi_up.json | 0 .../golden_output/servers.com_change_ipv4 | 0 .../servers.com_change_ipv4.exceptions.txt | 0 .../servers.com_change_ipv4.json | 0 .../servers.com_change_ipv4_post_up | 0 ...ers.com_change_ipv4_post_up.exceptions.txt | 0 .../servers.com_change_ipv4_post_up.json | 0 .../servers.com_change_ipv4_pre_up | 0 ...vers.com_change_ipv4_pre_up.exceptions.txt | 0 .../servers.com_change_ipv4_pre_up.json | 0 .../golden_output/servers.com_change_ipv6 | 0 .../servers.com_change_ipv6.exceptions.txt | 0 .../servers.com_change_ipv6.json | 0 .../servers.com_change_ipv6_post_up | 0 ...ers.com_change_ipv6_post_up.exceptions.txt | 0 .../servers.com_change_ipv6_post_up.json | 0 .../servers.com_change_ipv6_pre_up | 0 ...vers.com_change_ipv6_pre_up.exceptions.txt | 0 .../servers.com_change_ipv6_pre_up.json | 0 .../golden_output/servers.com_change_method | 0 .../servers.com_change_method.exceptions.txt | 0 .../servers.com_change_method.json | 0 .../fixtures/golden_output/servers.com_revert | 0 .../servers.com_revert.exceptions.txt | 0 .../golden_output/servers.com_revert.json | 0 .../servers.com_set_aggi_and_eth0_mtu | 0 ...s.com_set_aggi_and_eth0_mtu.exceptions.txt | 0 .../servers.com_set_aggi_and_eth0_mtu.json | 0 .../golden_output/servers.com_set_aggi_slaves | 0 ...servers.com_set_aggi_slaves.exceptions.txt | 0 .../servers.com_set_aggi_slaves.json | 0 .../fixtures/input/address_family | 0 .../fixtures/input/default_dhcp | 0 .../fixtures/input/servers.com | 0 .../interfaces_file/test_interfaces_file.py | 0 .../interfaces_file/test_interfaces_file.py | 0 .../modules/system/test_java_keystore.py | 2 +- .../{ => plugins}/modules/system/test_pamd.py | 0 .../modules/system/test_parted.py | 2 +- .../{ => plugins}/modules/system/test_ufw.py | 0 tests/unit/{ => plugins}/modules/utils.py | 0 .../modules/web_infrastructure/__init__.py | 0 .../web_infrastructure/test_apache2_module.py | 0 .../web_infrastructure/test_jenkins_plugin.py | 0 1170 files changed, 732 insertions(+), 751 deletions(-) rename tests/unit/{ => plugins}/module_utils/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/cloud/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/cloud/test_backoff.py (100%) rename tests/unit/{ => plugins}/module_utils/conftest.py (100%) rename tests/unit/{ => plugins}/module_utils/docker/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/docker/test_common.py (100%) rename tests/unit/{ => plugins}/module_utils/gcp/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/gcp/test_auth.py (100%) rename tests/unit/{ => plugins}/module_utils/gcp/test_gcp_utils.py (100%) rename tests/unit/{ => plugins}/module_utils/gcp/test_utils.py (100%) rename tests/unit/{ => plugins}/module_utils/hwc/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/hwc/test_dict_comparison.py (100%) rename tests/unit/{ => plugins}/module_utils/hwc/test_hwc_utils.py (100%) rename tests/unit/{ => plugins}/module_utils/identity/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/identity/keycloak/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/identity/keycloak/test_keycloak_connect.py (100%) rename tests/unit/{ => plugins}/module_utils/net_tools/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/net_tools/nios/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/net_tools/nios/test_api.py (100%) rename tests/unit/{ => plugins}/module_utils/network/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/aci/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/aci/test_aci.py (100%) rename tests/unit/{ => plugins}/module_utils/network/avi/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/avi/test_avi_api_utils.py (100%) rename tests/unit/{ => plugins}/module_utils/network/common/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/common/test_parsing.py (100%) rename tests/unit/{ => plugins}/module_utils/network/common/test_utils.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_common.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_configuration.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_data/ngfw_with_ex.json (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_device.py (98%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_fdm_swagger_parser.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_fdm_swagger_validator.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_fdm_swagger_with_real_data.py (100%) rename tests/unit/{ => plugins}/module_utils/network/ftd/test_upsert_functionality.py (100%) rename tests/unit/{ => plugins}/module_utils/network/netscaler/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/netscaler/test_netscaler.py (100%) rename tests/unit/{ => plugins}/module_utils/network/nos/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/nos/test_nos.py (100%) rename tests/unit/{ => plugins}/module_utils/network/nso/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/nso/test_nso.py (100%) rename tests/unit/{ => plugins}/module_utils/network/slxos/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/network/slxos/test_slxos.py (100%) rename tests/unit/{ => plugins}/module_utils/postgresql/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/postgresql/test_postgres.py (100%) rename tests/unit/{ => plugins}/module_utils/remote_management/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/remote_management/dellemc/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/remote_management/dellemc/test_ome.py (100%) rename tests/unit/{ => plugins}/module_utils/test_database.py (100%) rename tests/unit/{ => plugins}/module_utils/test_hetzner.py (100%) rename tests/unit/{ => plugins}/module_utils/test_known_hosts.py (100%) rename tests/unit/{ => plugins}/module_utils/test_kubevirt.py (100%) rename tests/unit/{ => plugins}/module_utils/test_utm_utils.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/FakeAnsibleModule.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/FakeXenAPI.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/__init__.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/common.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/conftest.py (98%) rename tests/unit/{ => plugins}/module_utils/xenserver/fixtures/ansible-test-vm-1-facts.json (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/fixtures/ansible-test-vm-1-params.json (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/fixtures/ansible-test-vm-2-facts.json (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/fixtures/ansible-test-vm-2-params.json (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/fixtures/ansible-test-vm-3-facts.json (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/fixtures/ansible-test-vm-3-params.json (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_gather_vm_params_and_facts.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_get_object_ref.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_misc.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_netaddr_functions.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_set_vm_power_state.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_wait_for_functions.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_xapi.py (100%) rename tests/unit/{ => plugins}/module_utils/xenserver/test_xenserverobject.py (100%) rename tests/unit/{ => plugins}/modules/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/cloudstack/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/cloudstack/test_cs_traffic_type.py (98%) rename tests/unit/{ => plugins}/modules/cloud/docker/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/docker/test_docker_container.py (100%) rename tests/unit/{ => plugins}/modules/cloud/docker/test_docker_network.py (100%) rename tests/unit/{ => plugins}/modules/cloud/docker/test_docker_swarm_service.py (100%) rename tests/unit/{ => plugins}/modules/cloud/docker/test_docker_volume.py (100%) rename tests/unit/{ => plugins}/modules/cloud/google/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/google/test_gce_tag.py (100%) rename tests/unit/{ => plugins}/modules/cloud/google/test_gcp_forwarding_rule.py (100%) rename tests/unit/{ => plugins}/modules/cloud/google/test_gcp_url_map.py (100%) rename tests/unit/{ => plugins}/modules/cloud/kubevirt/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/kubevirt/kubevirt_fixtures.py (100%) rename tests/unit/{ => plugins}/modules/cloud/kubevirt/test_kubevirt_rs.py (97%) rename tests/unit/{ => plugins}/modules/cloud/kubevirt/test_kubevirt_vm.py (97%) rename tests/unit/{ => plugins}/modules/cloud/linode/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/linode/conftest.py (100%) rename tests/unit/{ => plugins}/modules/cloud/linode/test_linode.py (81%) rename tests/unit/{ => plugins}/modules/cloud/linode/test_linode_v4.py (99%) rename tests/unit/{ => plugins}/modules/cloud/misc/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/misc/test_terraform.py (84%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/FakeAnsibleModule.py (100%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/FakeXenAPI.py (100%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/__init__.py (100%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/common.py (100%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/conftest.py (97%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/test_xenserver_guest_info.py (100%) rename tests/unit/{ => plugins}/modules/cloud/xenserver/test_xenserver_guest_powerstate.py (100%) rename tests/unit/{ => plugins}/modules/conftest.py (100%) rename tests/unit/{ => plugins}/modules/messaging/__init__.py (100%) rename tests/unit/{ => plugins}/modules/monitoring/__init__.py (100%) rename tests/unit/{ => plugins}/modules/monitoring/test_circonus_annotation.py (97%) rename tests/unit/{ => plugins}/modules/monitoring/test_icinga2_feature.py (96%) rename tests/unit/{ => plugins}/modules/monitoring/test_pagerduty.py (100%) rename tests/unit/{ => plugins}/modules/monitoring/test_pagerduty_alert.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/__init__.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/__init__.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/fixtures/nios_result.txt (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_a_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_aaaa_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_cname_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_dns_view.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_fixed_address.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_host_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_member.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_module.py (94%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_mx_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_naptr_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_network.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_network_view.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_nsgroup.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_ptr_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_srv_record.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/nios/test_nios_zone.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/test_hetzner_firewall.py (99%) rename tests/unit/{ => plugins}/modules/net_tools/test_hetzner_firewall_info.py (100%) rename tests/unit/{ => plugins}/modules/net_tools/test_nmcli.py (100%) rename tests/unit/{ => plugins}/modules/network/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/aireos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/aireos/aireos_module.py (94%) rename tests/unit/{ => plugins}/modules/network/aireos/fixtures/aireos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/aireos/fixtures/aireos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/aireos/fixtures/show_sysinfo (100%) rename tests/unit/{ => plugins}/modules/network/aireos/test_aireos_command.py (98%) rename tests/unit/{ => plugins}/modules/network/aireos/test_aireos_config.py (98%) rename tests/unit/{ => plugins}/modules/network/apconos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/apconos/apconos_module.py (94%) rename tests/unit/{ => plugins}/modules/network/apconos/fixtures/enable_ssh (100%) rename tests/unit/{ => plugins}/modules/network/apconos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/apconos/test_apconos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/aruba/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/aruba/aruba_module.py (94%) rename tests/unit/{ => plugins}/modules/network/aruba/fixtures/aruba_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/aruba/fixtures/aruba_config_defaults.cfg (100%) rename tests/unit/{ => plugins}/modules/network/aruba/fixtures/aruba_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/aruba/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/aruba/test_aruba_command.py (97%) rename tests/unit/{ => plugins}/modules/network/aruba/test_aruba_config.py (98%) rename tests/unit/{ => plugins}/modules/network/avi/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/avi/fixtures/avi_user.json (100%) rename tests/unit/{ => plugins}/modules/network/avi/test_avi_user.py (97%) rename tests/unit/{ => plugins}/modules/network/check_point/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/check_point/test_checkpoint_access_rule.py (96%) rename tests/unit/{ => plugins}/modules/network/check_point/test_checkpoint_host.py (96%) rename tests/unit/{ => plugins}/modules/network/check_point/test_checkpoint_session.py (93%) rename tests/unit/{ => plugins}/modules/network/check_point/test_checkpoint_task_facts.py (96%) rename tests/unit/{ => plugins}/modules/network/cloudengine/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/ce_module.py (95%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_is_is_instance/after.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_is_is_instance/before.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_is_is_interface/after_interface.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_is_is_interface/before_interface.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_is_is_view/after.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_is_is_view/before.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_00.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_01.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_10.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_11.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_00.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_01.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_00.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_01.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp/result_ok.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_changed.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_existing.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_lldp_interface/result_ok.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_mdn_interface/after.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_mdn_interface/before.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_multicast_global/after.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_multicast_global/before.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/after.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/before.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_static_route_bfd/result_ok.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_1.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_2.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_1.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_2.txt (100%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_is_is_instance.py (92%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_is_is_interface.py (93%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_is_is_view.py (97%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_lacp.py (98%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_lldp.py (95%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_lldp_interface.py (94%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_mdn_interface.py (91%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_multicast_global.py (91%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_multicast_igmp_enable.py (92%) rename tests/unit/{ => plugins}/modules/network/cloudengine/test_ce_static_route_bfd.py (94%) rename tests/unit/{ => plugins}/modules/network/cloudvision/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/cloudvision/test_cv_server_provision.py (100%) rename tests/unit/{ => plugins}/modules/network/cnos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/cnos/cnos_module.py (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_banner_show_banner.txt (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_bgp_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_linkagg_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_logging_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_static_route.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_system_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_user_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_vlag_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_vlan_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/cnos_vrf_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/l3_interface_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_interface_brief (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_interface_ethernet_1_33_switchport (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_interface_ethernet_1_44_switchport (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_interface_ethernet_1_45_switchport (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_interface_mac-address (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_interface_status (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_ip_interface_brief_vrf_all (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_ipv6_interface_brief_vrf_all (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_lldp_neighbors (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_process_memory (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_run (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_run_interface_ethernet_1_33 (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_run_interface_ethernet_1_45 (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_sys-info (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/cnos/fixtures/show_vlan (100%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_banner.py (96%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_bgp.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_config.py (98%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_l2_interface.py (98%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_l3_interface.py (96%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_linkagg.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_lldp.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_logging.py (96%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_static_route.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_system.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_user.py (97%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_vlag.py (95%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_vlan.py (98%) rename tests/unit/{ => plugins}/modules/network/cnos/test_cnos_vrf.py (96%) rename tests/unit/{ => plugins}/modules/network/cumulus/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/cumulus/test_nclu.py (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/edgeos_module.py (94%) rename tests/unit/{ => plugins}/modules/network/edgeos/fixtures/edgeos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/fixtures/edgeos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/fixtures/edgeos_config_src_brackets.cfg (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/fixtures/show_host_name (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/edgeos/test_edgeos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/edgeos/test_edgeos_config.py (97%) rename tests/unit/{ => plugins}/modules/network/edgeos/test_edgeos_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/edgeswitch_module.py (94%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_description (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_status_all (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_sysinfo (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_version (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_interfaces_switchport (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_vlan_brief (100%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/test_edgeswitch_facts.py (96%) rename tests/unit/{ => plugins}/modules/network/edgeswitch/test_edgeswitch_vlan.py (98%) rename tests/unit/{ => plugins}/modules/network/enos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/enos/enos_module.py (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/enos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/enos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_interface_ip (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_interface_status (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_lldp_port (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_lldp_remote-device_port (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_run (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_system_memory (100%) rename tests/unit/{ => plugins}/modules/network/enos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/enos/test_enos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/enos/test_enos_config.py (98%) rename tests/unit/{ => plugins}/modules/network/enos/test_enos_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/eric_eccli/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/eric_eccli/eccli_module.py (94%) rename tests/unit/{ => plugins}/modules/network/eric_eccli/fixtures/configure_terminal (100%) rename tests/unit/{ => plugins}/modules/network/eric_eccli/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/eric_eccli/test_eric_eccli_command.py (98%) rename tests/unit/{ => plugins}/modules/network/exos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/exos/exos_module.py (94%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/exos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/exos_config_modified.cfg (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/exos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_lldp_neighbors (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_memory (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_port_config (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_port_description (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_switch (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_vlan (100%) rename tests/unit/{ => plugins}/modules/network/exos/fixtures/show_vlan_detail (100%) rename tests/unit/{ => plugins}/modules/network/exos/test_exos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/exos/test_exos_config.py (99%) rename tests/unit/{ => plugins}/modules/network/exos/test_exos_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/f5/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/MyApp-0.1.0-0001.noarch.rpm (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/basic-iapp.tmpl (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/cert1.crt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/cert1.key (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/cert2.crt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/cert2.key (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/chain1.crt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/create_gtm_irule.tcl (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/create_iapp_service_parameters_f5_http.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/create_iapp_template.iapp (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/create_insecure_cert1.crt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/create_insecure_key1.key (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/create_ltm_irule.tcl (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/data-group-address.txt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/data-group-integer.txt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/data-group-string.txt (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/fake_policy.tar.gz (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/fake_policy.xml (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_afm_global_network_log_network.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_afm_log_global_network_profile.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_afm_schedule.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_apm_acl.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_apm_network_access.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_asm_dos.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_asm_policy_active.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_asm_policy_inactive.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_auth_remote_role_role_info_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_auth_user_no_pass.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_auth_user_with_pass.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_generic_parser.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_generic_peer.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_generic_route.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_generic_router.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_generic_transport_config.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_datacenter_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_datacenter_disabled.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_global_settings_general_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_irules.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_monitor_firepass_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_monitor_http_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_pool_a_collection.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_pool_a_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_pool_a_example_stats.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_pool_a_member_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_pool_a_with_members_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_pool_untyped_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_server_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_server_virtual_2.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_gtm_wide_ip_with_pools.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_imish_output_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_dns_cache_resolver_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_dns_zone_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_fastl4_profile_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_http2_profile.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_http_profile_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_irules.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_monitor_http.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_monitor_https.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_monitor_tcp.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_monitor_tcp_echo.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_monitor_tcp_half_open.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_monitor_udp.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_node_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_node_2.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_node_3.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_policy_draft_rule_http-uri_forward.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_pool.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_analytics_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_clientssl.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_dns_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_http_compression_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_oneconnect_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_persistence_cookie_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_persistence_src_addr_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_serverssl_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_tcp_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_profile_udp_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_snat_translation_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_snatpool.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_virtual_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_virtual_1_address.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_virtual_2.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_virtual_3.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_virtual_address_collection_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ltm_virtual_address_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_machine_resolver.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_dns_resolver_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_interfaces.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_node_with_fqdn.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_node_with_ipv4_address.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_route_description.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_route_domain_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_service_policy_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_timer_policy_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_net_tunnel_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_ntp.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_regkey_license_key.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_regkey_license_pool.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_remote_user_settings.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_security_address_list_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_security_firewall_global_rules_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_security_firewall_policy_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_security_port_list_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_shared_system_setup_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_application_template_w_new_checksum.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_application_template_w_old_checksum.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_crypto_cert_validator_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_file_external-monitor_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_file_ssl_cert_with_issuer_cert.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_global_settings.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_httpd.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_httpd_non_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_log_config_destination_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_log_config_publisher_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_management_route_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_provision_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_smtp_server.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_snmp_communities_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_snmp_communities_2.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_snmp_communities_3.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_snmp_communities_4.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_snmp_users_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_software_image_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_software_update.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_sys_syslog_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tg_ha_order.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_auth_partition.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_auth_password_policy_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_auth_tacacs_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cli_alias_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cli_script_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cm_device.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cm_device_default.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cm_device_group.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cm_traffic_group_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_cm_traffic_group_2.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_net_self.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_net_trunk_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_sys_syslog_1.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tm_sys_syslog_2.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_tmm_log.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_vlan.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_vlan_interfaces.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_vlan_tagged_ifcs.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/load_vlan_untag_ifcs.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/pool_members_subcollection.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/update_iapp_service_parameters_f5_http.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/fixtures/update_vlan_description.json (100%) rename tests/unit/{ => plugins}/modules/network/f5/test_bigip_gtm_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/f5/test_bigip_security_address_list.py (97%) rename tests/unit/{ => plugins}/modules/network/f5/test_bigip_security_port_list.py (97%) rename tests/unit/{ => plugins}/modules/network/fortimanager/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_device.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_device_config.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_device_group.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_device_provision_template.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwobj_address.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwobj_service.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_fwpol_package.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_ha.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_query.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_script.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_av.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_dns.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_ips.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_spam.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_voip.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_waf.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fixtures/test_fmgr_secprof_web.json (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/fortimanager_module.py (93%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_device.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_device_config.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_device_group.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_device_provision_template.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwobj_address.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwobj_ippool.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwobj_ippool6.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwobj_service.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwobj_vip.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwpol_ipv4.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_fwpol_package.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_ha.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_provisioning.py (96%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_query.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_script.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_appctrl.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_av.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_dns.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_ips.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_profile_group.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_proxy.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_spam.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_ssl_ssh.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_voip.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_waf.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_wanopt.py (100%) rename tests/unit/{ => plugins}/modules/network/fortimanager/test_fmgr_secprof_web.py (100%) rename tests/unit/{ => plugins}/modules/network/ftd/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/ftd/test_ftd_configuration.py (97%) rename tests/unit/{ => plugins}/modules/network/ftd/test_ftd_file_download.py (96%) rename tests/unit/{ => plugins}/modules/network/ftd/test_ftd_file_upload.py (95%) rename tests/unit/{ => plugins}/modules/network/ftd/test_ftd_install.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/configure_terminal (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_banner_show_banner.txt (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_copy.txt (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_interface_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_lldp_None (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_lldp_absent (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_lldp_present (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_logging_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2 (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2_timeout_45 (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_2 (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_5_ttl_70 (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_size_10001 (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_ttl_300 (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_static_route_config.txt (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_system.txt (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/icx_vlan_config (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/lag_running_config.txt (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_flash (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_interfaces (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_lldp (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_lldp_neighbors_detail (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_media (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_memory (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_running-config_begin_interface (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_running-config_include_hostname (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_running-config_include_username.txt (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/icx/fixtures/skip (100%) rename tests/unit/{ => plugins}/modules/network/icx/icx_module.py (95%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_banner.py (97%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_command.py (97%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_config.py (99%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_copy.py (97%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_facts.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_interface.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_l3_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_linkagg.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_lldp.py (97%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_logging.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_ping.py (97%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_static_route.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_system.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_user.py (98%) rename tests/unit/{ => plugins}/modules/network/icx/test_icx_vlan.py (99%) rename tests/unit/{ => plugins}/modules/network/ingate/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_add.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_delete.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_download.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_factory.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_get.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_modify.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_return_rowid.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_revert.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_config_store.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/fixtures/test_ig_unit_information.json (100%) rename tests/unit/{ => plugins}/modules/network/ingate/ingate_module.py (94%) rename tests/unit/{ => plugins}/modules/network/ingate/test_ig_config.py (98%) rename tests/unit/{ => plugins}/modules/network/ingate/test_ig_unit_information.py (95%) rename tests/unit/{ => plugins}/modules/network/ironware/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/dir (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/ironware_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/ironware_config_defaults.cfg (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/ironware_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_chassis (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_interfaces (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_ipv6_interface (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_lldp_neighbors (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_memory (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_mpls_lsp_detail (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_mpls_vll-local_detail (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_mpls_vll_detail (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_mpls_vpls_detail (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/ironware/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/ironware/ironware_module.py (94%) rename tests/unit/{ => plugins}/modules/network/ironware/test_ironware_command.py (97%) rename tests/unit/{ => plugins}/modules/network/ironware/test_ironware_config.py (98%) rename tests/unit/{ => plugins}/modules/network/ironware/test_ironware_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/itential/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/itential/test_iap_start_workflow.py (100%) rename tests/unit/{ => plugins}/modules/network/itential/test_iap_token.py (100%) rename tests/unit/{ => plugins}/modules/network/netact/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/netact/test_netact_cm_command.py (97%) rename tests/unit/{ => plugins}/modules/network/netscaler/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/netscaler/netscaler_module.py (92%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_cs_action.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_cs_policy.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_cs_vserver.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_gslb_service.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_gslb_site.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_gslb_vserver.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_lb_monitor.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_lb_vserver.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_nitro_request.py (100%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_save_config.py (98%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_server.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_service.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_servicegroup.py (99%) rename tests/unit/{ => plugins}/modules/network/netscaler/test_netscaler_ssl_certkey.py (99%) rename tests/unit/{ => plugins}/modules/network/netvisor/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/netvisor/nvos_module.py (100%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_access_list_ip.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_admin_service.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_admin_session_timeout.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_admin_syslog.py (97%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_connection_stats_settings.py (97%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_cpu_class.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_cpu_mgmt_class.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_dhcp_filter.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_dscp_map.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_dscp_map_pri_map.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_fabric_local.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_igmp_snooping.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_ipv6security_raguard.py (97%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_ipv6security_raguard_port.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_log_audit_exception.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_port_config.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_port_cos_bw.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_port_cos_rate_setting.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_prefix_list.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_prefix_list_network.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_role.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_snmp_community.py (97%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_snmp_trap_sink.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_snmp_vacm.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_stp.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_stp_port.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_switch_setup.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_user.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vflow_table_profile.py (95%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_bgp.py (97%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_bgp_network.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_interface_ip.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_loopback_interface.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_ospf.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_ospf6.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_packet_relay.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vrouter_pim_config.py (96%) rename tests/unit/{ => plugins}/modules/network/netvisor/test_pn_vtep.py (96%) rename tests/unit/{ => plugins}/modules/network/nos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/nos/fixtures/nos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/nos/fixtures/nos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/nos/fixtures/nos_facts_show_inventory_chassis (100%) rename tests/unit/{ => plugins}/modules/network/nos/fixtures/nos_facts_show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/nos/fixtures/nos_facts_show_version (100%) rename tests/unit/{ => plugins}/modules/network/nos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/nos/nos_module.py (94%) rename tests/unit/{ => plugins}/modules/network/nos/test_nos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/nos/test_nos_config.py (98%) rename tests/unit/{ => plugins}/modules/network/nos/test_nos_facts.py (95%) rename tests/unit/{ => plugins}/modules/network/nso/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/complex_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/config_config.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/config_config_changes.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/config_empty_data.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/description_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/device_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/devices_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/l3vpn_l3vpn_endpoint_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/l3vpn_l3vpn_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/l3vpn_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/sync_from_schema.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/fixtures/verify_violation_data.json (100%) rename tests/unit/{ => plugins}/modules/network/nso/nso_module.py (100%) rename tests/unit/{ => plugins}/modules/network/nso/test_nso_action.py (98%) rename tests/unit/{ => plugins}/modules/network/nso/test_nso_config.py (98%) rename tests/unit/{ => plugins}/modules/network/nso/test_nso_query.py (95%) rename tests/unit/{ => plugins}/modules/network/nso/test_nso_show.py (97%) rename tests/unit/{ => plugins}/modules/network/nso/test_nso_verify.py (98%) rename tests/unit/{ => plugins}/modules/network/nuage/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/nuage/nuage_module.py (94%) rename tests/unit/{ => plugins}/modules/network/nuage/test_nuage_vspk.py (99%) rename tests/unit/{ => plugins}/modules/network/onyx/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_bgp_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_buffer_pool.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_command_show_version.txt (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_facts_show_interfaces_ethernet.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_facts_show_module.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_facts_show_version.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_igmp_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_interfaces_rates.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_interfaces_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_interfaces_status.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_l2_interface_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_l3_interface_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_l3_vlan_interface_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_lldp_interface_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_lldp_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_logging_config_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_logging_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_magp_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_mlag_ipl_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_mlag_port_channel_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_mlag_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_mlag_vip_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_ntp_servers_peers_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_ntp_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_ospf_interfaces_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_ospf_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_pfc_interface_disabled.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_pfc_interface_enabled.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_port_channel_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_protocols_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_aaa.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_bfd.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_dcb_ets_interface.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_igmp_interfaces.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_interfaces_nve.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_interfaces_nve_detail.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_groups.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_querier.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_ntp_configured.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_ptp_clock.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_ptp_interface.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_show_snmp_users.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_snmp_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_username_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_vlan_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/onyx_wjh_show.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/fixtures/show_qos_interface_ethernet.cfg (100%) rename tests/unit/{ => plugins}/modules/network/onyx/onyx_module.py (95%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_aaa.py (96%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_bfd.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_bgp.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_buffer_pool.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_command.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_config.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_facts.py (96%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_igmp.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_igmp_interface.py (96%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_igmp_vlan.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_interface.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_l2_interface.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_l3_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_linkagg.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_lldp.py (96%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_lldp_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_magp.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_mlag_ipl.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_mlag_vip.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_ntp.py (96%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_ntp_servers_peers.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_ospf.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_pfc_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_protocol.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_ptp_global.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_ptp_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_qos.py (95%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_snmp.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_snmp_hosts.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_snmp_users.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_syslog_files.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_syslog_remote.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_traffic_class.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_username.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_vlan.py (97%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_vxlan.py (98%) rename tests/unit/{ => plugins}/modules/network/onyx/test_onyx_wjh.py (96%) rename tests/unit/{ => plugins}/modules/network/opx/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/opx/fixtures/opx_get_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/opx/fixtures/opx_operation_create.cfg (100%) rename tests/unit/{ => plugins}/modules/network/opx/fixtures/opx_operation_delete.cfg (100%) rename tests/unit/{ => plugins}/modules/network/opx/fixtures/opx_operation_get.cfg (100%) rename tests/unit/{ => plugins}/modules/network/opx/fixtures/opx_operation_get_db.cfg (100%) rename tests/unit/{ => plugins}/modules/network/opx/fixtures/opx_operation_set.cfg (100%) rename tests/unit/{ => plugins}/modules/network/opx/opx_module.py (95%) rename tests/unit/{ => plugins}/modules/network/opx/test_opx_cps.py (98%) rename tests/unit/{ => plugins}/modules/network/radware/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/radware/ct.vm (100%) rename tests/unit/{ => plugins}/modules/network/radware/test_vdirect_commit.py (100%) rename tests/unit/{ => plugins}/modules/network/radware/test_vdirect_file.py (100%) rename tests/unit/{ => plugins}/modules/network/radware/test_vdirect_runnable.py (100%) rename tests/unit/{ => plugins}/modules/network/radware/wt.zip (100%) rename tests/unit/{ => plugins}/modules/network/routeros/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/export (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/interface_print_detail_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/ip_address_print_detail_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/ip_neighbor_print_detail_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging_no-ipv6 (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/system_identity_print_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/system_resource_print_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/routeros_facts/system_routerboard_print_without-paging (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/system_package_print (100%) rename tests/unit/{ => plugins}/modules/network/routeros/fixtures/system_resource_print (100%) rename tests/unit/{ => plugins}/modules/network/routeros/routeros_module.py (94%) rename tests/unit/{ => plugins}/modules/network/routeros/test_routeros_command.py (97%) rename tests/unit/{ => plugins}/modules/network/routeros/test_routeros_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/slxos/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/show_interface_ethernet_0_2_switchport (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/show_interface_ethernet_0_3_switchport (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/show_interface_ethernet_0_4_switchport (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/show_version (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/show_vlan_brief (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/slxos_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/slxos_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/slxos_facts_show_inventory_chassis (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/slxos_facts_show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/slxos/fixtures/slxos_facts_show_version (100%) rename tests/unit/{ => plugins}/modules/network/slxos/slxos_module.py (94%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_command.py (97%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_config.py (98%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_facts.py (95%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_interface.py (98%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_l2_interface.py (98%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_l3_interface.py (97%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_linkagg.py (98%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_lldp.py (96%) rename tests/unit/{ => plugins}/modules/network/slxos/test_slxos_vlan.py (97%) rename tests/unit/{ => plugins}/modules/network/voss/__init__.py (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/show_sys-info (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_config_config.cfg (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_config_ipv6.cfg (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_config_src.cfg (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_interface (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_name (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_ip_interface (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_ipv6_address_interface (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_khi_performance_memory (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_lldp_neighbor (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_running-config (100%) rename tests/unit/{ => plugins}/modules/network/voss/fixtures/voss_facts_show_sys-info (100%) rename tests/unit/{ => plugins}/modules/network/voss/test_voss_command.py (97%) rename tests/unit/{ => plugins}/modules/network/voss/test_voss_config.py (99%) rename tests/unit/{ => plugins}/modules/network/voss/test_voss_facts.py (97%) rename tests/unit/{ => plugins}/modules/network/voss/voss_module.py (94%) rename tests/unit/{ => plugins}/modules/notification/__init__.py (100%) rename tests/unit/{ => plugins}/modules/notification/test_campfire.py (95%) rename tests/unit/{ => plugins}/modules/notification/test_slack.py (96%) rename tests/unit/{ => plugins}/modules/packaging/__init__.py (100%) rename tests/unit/{ => plugins}/modules/packaging/language/__init__.py (100%) rename tests/unit/{ => plugins}/modules/packaging/language/test_gem.py (96%) rename tests/unit/{ => plugins}/modules/packaging/language/test_maven_artifact.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/__init__.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/conftest.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/test_apk.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/test_redhat_subscription.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/test_rhn_channel.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/test_rhn_register.py (100%) rename tests/unit/{ => plugins}/modules/packaging/os/test_rhsm_release.py (98%) rename tests/unit/{ => plugins}/modules/remote_management/__init__.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/dellemc/__init__.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/dellemc/test_ome_device_info.py (98%) rename tests/unit/{ => plugins}/modules/remote_management/lxca/__init__.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/lxca/test_lxca_cmms.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/lxca/test_lxca_nodes.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/__init__.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/conftest.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/hpe_test_utils.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/oneview_module_loader.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_datacenter_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_enclosure_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_ethernet_network.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_ethernet_network_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_fc_network.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_fc_network_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_fcoe_network.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_fcoe_network_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_network_set.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_network_set_info.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_san_manager.py (100%) rename tests/unit/{ => plugins}/modules/remote_management/oneview/test_oneview_san_manager_info.py (100%) rename tests/unit/{ => plugins}/modules/source_control/__init__.py (100%) rename tests/unit/{ => plugins}/modules/source_control/bitbucket/__init__.py (100%) rename tests/unit/{ => plugins}/modules/source_control/bitbucket/test_bitbucket_access_key.py (98%) rename tests/unit/{ => plugins}/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py (98%) rename tests/unit/{ => plugins}/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py (98%) rename tests/unit/{ => plugins}/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py (98%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/__init__.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/gitlab.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/test_gitlab_deploy_key.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/test_gitlab_group.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/test_gitlab_hook.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/test_gitlab_project.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/test_gitlab_runner.py (100%) rename tests/unit/{ => plugins}/modules/source_control/gitlab/test_gitlab_user.py (100%) rename tests/unit/{ => plugins}/modules/storage/__init__.py (100%) rename tests/unit/{ => plugins}/modules/storage/hpe3par/__init__.py (100%) rename tests/unit/{ => plugins}/modules/storage/hpe3par/test_ss_3par_cpg.py (100%) rename tests/unit/{ => plugins}/modules/system/__init__.py (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/__init__.py (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/__init__.py (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_revert (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/input/address_family (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/input/default_dhcp (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/fixtures/input/servers.com (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/__init__.py (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/__init__.py (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/input/address_family (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/input/default_dhcp (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/fixtures/input/servers.com (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py (100%) rename tests/unit/{ => plugins}/modules/system/interfaces_file/test_interfaces_file.py (100%) rename tests/unit/{ => plugins}/modules/system/test_java_keystore.py (98%) rename tests/unit/{ => plugins}/modules/system/test_pamd.py (100%) rename tests/unit/{ => plugins}/modules/system/test_parted.py (98%) rename tests/unit/{ => plugins}/modules/system/test_ufw.py (100%) rename tests/unit/{ => plugins}/modules/utils.py (100%) rename tests/unit/{ => plugins}/modules/web_infrastructure/__init__.py (100%) rename tests/unit/{ => plugins}/modules/web_infrastructure/test_apache2_module.py (100%) rename tests/unit/{ => plugins}/modules/web_infrastructure/test_jenkins_plugin.py (100%) diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index 209001ced2..7758f1e512 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -3510,257 +3510,247 @@ tests/unit/mock/path.py future-import-boilerplate tests/unit/mock/path.py metaclass-boilerplate tests/unit/mock/yaml_helper.py future-import-boilerplate tests/unit/mock/yaml_helper.py metaclass-boilerplate -tests/unit/module_utils/cloud/test_backoff.py future-import-boilerplate -tests/unit/module_utils/cloud/test_backoff.py metaclass-boilerplate -tests/unit/module_utils/conftest.py future-import-boilerplate -tests/unit/module_utils/conftest.py metaclass-boilerplate -tests/unit/module_utils/gcp/test_auth.py future-import-boilerplate -tests/unit/module_utils/gcp/test_auth.py metaclass-boilerplate -tests/unit/module_utils/gcp/test_gcp_utils.py future-import-boilerplate -tests/unit/module_utils/gcp/test_gcp_utils.py metaclass-boilerplate -tests/unit/module_utils/gcp/test_utils.py future-import-boilerplate -tests/unit/module_utils/gcp/test_utils.py metaclass-boilerplate -tests/unit/module_utils/hwc/test_dict_comparison.py future-import-boilerplate -tests/unit/module_utils/hwc/test_dict_comparison.py metaclass-boilerplate -tests/unit/module_utils/hwc/test_hwc_utils.py future-import-boilerplate -tests/unit/module_utils/hwc/test_hwc_utils.py metaclass-boilerplate -tests/unit/module_utils/network/avi/test_avi_api_utils.py future-import-boilerplate -tests/unit/module_utils/network/avi/test_avi_api_utils.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_common.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_common.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_configuration.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_configuration.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_device.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_device.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_parser.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_parser.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_validator.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_validator.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_with_real_data.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_with_real_data.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_upsert_functionality.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_upsert_functionality.py metaclass-boilerplate -tests/unit/module_utils/network/netscaler/test_netscaler.py future-import-boilerplate -tests/unit/module_utils/network/netscaler/test_netscaler.py metaclass-boilerplate -tests/unit/module_utils/network/nso/test_nso.py metaclass-boilerplate -tests/unit/module_utils/postgresql/test_postgres.py future-import-boilerplate -tests/unit/module_utils/postgresql/test_postgres.py metaclass-boilerplate -tests/unit/module_utils/remote_management/dellemc/test_ome.py future-import-boilerplate -tests/unit/module_utils/remote_management/dellemc/test_ome.py metaclass-boilerplate -tests/unit/module_utils/test_database.py future-import-boilerplate -tests/unit/module_utils/test_database.py metaclass-boilerplate -tests/unit/module_utils/test_hetzner.py future-import-boilerplate -tests/unit/module_utils/test_hetzner.py metaclass-boilerplate -tests/unit/module_utils/test_kubevirt.py future-import-boilerplate -tests/unit/module_utils/test_kubevirt.py metaclass-boilerplate -tests/unit/module_utils/test_utm_utils.py future-import-boilerplate -tests/unit/module_utils/test_utm_utils.py metaclass-boilerplate -tests/unit/module_utils/xenserver/FakeAnsibleModule.py future-import-boilerplate -tests/unit/module_utils/xenserver/FakeAnsibleModule.py metaclass-boilerplate -tests/unit/module_utils/xenserver/FakeXenAPI.py future-import-boilerplate -tests/unit/module_utils/xenserver/FakeXenAPI.py metaclass-boilerplate -tests/unit/modules/cloud/google/test_gce_tag.py future-import-boilerplate -tests/unit/modules/cloud/google/test_gce_tag.py metaclass-boilerplate -tests/unit/modules/cloud/google/test_gcp_forwarding_rule.py future-import-boilerplate -tests/unit/modules/cloud/google/test_gcp_forwarding_rule.py metaclass-boilerplate -tests/unit/modules/cloud/google/test_gcp_url_map.py future-import-boilerplate -tests/unit/modules/cloud/google/test_gcp_url_map.py metaclass-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py future-import-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py metaclass-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py future-import-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py metaclass-boilerplate -tests/unit/modules/cloud/linode/conftest.py future-import-boilerplate -tests/unit/modules/cloud/linode/conftest.py metaclass-boilerplate -tests/unit/modules/cloud/linode/test_linode.py metaclass-boilerplate -tests/unit/modules/cloud/linode/test_linode_v4.py metaclass-boilerplate -tests/unit/modules/cloud/misc/test_terraform.py future-import-boilerplate -tests/unit/modules/cloud/misc/test_terraform.py metaclass-boilerplate -tests/unit/modules/cloud/xenserver/FakeAnsibleModule.py future-import-boilerplate -tests/unit/modules/cloud/xenserver/FakeAnsibleModule.py metaclass-boilerplate -tests/unit/modules/cloud/xenserver/FakeXenAPI.py future-import-boilerplate -tests/unit/modules/cloud/xenserver/FakeXenAPI.py metaclass-boilerplate -tests/unit/modules/conftest.py future-import-boilerplate -tests/unit/modules/conftest.py metaclass-boilerplate -tests/unit/modules/monitoring/test_circonus_annotation.py future-import-boilerplate -tests/unit/modules/monitoring/test_circonus_annotation.py metaclass-boilerplate -tests/unit/modules/monitoring/test_icinga2_feature.py future-import-boilerplate -tests/unit/modules/monitoring/test_icinga2_feature.py metaclass-boilerplate -tests/unit/modules/monitoring/test_pagerduty.py future-import-boilerplate -tests/unit/modules/monitoring/test_pagerduty.py metaclass-boilerplate -tests/unit/modules/monitoring/test_pagerduty_alert.py future-import-boilerplate -tests/unit/modules/monitoring/test_pagerduty_alert.py metaclass-boilerplate -tests/unit/modules/net_tools/test_nmcli.py future-import-boilerplate -tests/unit/modules/net_tools/test_nmcli.py metaclass-boilerplate -tests/unit/modules/network/avi/test_avi_user.py future-import-boilerplate -tests/unit/modules/network/avi/test_avi_user.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_access_rule.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_access_rule.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_host.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_host.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_session.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_session.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_task_facts.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_task_facts.py metaclass-boilerplate -tests/unit/modules/network/cloudvision/test_cv_server_provision.py future-import-boilerplate -tests/unit/modules/network/cloudvision/test_cv_server_provision.py metaclass-boilerplate -tests/unit/modules/network/cumulus/test_nclu.py future-import-boilerplate -tests/unit/modules/network/cumulus/test_nclu.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_configuration.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_configuration.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_download.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_download.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_upload.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_upload.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_install.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_install.py metaclass-boilerplate -tests/unit/modules/network/netscaler/netscaler_module.py future-import-boilerplate -tests/unit/modules/network/netscaler/netscaler_module.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_action.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_action.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_nitro_request.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_nitro_request.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_save_config.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_save_config.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_server.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_server.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_service.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_service.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py metaclass-boilerplate -tests/unit/modules/network/nso/nso_module.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_action.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_config.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_query.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_show.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_verify.py metaclass-boilerplate -tests/unit/modules/network/nuage/nuage_module.py future-import-boilerplate -tests/unit/modules/network/nuage/nuage_module.py metaclass-boilerplate -tests/unit/modules/network/nuage/test_nuage_vspk.py future-import-boilerplate -tests/unit/modules/network/nuage/test_nuage_vspk.py metaclass-boilerplate -tests/unit/modules/network/radware/test_vdirect_commit.py future-import-boilerplate -tests/unit/modules/network/radware/test_vdirect_commit.py metaclass-boilerplate -tests/unit/modules/network/radware/test_vdirect_file.py future-import-boilerplate -tests/unit/modules/network/radware/test_vdirect_file.py metaclass-boilerplate -tests/unit/modules/network/radware/test_vdirect_runnable.py future-import-boilerplate -tests/unit/modules/network/radware/test_vdirect_runnable.py metaclass-boilerplate -tests/unit/modules/notification/test_slack.py future-import-boilerplate -tests/unit/modules/notification/test_slack.py metaclass-boilerplate -tests/unit/modules/packaging/language/test_gem.py future-import-boilerplate -tests/unit/modules/packaging/language/test_gem.py metaclass-boilerplate -tests/unit/modules/packaging/os/conftest.py future-import-boilerplate -tests/unit/modules/packaging/os/conftest.py metaclass-boilerplate -tests/unit/modules/packaging/os/test_apk.py future-import-boilerplate -tests/unit/modules/packaging/os/test_apk.py metaclass-boilerplate -tests/unit/modules/packaging/os/test_rhn_channel.py future-import-boilerplate -tests/unit/modules/packaging/os/test_rhn_channel.py metaclass-boilerplate -tests/unit/modules/packaging/os/test_rhn_register.py future-import-boilerplate -tests/unit/modules/packaging/os/test_rhn_register.py metaclass-boilerplate -tests/unit/modules/remote_management/dellemc/test_ome_device_info.py future-import-boilerplate -tests/unit/modules/remote_management/dellemc/test_ome_device_info.py metaclass-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_cmms.py future-import-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_cmms.py metaclass-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_nodes.py future-import-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_nodes.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/conftest.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/conftest.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/hpe_test_utils.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/hpe_test_utils.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/oneview_module_loader.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/oneview_module_loader.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_datacenter_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_datacenter_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_enclosure_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_enclosure_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager_info.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/gitlab.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/gitlab.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_deploy_key.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_deploy_key.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_group.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_group.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_hook.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_hook.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_project.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_project.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_runner.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_runner.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_user.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_user.py metaclass-boilerplate -tests/unit/modules/storage/hpe3par/test_ss_3par_cpg.py future-import-boilerplate -tests/unit/modules/storage/hpe3par/test_ss_3par_cpg.py metaclass-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_alerts.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_asup.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_auditlog.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_global.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_host.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_iscsi_interface.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_iscsi_target.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_ldap.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_mgmt_interface.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_syslog.py future-import-boilerplate -tests/unit/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py future-import-boilerplate -tests/unit/modules/system/interfaces_file/test_interfaces_file.py future-import-boilerplate -tests/unit/modules/system/interfaces_file/test_interfaces_file.py metaclass-boilerplate -tests/unit/modules/system/interfaces_file/test_interfaces_file.py pylint:blacklisted-name -tests/unit/modules/system/test_java_keystore.py future-import-boilerplate -tests/unit/modules/system/test_java_keystore.py metaclass-boilerplate -tests/unit/modules/system/test_pamd.py metaclass-boilerplate -tests/unit/modules/system/test_parted.py future-import-boilerplate -tests/unit/modules/system/test_ufw.py future-import-boilerplate -tests/unit/modules/system/test_ufw.py metaclass-boilerplate -tests/unit/modules/utils.py future-import-boilerplate -tests/unit/modules/utils.py metaclass-boilerplate -tests/unit/modules/web_infrastructure/test_apache2_module.py future-import-boilerplate -tests/unit/modules/web_infrastructure/test_apache2_module.py metaclass-boilerplate -tests/unit/modules/web_infrastructure/test_jenkins_plugin.py future-import-boilerplate -tests/unit/modules/web_infrastructure/test_jenkins_plugin.py metaclass-boilerplate +tests/unit/plugins/module_utils/cloud/test_backoff.py future-import-boilerplate +tests/unit/plugins/module_utils/cloud/test_backoff.py metaclass-boilerplate +tests/unit/plugins/module_utils/conftest.py future-import-boilerplate +tests/unit/plugins/module_utils/conftest.py metaclass-boilerplate +tests/unit/plugins/module_utils/gcp/test_auth.py future-import-boilerplate +tests/unit/plugins/module_utils/gcp/test_auth.py metaclass-boilerplate +tests/unit/plugins/module_utils/gcp/test_gcp_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/gcp/test_gcp_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/gcp/test_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/gcp/test_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/hwc/test_dict_comparison.py future-import-boilerplate +tests/unit/plugins/module_utils/hwc/test_dict_comparison.py metaclass-boilerplate +tests/unit/plugins/module_utils/hwc/test_hwc_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/hwc/test_hwc_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/avi/test_avi_api_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/network/avi/test_avi_api_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_common.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_common.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_configuration.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_configuration.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_device.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_device.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_parser.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_parser.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_validator.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_validator.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_with_real_data.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_with_real_data.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_upsert_functionality.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_upsert_functionality.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/netscaler/test_netscaler.py future-import-boilerplate +tests/unit/plugins/module_utils/network/netscaler/test_netscaler.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/nso/test_nso.py metaclass-boilerplate +tests/unit/plugins/module_utils/postgresql/test_postgres.py future-import-boilerplate +tests/unit/plugins/module_utils/postgresql/test_postgres.py metaclass-boilerplate +tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py future-import-boilerplate +tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_database.py future-import-boilerplate +tests/unit/plugins/module_utils/test_database.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_hetzner.py future-import-boilerplate +tests/unit/plugins/module_utils/test_hetzner.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_kubevirt.py future-import-boilerplate +tests/unit/plugins/module_utils/test_kubevirt.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_utm_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/test_utm_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeAnsibleModule.py future-import-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeAnsibleModule.py metaclass-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeXenAPI.py future-import-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeXenAPI.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/google/test_gce_tag.py future-import-boilerplate +tests/unit/plugins/modules/cloud/google/test_gce_tag.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_forwarding_rule.py future-import-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_forwarding_rule.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_url_map.py future-import-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_url_map.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py future-import-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py future-import-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/linode/conftest.py future-import-boilerplate +tests/unit/plugins/modules/cloud/linode/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/linode/test_linode.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/linode/test_linode_v4.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/misc/test_terraform.py future-import-boilerplate +tests/unit/plugins/modules/cloud/misc/test_terraform.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py future-import-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeXenAPI.py future-import-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeXenAPI.py metaclass-boilerplate +tests/unit/plugins/modules/conftest.py future-import-boilerplate +tests/unit/plugins/modules/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_circonus_annotation.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_circonus_annotation.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_icinga2_feature.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_icinga2_feature.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty_alert.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty_alert.py metaclass-boilerplate +tests/unit/plugins/modules/net_tools/test_nmcli.py future-import-boilerplate +tests/unit/plugins/modules/net_tools/test_nmcli.py metaclass-boilerplate +tests/unit/plugins/modules/network/avi/test_avi_user.py future-import-boilerplate +tests/unit/plugins/modules/network/avi/test_avi_user.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py metaclass-boilerplate +tests/unit/plugins/modules/network/cloudvision/test_cv_server_provision.py future-import-boilerplate +tests/unit/plugins/modules/network/cloudvision/test_cv_server_provision.py metaclass-boilerplate +tests/unit/plugins/modules/network/cumulus/test_nclu.py future-import-boilerplate +tests/unit/plugins/modules/network/cumulus/test_nclu.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_install.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_install.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/netscaler_module.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/netscaler_module.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_nitro_request.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_nitro_request.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/nso_module.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_action.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_config.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_query.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_show.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_verify.py metaclass-boilerplate +tests/unit/plugins/modules/network/nuage/nuage_module.py future-import-boilerplate +tests/unit/plugins/modules/network/nuage/nuage_module.py metaclass-boilerplate +tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py future-import-boilerplate +tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py metaclass-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_commit.py future-import-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_commit.py metaclass-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_file.py future-import-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_file.py metaclass-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_runnable.py future-import-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_runnable.py metaclass-boilerplate +tests/unit/plugins/modules/notification/test_slack.py future-import-boilerplate +tests/unit/plugins/modules/notification/test_slack.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/language/test_gem.py future-import-boilerplate +tests/unit/plugins/modules/packaging/language/test_gem.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/conftest.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/test_apk.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/test_apk.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_channel.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_channel.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_register.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_register.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_cmms.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_cmms.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_nodes.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_nodes.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/conftest.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/hpe_test_utils.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/hpe_test_utils.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/oneview_module_loader.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/oneview_module_loader.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_datacenter_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_datacenter_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_enclosure_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_enclosure_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager_info.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/gitlab.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/gitlab.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_deploy_key.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_deploy_key.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_group.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_group.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_hook.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_hook.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_user.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_user.py metaclass-boilerplate +tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py future-import-boilerplate +tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py metaclass-boilerplate +tests/unit/plugins/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py future-import-boilerplate +tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py future-import-boilerplate +tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py metaclass-boilerplate +tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py pylint:blacklisted-name +tests/unit/plugins/modules/system/test_java_keystore.py future-import-boilerplate +tests/unit/plugins/modules/system/test_java_keystore.py metaclass-boilerplate +tests/unit/plugins/modules/system/test_pamd.py metaclass-boilerplate +tests/unit/plugins/modules/system/test_parted.py future-import-boilerplate +tests/unit/plugins/modules/system/test_ufw.py future-import-boilerplate +tests/unit/plugins/modules/system/test_ufw.py metaclass-boilerplate +tests/unit/plugins/modules/utils.py future-import-boilerplate +tests/unit/plugins/modules/utils.py metaclass-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_apache2_module.py future-import-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_apache2_module.py metaclass-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py future-import-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py metaclass-boilerplate tests/unit/plugins/httpapi/test_ftd.py future-import-boilerplate tests/unit/plugins/httpapi/test_ftd.py metaclass-boilerplate tests/utils/shippable/timing.py shebang diff --git a/tests/sanity/ignore-2.9.txt b/tests/sanity/ignore-2.9.txt index cca01b533a..aea3eb3204 100644 --- a/tests/sanity/ignore-2.9.txt +++ b/tests/sanity/ignore-2.9.txt @@ -3453,261 +3453,251 @@ tests/unit/mock/path.py future-import-boilerplate tests/unit/mock/path.py metaclass-boilerplate tests/unit/mock/yaml_helper.py future-import-boilerplate tests/unit/mock/yaml_helper.py metaclass-boilerplate -tests/unit/module_utils/cloud/test_backoff.py future-import-boilerplate -tests/unit/module_utils/cloud/test_backoff.py metaclass-boilerplate -tests/unit/module_utils/conftest.py future-import-boilerplate -tests/unit/module_utils/conftest.py metaclass-boilerplate -tests/unit/module_utils/gcp/test_auth.py future-import-boilerplate -tests/unit/module_utils/gcp/test_auth.py metaclass-boilerplate -tests/unit/module_utils/gcp/test_gcp_utils.py future-import-boilerplate -tests/unit/module_utils/gcp/test_gcp_utils.py metaclass-boilerplate -tests/unit/module_utils/gcp/test_utils.py future-import-boilerplate -tests/unit/module_utils/gcp/test_utils.py metaclass-boilerplate -tests/unit/module_utils/hwc/test_dict_comparison.py future-import-boilerplate -tests/unit/module_utils/hwc/test_dict_comparison.py metaclass-boilerplate -tests/unit/module_utils/hwc/test_hwc_utils.py future-import-boilerplate -tests/unit/module_utils/hwc/test_hwc_utils.py metaclass-boilerplate -tests/unit/module_utils/network/avi/test_avi_api_utils.py future-import-boilerplate -tests/unit/module_utils/network/avi/test_avi_api_utils.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_common.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_common.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_configuration.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_configuration.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_device.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_device.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_parser.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_parser.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_validator.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_validator.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_with_real_data.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_fdm_swagger_with_real_data.py metaclass-boilerplate -tests/unit/module_utils/network/ftd/test_upsert_functionality.py future-import-boilerplate -tests/unit/module_utils/network/ftd/test_upsert_functionality.py metaclass-boilerplate -tests/unit/module_utils/network/netscaler/test_netscaler.py future-import-boilerplate -tests/unit/module_utils/network/netscaler/test_netscaler.py metaclass-boilerplate -tests/unit/module_utils/network/nso/test_nso.py metaclass-boilerplate -tests/unit/module_utils/postgresql/test_postgres.py future-import-boilerplate -tests/unit/module_utils/postgresql/test_postgres.py metaclass-boilerplate -tests/unit/module_utils/remote_management/dellemc/test_ome.py future-import-boilerplate -tests/unit/module_utils/remote_management/dellemc/test_ome.py metaclass-boilerplate -tests/unit/module_utils/test_database.py future-import-boilerplate -tests/unit/module_utils/test_database.py metaclass-boilerplate -tests/unit/module_utils/test_hetzner.py future-import-boilerplate -tests/unit/module_utils/test_hetzner.py metaclass-boilerplate -tests/unit/module_utils/test_kubevirt.py future-import-boilerplate -tests/unit/module_utils/test_kubevirt.py metaclass-boilerplate -tests/unit/module_utils/test_utm_utils.py future-import-boilerplate -tests/unit/module_utils/test_utm_utils.py metaclass-boilerplate -tests/unit/module_utils/xenserver/FakeAnsibleModule.py future-import-boilerplate -tests/unit/module_utils/xenserver/FakeAnsibleModule.py metaclass-boilerplate -tests/unit/module_utils/xenserver/FakeXenAPI.py future-import-boilerplate -tests/unit/module_utils/xenserver/FakeXenAPI.py metaclass-boilerplate -tests/unit/modules/cloud/google/test_gce_tag.py future-import-boilerplate -tests/unit/modules/cloud/google/test_gce_tag.py metaclass-boilerplate -tests/unit/modules/cloud/google/test_gcp_forwarding_rule.py future-import-boilerplate -tests/unit/modules/cloud/google/test_gcp_forwarding_rule.py metaclass-boilerplate -tests/unit/modules/cloud/google/test_gcp_url_map.py future-import-boilerplate -tests/unit/modules/cloud/google/test_gcp_url_map.py metaclass-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py future-import-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py metaclass-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py future-import-boilerplate -tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py metaclass-boilerplate -tests/unit/modules/cloud/linode/conftest.py future-import-boilerplate -tests/unit/modules/cloud/linode/conftest.py metaclass-boilerplate -tests/unit/modules/cloud/linode/test_linode.py metaclass-boilerplate -tests/unit/modules/cloud/linode/test_linode_v4.py metaclass-boilerplate -tests/unit/modules/cloud/misc/test_terraform.py future-import-boilerplate -tests/unit/modules/cloud/misc/test_terraform.py metaclass-boilerplate -tests/unit/modules/cloud/misc/virt_net/conftest.py future-import-boilerplate -tests/unit/modules/cloud/misc/virt_net/conftest.py metaclass-boilerplate -tests/unit/modules/cloud/misc/virt_net/test_virt_net.py future-import-boilerplate -tests/unit/modules/cloud/misc/virt_net/test_virt_net.py metaclass-boilerplate -tests/unit/modules/cloud/xenserver/FakeAnsibleModule.py future-import-boilerplate -tests/unit/modules/cloud/xenserver/FakeAnsibleModule.py metaclass-boilerplate -tests/unit/modules/cloud/xenserver/FakeXenAPI.py future-import-boilerplate -tests/unit/modules/cloud/xenserver/FakeXenAPI.py metaclass-boilerplate -tests/unit/modules/conftest.py future-import-boilerplate -tests/unit/modules/conftest.py metaclass-boilerplate -tests/unit/modules/messaging/rabbitmq/test_rabbitmq_user.py future-import-boilerplate -tests/unit/modules/messaging/rabbitmq/test_rabbitmq_user.py metaclass-boilerplate -tests/unit/modules/monitoring/test_circonus_annotation.py future-import-boilerplate -tests/unit/modules/monitoring/test_circonus_annotation.py metaclass-boilerplate -tests/unit/modules/monitoring/test_icinga2_feature.py future-import-boilerplate -tests/unit/modules/monitoring/test_icinga2_feature.py metaclass-boilerplate -tests/unit/modules/monitoring/test_pagerduty.py future-import-boilerplate -tests/unit/modules/monitoring/test_pagerduty.py metaclass-boilerplate -tests/unit/modules/monitoring/test_pagerduty_alert.py future-import-boilerplate -tests/unit/modules/monitoring/test_pagerduty_alert.py metaclass-boilerplate -tests/unit/modules/net_tools/test_nmcli.py future-import-boilerplate -tests/unit/modules/net_tools/test_nmcli.py metaclass-boilerplate -tests/unit/modules/network/avi/test_avi_user.py future-import-boilerplate -tests/unit/modules/network/avi/test_avi_user.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_access_rule.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_access_rule.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_host.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_host.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_session.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_session.py metaclass-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_task_facts.py future-import-boilerplate -tests/unit/modules/network/check_point/test_checkpoint_task_facts.py metaclass-boilerplate -tests/unit/modules/network/cloudvision/test_cv_server_provision.py future-import-boilerplate -tests/unit/modules/network/cloudvision/test_cv_server_provision.py metaclass-boilerplate -tests/unit/modules/network/cumulus/test_nclu.py future-import-boilerplate -tests/unit/modules/network/cumulus/test_nclu.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_configuration.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_configuration.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_download.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_download.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_upload.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_file_upload.py metaclass-boilerplate -tests/unit/modules/network/ftd/test_ftd_install.py future-import-boilerplate -tests/unit/modules/network/ftd/test_ftd_install.py metaclass-boilerplate -tests/unit/modules/network/netscaler/netscaler_module.py future-import-boilerplate -tests/unit/modules/network/netscaler/netscaler_module.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_action.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_action.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_nitro_request.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_nitro_request.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_save_config.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_save_config.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_server.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_server.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_service.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_service.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py metaclass-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py future-import-boilerplate -tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py metaclass-boilerplate -tests/unit/modules/network/nso/nso_module.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_action.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_config.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_query.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_show.py metaclass-boilerplate -tests/unit/modules/network/nso/test_nso_verify.py metaclass-boilerplate -tests/unit/modules/network/nuage/nuage_module.py future-import-boilerplate -tests/unit/modules/network/nuage/nuage_module.py metaclass-boilerplate -tests/unit/modules/network/nuage/test_nuage_vspk.py future-import-boilerplate -tests/unit/modules/network/nuage/test_nuage_vspk.py metaclass-boilerplate -tests/unit/modules/network/radware/test_vdirect_commit.py future-import-boilerplate -tests/unit/modules/network/radware/test_vdirect_commit.py metaclass-boilerplate -tests/unit/modules/network/radware/test_vdirect_file.py future-import-boilerplate -tests/unit/modules/network/radware/test_vdirect_file.py metaclass-boilerplate -tests/unit/modules/network/radware/test_vdirect_runnable.py future-import-boilerplate -tests/unit/modules/network/radware/test_vdirect_runnable.py metaclass-boilerplate -tests/unit/modules/notification/test_slack.py future-import-boilerplate -tests/unit/modules/notification/test_slack.py metaclass-boilerplate -tests/unit/modules/packaging/language/test_gem.py future-import-boilerplate -tests/unit/modules/packaging/language/test_gem.py metaclass-boilerplate -tests/unit/modules/packaging/os/conftest.py future-import-boilerplate -tests/unit/modules/packaging/os/conftest.py metaclass-boilerplate -tests/unit/modules/packaging/os/test_apk.py future-import-boilerplate -tests/unit/modules/packaging/os/test_apk.py metaclass-boilerplate -tests/unit/modules/packaging/os/test_rhn_channel.py future-import-boilerplate -tests/unit/modules/packaging/os/test_rhn_channel.py metaclass-boilerplate -tests/unit/modules/packaging/os/test_rhn_register.py future-import-boilerplate -tests/unit/modules/packaging/os/test_rhn_register.py metaclass-boilerplate -tests/unit/modules/remote_management/dellemc/test_ome_device_info.py future-import-boilerplate -tests/unit/modules/remote_management/dellemc/test_ome_device_info.py metaclass-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_cmms.py future-import-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_cmms.py metaclass-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_nodes.py future-import-boilerplate -tests/unit/modules/remote_management/lxca/test_lxca_nodes.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/conftest.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/conftest.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/hpe_test_utils.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/hpe_test_utils.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/oneview_module_loader.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/oneview_module_loader.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_datacenter_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_datacenter_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_enclosure_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_enclosure_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fc_network_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_network_set_info.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager.py metaclass-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager_info.py future-import-boilerplate -tests/unit/modules/remote_management/oneview/test_oneview_san_manager_info.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py metaclass-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py future-import-boilerplate -tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/gitlab.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/gitlab.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_deploy_key.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_deploy_key.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_group.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_group.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_hook.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_hook.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_project.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_project.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_runner.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_runner.py metaclass-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_user.py future-import-boilerplate -tests/unit/modules/source_control/gitlab/test_gitlab_user.py metaclass-boilerplate -tests/unit/modules/storage/hpe3par/test_ss_3par_cpg.py future-import-boilerplate -tests/unit/modules/storage/hpe3par/test_ss_3par_cpg.py metaclass-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_alerts.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_asup.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_auditlog.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_global.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_host.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_iscsi_interface.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_iscsi_target.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_ldap.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_mgmt_interface.py future-import-boilerplate -tests/unit/modules/storage/netapp/test_netapp_e_syslog.py future-import-boilerplate -tests/unit/modules/system/interfaces_file/test_interfaces_file.py future-import-boilerplate -tests/unit/modules/system/interfaces_file/test_interfaces_file.py metaclass-boilerplate -tests/unit/modules/system/interfaces_file/test_interfaces_file.py pylint:blacklisted-name -tests/unit/modules/system/test_java_keystore.py future-import-boilerplate -tests/unit/modules/system/test_java_keystore.py metaclass-boilerplate -tests/unit/modules/system/test_pamd.py metaclass-boilerplate -tests/unit/modules/system/test_parted.py future-import-boilerplate -tests/unit/modules/system/test_ufw.py future-import-boilerplate -tests/unit/modules/system/test_ufw.py metaclass-boilerplate -tests/unit/modules/utils.py future-import-boilerplate -tests/unit/modules/utils.py metaclass-boilerplate -tests/unit/modules/web_infrastructure/test_apache2_module.py future-import-boilerplate -tests/unit/modules/web_infrastructure/test_apache2_module.py metaclass-boilerplate -tests/unit/modules/web_infrastructure/test_jenkins_plugin.py future-import-boilerplate -tests/unit/modules/web_infrastructure/test_jenkins_plugin.py metaclass-boilerplate +tests/unit/plugins/module_utils/cloud/test_backoff.py future-import-boilerplate +tests/unit/plugins/module_utils/cloud/test_backoff.py metaclass-boilerplate +tests/unit/plugins/module_utils/conftest.py future-import-boilerplate +tests/unit/plugins/module_utils/conftest.py metaclass-boilerplate +tests/unit/plugins/module_utils/gcp/test_auth.py future-import-boilerplate +tests/unit/plugins/module_utils/gcp/test_auth.py metaclass-boilerplate +tests/unit/plugins/module_utils/gcp/test_gcp_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/gcp/test_gcp_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/gcp/test_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/gcp/test_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/hwc/test_dict_comparison.py future-import-boilerplate +tests/unit/plugins/module_utils/hwc/test_dict_comparison.py metaclass-boilerplate +tests/unit/plugins/module_utils/hwc/test_hwc_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/hwc/test_hwc_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/avi/test_avi_api_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/network/avi/test_avi_api_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_common.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_common.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_configuration.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_configuration.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_device.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_device.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_parser.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_parser.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_validator.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_validator.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_with_real_data.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_with_real_data.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_upsert_functionality.py future-import-boilerplate +tests/unit/plugins/module_utils/network/ftd/test_upsert_functionality.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/netscaler/test_netscaler.py future-import-boilerplate +tests/unit/plugins/module_utils/network/netscaler/test_netscaler.py metaclass-boilerplate +tests/unit/plugins/module_utils/network/nso/test_nso.py metaclass-boilerplate +tests/unit/plugins/module_utils/postgresql/test_postgres.py future-import-boilerplate +tests/unit/plugins/module_utils/postgresql/test_postgres.py metaclass-boilerplate +tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py future-import-boilerplate +tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_database.py future-import-boilerplate +tests/unit/plugins/module_utils/test_database.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_hetzner.py future-import-boilerplate +tests/unit/plugins/module_utils/test_hetzner.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_kubevirt.py future-import-boilerplate +tests/unit/plugins/module_utils/test_kubevirt.py metaclass-boilerplate +tests/unit/plugins/module_utils/test_utm_utils.py future-import-boilerplate +tests/unit/plugins/module_utils/test_utm_utils.py metaclass-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeAnsibleModule.py future-import-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeAnsibleModule.py metaclass-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeXenAPI.py future-import-boilerplate +tests/unit/plugins/module_utils/xenserver/FakeXenAPI.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/google/test_gce_tag.py future-import-boilerplate +tests/unit/plugins/modules/cloud/google/test_gce_tag.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_forwarding_rule.py future-import-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_forwarding_rule.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_url_map.py future-import-boilerplate +tests/unit/plugins/modules/cloud/google/test_gcp_url_map.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py future-import-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py future-import-boilerplate +tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/linode/conftest.py future-import-boilerplate +tests/unit/plugins/modules/cloud/linode/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/linode/test_linode.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/linode/test_linode_v4.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/misc/test_terraform.py future-import-boilerplate +tests/unit/plugins/modules/cloud/misc/test_terraform.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/misc/virt_net/conftest.py future-import-boilerplate +tests/unit/plugins/modules/cloud/misc/virt_net/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/misc/virt_net/test_virt_net.py future-import-boilerplate +tests/unit/plugins/modules/cloud/misc/virt_net/test_virt_net.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py future-import-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py metaclass-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeXenAPI.py future-import-boilerplate +tests/unit/plugins/modules/cloud/xenserver/FakeXenAPI.py metaclass-boilerplate +tests/unit/plugins/modules/conftest.py future-import-boilerplate +tests/unit/plugins/modules/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/messaging/rabbitmq/test_rabbitmq_user.py future-import-boilerplate +tests/unit/plugins/modules/messaging/rabbitmq/test_rabbitmq_user.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_circonus_annotation.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_circonus_annotation.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_icinga2_feature.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_icinga2_feature.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty.py metaclass-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty_alert.py future-import-boilerplate +tests/unit/plugins/modules/monitoring/test_pagerduty_alert.py metaclass-boilerplate +tests/unit/plugins/modules/net_tools/test_nmcli.py future-import-boilerplate +tests/unit/plugins/modules/net_tools/test_nmcli.py metaclass-boilerplate +tests/unit/plugins/modules/network/avi/test_avi_user.py future-import-boilerplate +tests/unit/plugins/modules/network/avi/test_avi_user.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py metaclass-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py future-import-boilerplate +tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py metaclass-boilerplate +tests/unit/plugins/modules/network/cloudvision/test_cv_server_provision.py future-import-boilerplate +tests/unit/plugins/modules/network/cloudvision/test_cv_server_provision.py metaclass-boilerplate +tests/unit/plugins/modules/network/cumulus/test_nclu.py future-import-boilerplate +tests/unit/plugins/modules/network/cumulus/test_nclu.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py metaclass-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_install.py future-import-boilerplate +tests/unit/plugins/modules/network/ftd/test_ftd_install.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/netscaler_module.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/netscaler_module.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_nitro_request.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_nitro_request.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py metaclass-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py future-import-boilerplate +tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/nso_module.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_action.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_config.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_query.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_show.py metaclass-boilerplate +tests/unit/plugins/modules/network/nso/test_nso_verify.py metaclass-boilerplate +tests/unit/plugins/modules/network/nuage/nuage_module.py future-import-boilerplate +tests/unit/plugins/modules/network/nuage/nuage_module.py metaclass-boilerplate +tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py future-import-boilerplate +tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py metaclass-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_commit.py future-import-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_commit.py metaclass-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_file.py future-import-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_file.py metaclass-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_runnable.py future-import-boilerplate +tests/unit/plugins/modules/network/radware/test_vdirect_runnable.py metaclass-boilerplate +tests/unit/plugins/modules/notification/test_slack.py future-import-boilerplate +tests/unit/plugins/modules/notification/test_slack.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/language/test_gem.py future-import-boilerplate +tests/unit/plugins/modules/packaging/language/test_gem.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/conftest.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/test_apk.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/test_apk.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_channel.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_channel.py metaclass-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_register.py future-import-boilerplate +tests/unit/plugins/modules/packaging/os/test_rhn_register.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_cmms.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_cmms.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_nodes.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/lxca/test_lxca_nodes.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/conftest.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/conftest.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/hpe_test_utils.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/hpe_test_utils.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/oneview_module_loader.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/oneview_module_loader.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_datacenter_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_datacenter_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_enclosure_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_enclosure_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set_info.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager.py metaclass-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager_info.py future-import-boilerplate +tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager_info.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py future-import-boilerplate +tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/gitlab.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/gitlab.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_deploy_key.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_deploy_key.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_group.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_group.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_hook.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_hook.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py metaclass-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_user.py future-import-boilerplate +tests/unit/plugins/modules/source_control/gitlab/test_gitlab_user.py metaclass-boilerplate +tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py future-import-boilerplate +tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py metaclass-boilerplate +tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py future-import-boilerplate +tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py metaclass-boilerplate +tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py pylint:blacklisted-name +tests/unit/plugins/modules/system/test_java_keystore.py future-import-boilerplate +tests/unit/plugins/modules/system/test_java_keystore.py metaclass-boilerplate +tests/unit/plugins/modules/system/test_pamd.py metaclass-boilerplate +tests/unit/plugins/modules/system/test_parted.py future-import-boilerplate +tests/unit/plugins/modules/system/test_ufw.py future-import-boilerplate +tests/unit/plugins/modules/system/test_ufw.py metaclass-boilerplate +tests/unit/plugins/modules/utils.py future-import-boilerplate +tests/unit/plugins/modules/utils.py metaclass-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_apache2_module.py future-import-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_apache2_module.py metaclass-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py future-import-boilerplate +tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py metaclass-boilerplate tests/unit/plugins/httpapi/test_ftd.py future-import-boilerplate tests/unit/plugins/httpapi/test_ftd.py metaclass-boilerplate diff --git a/tests/unit/module_utils/__init__.py b/tests/unit/plugins/module_utils/__init__.py similarity index 100% rename from tests/unit/module_utils/__init__.py rename to tests/unit/plugins/module_utils/__init__.py diff --git a/tests/unit/module_utils/cloud/__init__.py b/tests/unit/plugins/module_utils/cloud/__init__.py similarity index 100% rename from tests/unit/module_utils/cloud/__init__.py rename to tests/unit/plugins/module_utils/cloud/__init__.py diff --git a/tests/unit/module_utils/cloud/test_backoff.py b/tests/unit/plugins/module_utils/cloud/test_backoff.py similarity index 100% rename from tests/unit/module_utils/cloud/test_backoff.py rename to tests/unit/plugins/module_utils/cloud/test_backoff.py diff --git a/tests/unit/module_utils/conftest.py b/tests/unit/plugins/module_utils/conftest.py similarity index 100% rename from tests/unit/module_utils/conftest.py rename to tests/unit/plugins/module_utils/conftest.py diff --git a/tests/unit/module_utils/docker/__init__.py b/tests/unit/plugins/module_utils/docker/__init__.py similarity index 100% rename from tests/unit/module_utils/docker/__init__.py rename to tests/unit/plugins/module_utils/docker/__init__.py diff --git a/tests/unit/module_utils/docker/test_common.py b/tests/unit/plugins/module_utils/docker/test_common.py similarity index 100% rename from tests/unit/module_utils/docker/test_common.py rename to tests/unit/plugins/module_utils/docker/test_common.py diff --git a/tests/unit/module_utils/gcp/__init__.py b/tests/unit/plugins/module_utils/gcp/__init__.py similarity index 100% rename from tests/unit/module_utils/gcp/__init__.py rename to tests/unit/plugins/module_utils/gcp/__init__.py diff --git a/tests/unit/module_utils/gcp/test_auth.py b/tests/unit/plugins/module_utils/gcp/test_auth.py similarity index 100% rename from tests/unit/module_utils/gcp/test_auth.py rename to tests/unit/plugins/module_utils/gcp/test_auth.py diff --git a/tests/unit/module_utils/gcp/test_gcp_utils.py b/tests/unit/plugins/module_utils/gcp/test_gcp_utils.py similarity index 100% rename from tests/unit/module_utils/gcp/test_gcp_utils.py rename to tests/unit/plugins/module_utils/gcp/test_gcp_utils.py diff --git a/tests/unit/module_utils/gcp/test_utils.py b/tests/unit/plugins/module_utils/gcp/test_utils.py similarity index 100% rename from tests/unit/module_utils/gcp/test_utils.py rename to tests/unit/plugins/module_utils/gcp/test_utils.py diff --git a/tests/unit/module_utils/hwc/__init__.py b/tests/unit/plugins/module_utils/hwc/__init__.py similarity index 100% rename from tests/unit/module_utils/hwc/__init__.py rename to tests/unit/plugins/module_utils/hwc/__init__.py diff --git a/tests/unit/module_utils/hwc/test_dict_comparison.py b/tests/unit/plugins/module_utils/hwc/test_dict_comparison.py similarity index 100% rename from tests/unit/module_utils/hwc/test_dict_comparison.py rename to tests/unit/plugins/module_utils/hwc/test_dict_comparison.py diff --git a/tests/unit/module_utils/hwc/test_hwc_utils.py b/tests/unit/plugins/module_utils/hwc/test_hwc_utils.py similarity index 100% rename from tests/unit/module_utils/hwc/test_hwc_utils.py rename to tests/unit/plugins/module_utils/hwc/test_hwc_utils.py diff --git a/tests/unit/module_utils/identity/__init__.py b/tests/unit/plugins/module_utils/identity/__init__.py similarity index 100% rename from tests/unit/module_utils/identity/__init__.py rename to tests/unit/plugins/module_utils/identity/__init__.py diff --git a/tests/unit/module_utils/identity/keycloak/__init__.py b/tests/unit/plugins/module_utils/identity/keycloak/__init__.py similarity index 100% rename from tests/unit/module_utils/identity/keycloak/__init__.py rename to tests/unit/plugins/module_utils/identity/keycloak/__init__.py diff --git a/tests/unit/module_utils/identity/keycloak/test_keycloak_connect.py b/tests/unit/plugins/module_utils/identity/keycloak/test_keycloak_connect.py similarity index 100% rename from tests/unit/module_utils/identity/keycloak/test_keycloak_connect.py rename to tests/unit/plugins/module_utils/identity/keycloak/test_keycloak_connect.py diff --git a/tests/unit/module_utils/net_tools/__init__.py b/tests/unit/plugins/module_utils/net_tools/__init__.py similarity index 100% rename from tests/unit/module_utils/net_tools/__init__.py rename to tests/unit/plugins/module_utils/net_tools/__init__.py diff --git a/tests/unit/module_utils/net_tools/nios/__init__.py b/tests/unit/plugins/module_utils/net_tools/nios/__init__.py similarity index 100% rename from tests/unit/module_utils/net_tools/nios/__init__.py rename to tests/unit/plugins/module_utils/net_tools/nios/__init__.py diff --git a/tests/unit/module_utils/net_tools/nios/test_api.py b/tests/unit/plugins/module_utils/net_tools/nios/test_api.py similarity index 100% rename from tests/unit/module_utils/net_tools/nios/test_api.py rename to tests/unit/plugins/module_utils/net_tools/nios/test_api.py diff --git a/tests/unit/module_utils/network/__init__.py b/tests/unit/plugins/module_utils/network/__init__.py similarity index 100% rename from tests/unit/module_utils/network/__init__.py rename to tests/unit/plugins/module_utils/network/__init__.py diff --git a/tests/unit/module_utils/network/aci/__init__.py b/tests/unit/plugins/module_utils/network/aci/__init__.py similarity index 100% rename from tests/unit/module_utils/network/aci/__init__.py rename to tests/unit/plugins/module_utils/network/aci/__init__.py diff --git a/tests/unit/module_utils/network/aci/test_aci.py b/tests/unit/plugins/module_utils/network/aci/test_aci.py similarity index 100% rename from tests/unit/module_utils/network/aci/test_aci.py rename to tests/unit/plugins/module_utils/network/aci/test_aci.py diff --git a/tests/unit/module_utils/network/avi/__init__.py b/tests/unit/plugins/module_utils/network/avi/__init__.py similarity index 100% rename from tests/unit/module_utils/network/avi/__init__.py rename to tests/unit/plugins/module_utils/network/avi/__init__.py diff --git a/tests/unit/module_utils/network/avi/test_avi_api_utils.py b/tests/unit/plugins/module_utils/network/avi/test_avi_api_utils.py similarity index 100% rename from tests/unit/module_utils/network/avi/test_avi_api_utils.py rename to tests/unit/plugins/module_utils/network/avi/test_avi_api_utils.py diff --git a/tests/unit/module_utils/network/common/__init__.py b/tests/unit/plugins/module_utils/network/common/__init__.py similarity index 100% rename from tests/unit/module_utils/network/common/__init__.py rename to tests/unit/plugins/module_utils/network/common/__init__.py diff --git a/tests/unit/module_utils/network/common/test_parsing.py b/tests/unit/plugins/module_utils/network/common/test_parsing.py similarity index 100% rename from tests/unit/module_utils/network/common/test_parsing.py rename to tests/unit/plugins/module_utils/network/common/test_parsing.py diff --git a/tests/unit/module_utils/network/common/test_utils.py b/tests/unit/plugins/module_utils/network/common/test_utils.py similarity index 100% rename from tests/unit/module_utils/network/common/test_utils.py rename to tests/unit/plugins/module_utils/network/common/test_utils.py diff --git a/tests/unit/module_utils/network/ftd/__init__.py b/tests/unit/plugins/module_utils/network/ftd/__init__.py similarity index 100% rename from tests/unit/module_utils/network/ftd/__init__.py rename to tests/unit/plugins/module_utils/network/ftd/__init__.py diff --git a/tests/unit/module_utils/network/ftd/test_common.py b/tests/unit/plugins/module_utils/network/ftd/test_common.py similarity index 100% rename from tests/unit/module_utils/network/ftd/test_common.py rename to tests/unit/plugins/module_utils/network/ftd/test_common.py diff --git a/tests/unit/module_utils/network/ftd/test_configuration.py b/tests/unit/plugins/module_utils/network/ftd/test_configuration.py similarity index 100% rename from tests/unit/module_utils/network/ftd/test_configuration.py rename to tests/unit/plugins/module_utils/network/ftd/test_configuration.py diff --git a/tests/unit/module_utils/network/ftd/test_data/ngfw_with_ex.json b/tests/unit/plugins/module_utils/network/ftd/test_data/ngfw_with_ex.json similarity index 100% rename from tests/unit/module_utils/network/ftd/test_data/ngfw_with_ex.json rename to tests/unit/plugins/module_utils/network/ftd/test_data/ngfw_with_ex.json diff --git a/tests/unit/module_utils/network/ftd/test_device.py b/tests/unit/plugins/module_utils/network/ftd/test_device.py similarity index 98% rename from tests/unit/module_utils/network/ftd/test_device.py rename to tests/unit/plugins/module_utils/network/ftd/test_device.py index df93e94fc8..f411be1670 100644 --- a/tests/unit/module_utils/network/ftd/test_device.py +++ b/tests/unit/plugins/module_utils/network/ftd/test_device.py @@ -22,7 +22,7 @@ pytest.importorskip("kick") from ansible_collections.community.general.plugins.module_utils.network.ftd.device import FtdPlatformFactory, FtdModel, FtdAsa5500xPlatform, \ Ftd2100Platform, AbstractFtdPlatform -from ansible_collections.community.general.tests.unit.modules.network.ftd.test_ftd_install import DEFAULT_MODULE_PARAMS +from ansible_collections.community.general.tests.unit.plugins.modules.network.ftd.test_ftd_install import DEFAULT_MODULE_PARAMS class TestFtdModel(object): diff --git a/tests/unit/module_utils/network/ftd/test_fdm_swagger_parser.py b/tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_parser.py similarity index 100% rename from tests/unit/module_utils/network/ftd/test_fdm_swagger_parser.py rename to tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_parser.py diff --git a/tests/unit/module_utils/network/ftd/test_fdm_swagger_validator.py b/tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_validator.py similarity index 100% rename from tests/unit/module_utils/network/ftd/test_fdm_swagger_validator.py rename to tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_validator.py diff --git a/tests/unit/module_utils/network/ftd/test_fdm_swagger_with_real_data.py b/tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_with_real_data.py similarity index 100% rename from tests/unit/module_utils/network/ftd/test_fdm_swagger_with_real_data.py rename to tests/unit/plugins/module_utils/network/ftd/test_fdm_swagger_with_real_data.py diff --git a/tests/unit/module_utils/network/ftd/test_upsert_functionality.py b/tests/unit/plugins/module_utils/network/ftd/test_upsert_functionality.py similarity index 100% rename from tests/unit/module_utils/network/ftd/test_upsert_functionality.py rename to tests/unit/plugins/module_utils/network/ftd/test_upsert_functionality.py diff --git a/tests/unit/module_utils/network/netscaler/__init__.py b/tests/unit/plugins/module_utils/network/netscaler/__init__.py similarity index 100% rename from tests/unit/module_utils/network/netscaler/__init__.py rename to tests/unit/plugins/module_utils/network/netscaler/__init__.py diff --git a/tests/unit/module_utils/network/netscaler/test_netscaler.py b/tests/unit/plugins/module_utils/network/netscaler/test_netscaler.py similarity index 100% rename from tests/unit/module_utils/network/netscaler/test_netscaler.py rename to tests/unit/plugins/module_utils/network/netscaler/test_netscaler.py diff --git a/tests/unit/module_utils/network/nos/__init__.py b/tests/unit/plugins/module_utils/network/nos/__init__.py similarity index 100% rename from tests/unit/module_utils/network/nos/__init__.py rename to tests/unit/plugins/module_utils/network/nos/__init__.py diff --git a/tests/unit/module_utils/network/nos/test_nos.py b/tests/unit/plugins/module_utils/network/nos/test_nos.py similarity index 100% rename from tests/unit/module_utils/network/nos/test_nos.py rename to tests/unit/plugins/module_utils/network/nos/test_nos.py diff --git a/tests/unit/module_utils/network/nso/__init__.py b/tests/unit/plugins/module_utils/network/nso/__init__.py similarity index 100% rename from tests/unit/module_utils/network/nso/__init__.py rename to tests/unit/plugins/module_utils/network/nso/__init__.py diff --git a/tests/unit/module_utils/network/nso/test_nso.py b/tests/unit/plugins/module_utils/network/nso/test_nso.py similarity index 100% rename from tests/unit/module_utils/network/nso/test_nso.py rename to tests/unit/plugins/module_utils/network/nso/test_nso.py diff --git a/tests/unit/module_utils/network/slxos/__init__.py b/tests/unit/plugins/module_utils/network/slxos/__init__.py similarity index 100% rename from tests/unit/module_utils/network/slxos/__init__.py rename to tests/unit/plugins/module_utils/network/slxos/__init__.py diff --git a/tests/unit/module_utils/network/slxos/test_slxos.py b/tests/unit/plugins/module_utils/network/slxos/test_slxos.py similarity index 100% rename from tests/unit/module_utils/network/slxos/test_slxos.py rename to tests/unit/plugins/module_utils/network/slxos/test_slxos.py diff --git a/tests/unit/module_utils/postgresql/__init__.py b/tests/unit/plugins/module_utils/postgresql/__init__.py similarity index 100% rename from tests/unit/module_utils/postgresql/__init__.py rename to tests/unit/plugins/module_utils/postgresql/__init__.py diff --git a/tests/unit/module_utils/postgresql/test_postgres.py b/tests/unit/plugins/module_utils/postgresql/test_postgres.py similarity index 100% rename from tests/unit/module_utils/postgresql/test_postgres.py rename to tests/unit/plugins/module_utils/postgresql/test_postgres.py diff --git a/tests/unit/module_utils/remote_management/__init__.py b/tests/unit/plugins/module_utils/remote_management/__init__.py similarity index 100% rename from tests/unit/module_utils/remote_management/__init__.py rename to tests/unit/plugins/module_utils/remote_management/__init__.py diff --git a/tests/unit/module_utils/remote_management/dellemc/__init__.py b/tests/unit/plugins/module_utils/remote_management/dellemc/__init__.py similarity index 100% rename from tests/unit/module_utils/remote_management/dellemc/__init__.py rename to tests/unit/plugins/module_utils/remote_management/dellemc/__init__.py diff --git a/tests/unit/module_utils/remote_management/dellemc/test_ome.py b/tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py similarity index 100% rename from tests/unit/module_utils/remote_management/dellemc/test_ome.py rename to tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py diff --git a/tests/unit/module_utils/test_database.py b/tests/unit/plugins/module_utils/test_database.py similarity index 100% rename from tests/unit/module_utils/test_database.py rename to tests/unit/plugins/module_utils/test_database.py diff --git a/tests/unit/module_utils/test_hetzner.py b/tests/unit/plugins/module_utils/test_hetzner.py similarity index 100% rename from tests/unit/module_utils/test_hetzner.py rename to tests/unit/plugins/module_utils/test_hetzner.py diff --git a/tests/unit/module_utils/test_known_hosts.py b/tests/unit/plugins/module_utils/test_known_hosts.py similarity index 100% rename from tests/unit/module_utils/test_known_hosts.py rename to tests/unit/plugins/module_utils/test_known_hosts.py diff --git a/tests/unit/module_utils/test_kubevirt.py b/tests/unit/plugins/module_utils/test_kubevirt.py similarity index 100% rename from tests/unit/module_utils/test_kubevirt.py rename to tests/unit/plugins/module_utils/test_kubevirt.py diff --git a/tests/unit/module_utils/test_utm_utils.py b/tests/unit/plugins/module_utils/test_utm_utils.py similarity index 100% rename from tests/unit/module_utils/test_utm_utils.py rename to tests/unit/plugins/module_utils/test_utm_utils.py diff --git a/tests/unit/module_utils/xenserver/FakeAnsibleModule.py b/tests/unit/plugins/module_utils/xenserver/FakeAnsibleModule.py similarity index 100% rename from tests/unit/module_utils/xenserver/FakeAnsibleModule.py rename to tests/unit/plugins/module_utils/xenserver/FakeAnsibleModule.py diff --git a/tests/unit/module_utils/xenserver/FakeXenAPI.py b/tests/unit/plugins/module_utils/xenserver/FakeXenAPI.py similarity index 100% rename from tests/unit/module_utils/xenserver/FakeXenAPI.py rename to tests/unit/plugins/module_utils/xenserver/FakeXenAPI.py diff --git a/tests/unit/module_utils/xenserver/__init__.py b/tests/unit/plugins/module_utils/xenserver/__init__.py similarity index 100% rename from tests/unit/module_utils/xenserver/__init__.py rename to tests/unit/plugins/module_utils/xenserver/__init__.py diff --git a/tests/unit/module_utils/xenserver/common.py b/tests/unit/plugins/module_utils/xenserver/common.py similarity index 100% rename from tests/unit/module_utils/xenserver/common.py rename to tests/unit/plugins/module_utils/xenserver/common.py diff --git a/tests/unit/module_utils/xenserver/conftest.py b/tests/unit/plugins/module_utils/xenserver/conftest.py similarity index 98% rename from tests/unit/module_utils/xenserver/conftest.py rename to tests/unit/plugins/module_utils/xenserver/conftest.py index 12e79a1877..decf2d59f1 100644 --- a/tests/unit/module_utils/xenserver/conftest.py +++ b/tests/unit/plugins/module_utils/xenserver/conftest.py @@ -43,7 +43,7 @@ def XenAPI(): # First we use importlib.import_module() to import the module and assign # it to a local symbol. - fake_xenapi = importlib.import_module('ansible_collections.community.general.tests.unit.module_utils.xenserver.FakeXenAPI') + fake_xenapi = importlib.import_module('ansible_collections.community.general.tests.unit.plugins.module_utils.xenserver.FakeXenAPI') # Now we populate Python module cache with imported fake module using the # original module name (XenAPI). That way, any 'import XenAPI' statement diff --git a/tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-1-facts.json b/tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-1-facts.json similarity index 100% rename from tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-1-facts.json rename to tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-1-facts.json diff --git a/tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-1-params.json b/tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-1-params.json similarity index 100% rename from tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-1-params.json rename to tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-1-params.json diff --git a/tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-2-facts.json b/tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-2-facts.json similarity index 100% rename from tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-2-facts.json rename to tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-2-facts.json diff --git a/tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-2-params.json b/tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-2-params.json similarity index 100% rename from tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-2-params.json rename to tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-2-params.json diff --git a/tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-3-facts.json b/tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-3-facts.json similarity index 100% rename from tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-3-facts.json rename to tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-3-facts.json diff --git a/tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-3-params.json b/tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-3-params.json similarity index 100% rename from tests/unit/module_utils/xenserver/fixtures/ansible-test-vm-3-params.json rename to tests/unit/plugins/module_utils/xenserver/fixtures/ansible-test-vm-3-params.json diff --git a/tests/unit/module_utils/xenserver/test_gather_vm_params_and_facts.py b/tests/unit/plugins/module_utils/xenserver/test_gather_vm_params_and_facts.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_gather_vm_params_and_facts.py rename to tests/unit/plugins/module_utils/xenserver/test_gather_vm_params_and_facts.py diff --git a/tests/unit/module_utils/xenserver/test_get_object_ref.py b/tests/unit/plugins/module_utils/xenserver/test_get_object_ref.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_get_object_ref.py rename to tests/unit/plugins/module_utils/xenserver/test_get_object_ref.py diff --git a/tests/unit/module_utils/xenserver/test_misc.py b/tests/unit/plugins/module_utils/xenserver/test_misc.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_misc.py rename to tests/unit/plugins/module_utils/xenserver/test_misc.py diff --git a/tests/unit/module_utils/xenserver/test_netaddr_functions.py b/tests/unit/plugins/module_utils/xenserver/test_netaddr_functions.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_netaddr_functions.py rename to tests/unit/plugins/module_utils/xenserver/test_netaddr_functions.py diff --git a/tests/unit/module_utils/xenserver/test_set_vm_power_state.py b/tests/unit/plugins/module_utils/xenserver/test_set_vm_power_state.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_set_vm_power_state.py rename to tests/unit/plugins/module_utils/xenserver/test_set_vm_power_state.py diff --git a/tests/unit/module_utils/xenserver/test_wait_for_functions.py b/tests/unit/plugins/module_utils/xenserver/test_wait_for_functions.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_wait_for_functions.py rename to tests/unit/plugins/module_utils/xenserver/test_wait_for_functions.py diff --git a/tests/unit/module_utils/xenserver/test_xapi.py b/tests/unit/plugins/module_utils/xenserver/test_xapi.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_xapi.py rename to tests/unit/plugins/module_utils/xenserver/test_xapi.py diff --git a/tests/unit/module_utils/xenserver/test_xenserverobject.py b/tests/unit/plugins/module_utils/xenserver/test_xenserverobject.py similarity index 100% rename from tests/unit/module_utils/xenserver/test_xenserverobject.py rename to tests/unit/plugins/module_utils/xenserver/test_xenserverobject.py diff --git a/tests/unit/modules/__init__.py b/tests/unit/plugins/modules/__init__.py similarity index 100% rename from tests/unit/modules/__init__.py rename to tests/unit/plugins/modules/__init__.py diff --git a/tests/unit/modules/cloud/__init__.py b/tests/unit/plugins/modules/cloud/__init__.py similarity index 100% rename from tests/unit/modules/cloud/__init__.py rename to tests/unit/plugins/modules/cloud/__init__.py diff --git a/tests/unit/modules/cloud/cloudstack/__init__.py b/tests/unit/plugins/modules/cloud/cloudstack/__init__.py similarity index 100% rename from tests/unit/modules/cloud/cloudstack/__init__.py rename to tests/unit/plugins/modules/cloud/cloudstack/__init__.py diff --git a/tests/unit/modules/cloud/cloudstack/test_cs_traffic_type.py b/tests/unit/plugins/modules/cloud/cloudstack/test_cs_traffic_type.py similarity index 98% rename from tests/unit/modules/cloud/cloudstack/test_cs_traffic_type.py rename to tests/unit/plugins/modules/cloud/cloudstack/test_cs_traffic_type.py index 93e8bc38aa..2f358bfa15 100644 --- a/tests/unit/modules/cloud/cloudstack/test_cs_traffic_type.py +++ b/tests/unit/plugins/modules/cloud/cloudstack/test_cs_traffic_type.py @@ -8,7 +8,7 @@ import pytest import ansible_collections.community.general.tests.unit.compat.unittest as unittest from ansible_collections.community.general.tests.unit.compat.mock import MagicMock from ansible_collections.community.general.tests.unit.compat.unittest import TestCase -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args # Exoscale's cs doesn't support Python 2.6 diff --git a/tests/unit/modules/cloud/docker/__init__.py b/tests/unit/plugins/modules/cloud/docker/__init__.py similarity index 100% rename from tests/unit/modules/cloud/docker/__init__.py rename to tests/unit/plugins/modules/cloud/docker/__init__.py diff --git a/tests/unit/modules/cloud/docker/test_docker_container.py b/tests/unit/plugins/modules/cloud/docker/test_docker_container.py similarity index 100% rename from tests/unit/modules/cloud/docker/test_docker_container.py rename to tests/unit/plugins/modules/cloud/docker/test_docker_container.py diff --git a/tests/unit/modules/cloud/docker/test_docker_network.py b/tests/unit/plugins/modules/cloud/docker/test_docker_network.py similarity index 100% rename from tests/unit/modules/cloud/docker/test_docker_network.py rename to tests/unit/plugins/modules/cloud/docker/test_docker_network.py diff --git a/tests/unit/modules/cloud/docker/test_docker_swarm_service.py b/tests/unit/plugins/modules/cloud/docker/test_docker_swarm_service.py similarity index 100% rename from tests/unit/modules/cloud/docker/test_docker_swarm_service.py rename to tests/unit/plugins/modules/cloud/docker/test_docker_swarm_service.py diff --git a/tests/unit/modules/cloud/docker/test_docker_volume.py b/tests/unit/plugins/modules/cloud/docker/test_docker_volume.py similarity index 100% rename from tests/unit/modules/cloud/docker/test_docker_volume.py rename to tests/unit/plugins/modules/cloud/docker/test_docker_volume.py diff --git a/tests/unit/modules/cloud/google/__init__.py b/tests/unit/plugins/modules/cloud/google/__init__.py similarity index 100% rename from tests/unit/modules/cloud/google/__init__.py rename to tests/unit/plugins/modules/cloud/google/__init__.py diff --git a/tests/unit/modules/cloud/google/test_gce_tag.py b/tests/unit/plugins/modules/cloud/google/test_gce_tag.py similarity index 100% rename from tests/unit/modules/cloud/google/test_gce_tag.py rename to tests/unit/plugins/modules/cloud/google/test_gce_tag.py diff --git a/tests/unit/modules/cloud/google/test_gcp_forwarding_rule.py b/tests/unit/plugins/modules/cloud/google/test_gcp_forwarding_rule.py similarity index 100% rename from tests/unit/modules/cloud/google/test_gcp_forwarding_rule.py rename to tests/unit/plugins/modules/cloud/google/test_gcp_forwarding_rule.py diff --git a/tests/unit/modules/cloud/google/test_gcp_url_map.py b/tests/unit/plugins/modules/cloud/google/test_gcp_url_map.py similarity index 100% rename from tests/unit/modules/cloud/google/test_gcp_url_map.py rename to tests/unit/plugins/modules/cloud/google/test_gcp_url_map.py diff --git a/tests/unit/modules/cloud/kubevirt/__init__.py b/tests/unit/plugins/modules/cloud/kubevirt/__init__.py similarity index 100% rename from tests/unit/modules/cloud/kubevirt/__init__.py rename to tests/unit/plugins/modules/cloud/kubevirt/__init__.py diff --git a/tests/unit/modules/cloud/kubevirt/kubevirt_fixtures.py b/tests/unit/plugins/modules/cloud/kubevirt/kubevirt_fixtures.py similarity index 100% rename from tests/unit/modules/cloud/kubevirt/kubevirt_fixtures.py rename to tests/unit/plugins/modules/cloud/kubevirt/kubevirt_fixtures.py diff --git a/tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py b/tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py similarity index 97% rename from tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py rename to tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py index 7ab7ee6675..c4413a85df 100644 --- a/tests/unit/modules/cloud/kubevirt/test_kubevirt_rs.py +++ b/tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_rs.py @@ -2,7 +2,7 @@ import pytest openshiftdynamic = pytest.importorskip("openshift.dynamic") -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .kubevirt_fixtures import base_fixture, RESOURCE_DEFAULT_ARGS, AnsibleExitJson from ansible_collections.community.kubernetes.plugins.module_utils.raw import KubernetesRawModule diff --git a/tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py b/tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py similarity index 97% rename from tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py rename to tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py index d51b92b100..d0c9179ab0 100644 --- a/tests/unit/modules/cloud/kubevirt/test_kubevirt_vm.py +++ b/tests/unit/plugins/modules/cloud/kubevirt/test_kubevirt_vm.py @@ -2,7 +2,7 @@ import pytest openshiftdynamic = pytest.importorskip("openshift.dynamic") -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .kubevirt_fixtures import base_fixture, RESOURCE_DEFAULT_ARGS, AnsibleExitJson from ansible_collections.community.general.plugins.module_utils.kubevirt import KubeVirtRawModule diff --git a/tests/unit/modules/cloud/linode/__init__.py b/tests/unit/plugins/modules/cloud/linode/__init__.py similarity index 100% rename from tests/unit/modules/cloud/linode/__init__.py rename to tests/unit/plugins/modules/cloud/linode/__init__.py diff --git a/tests/unit/modules/cloud/linode/conftest.py b/tests/unit/plugins/modules/cloud/linode/conftest.py similarity index 100% rename from tests/unit/modules/cloud/linode/conftest.py rename to tests/unit/plugins/modules/cloud/linode/conftest.py diff --git a/tests/unit/modules/cloud/linode/test_linode.py b/tests/unit/plugins/modules/cloud/linode/test_linode.py similarity index 81% rename from tests/unit/modules/cloud/linode/test_linode.py rename to tests/unit/plugins/modules/cloud/linode/test_linode.py index f120bf09c5..08737e4781 100644 --- a/tests/unit/modules/cloud/linode/test_linode.py +++ b/tests/unit/plugins/modules/cloud/linode/test_linode.py @@ -3,7 +3,7 @@ from __future__ import (absolute_import, division, print_function) import pytest from ansible_collections.community.general.plugins.modules.cloud.linode import linode -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args if not linode.HAS_LINODE: pytestmark = pytest.mark.skip('test_linode.py requires the `linode-python` module') diff --git a/tests/unit/modules/cloud/linode/test_linode_v4.py b/tests/unit/plugins/modules/cloud/linode/test_linode_v4.py similarity index 99% rename from tests/unit/modules/cloud/linode/test_linode_v4.py rename to tests/unit/plugins/modules/cloud/linode/test_linode_v4.py index c29b50e0b7..6eaa9997bc 100644 --- a/tests/unit/modules/cloud/linode/test_linode_v4.py +++ b/tests/unit/plugins/modules/cloud/linode/test_linode_v4.py @@ -17,7 +17,7 @@ from linode_api4 import LinodeClient from ansible_collections.community.general.plugins.modules.cloud.linode import linode_v4 from ansible_collections.community.general.plugins.module_utils.linode import get_user_agent -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.tests.unit.compat import mock diff --git a/tests/unit/modules/cloud/misc/__init__.py b/tests/unit/plugins/modules/cloud/misc/__init__.py similarity index 100% rename from tests/unit/modules/cloud/misc/__init__.py rename to tests/unit/plugins/modules/cloud/misc/__init__.py diff --git a/tests/unit/modules/cloud/misc/test_terraform.py b/tests/unit/plugins/modules/cloud/misc/test_terraform.py similarity index 84% rename from tests/unit/modules/cloud/misc/test_terraform.py rename to tests/unit/plugins/modules/cloud/misc/test_terraform.py index fcca75ff71..51aab2c531 100644 --- a/tests/unit/modules/cloud/misc/test_terraform.py +++ b/tests/unit/plugins/modules/cloud/misc/test_terraform.py @@ -6,7 +6,7 @@ import json import pytest from ansible_collections.community.general.plugins.modules.cloud.misc import terraform -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args def test_terraform_without_argument(capfd): diff --git a/tests/unit/modules/cloud/xenserver/FakeAnsibleModule.py b/tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py similarity index 100% rename from tests/unit/modules/cloud/xenserver/FakeAnsibleModule.py rename to tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py diff --git a/tests/unit/modules/cloud/xenserver/FakeXenAPI.py b/tests/unit/plugins/modules/cloud/xenserver/FakeXenAPI.py similarity index 100% rename from tests/unit/modules/cloud/xenserver/FakeXenAPI.py rename to tests/unit/plugins/modules/cloud/xenserver/FakeXenAPI.py diff --git a/tests/unit/modules/cloud/xenserver/__init__.py b/tests/unit/plugins/modules/cloud/xenserver/__init__.py similarity index 100% rename from tests/unit/modules/cloud/xenserver/__init__.py rename to tests/unit/plugins/modules/cloud/xenserver/__init__.py diff --git a/tests/unit/modules/cloud/xenserver/common.py b/tests/unit/plugins/modules/cloud/xenserver/common.py similarity index 100% rename from tests/unit/modules/cloud/xenserver/common.py rename to tests/unit/plugins/modules/cloud/xenserver/common.py diff --git a/tests/unit/modules/cloud/xenserver/conftest.py b/tests/unit/plugins/modules/cloud/xenserver/conftest.py similarity index 97% rename from tests/unit/modules/cloud/xenserver/conftest.py rename to tests/unit/plugins/modules/cloud/xenserver/conftest.py index 9b2d7051ea..b047a5d233 100644 --- a/tests/unit/modules/cloud/xenserver/conftest.py +++ b/tests/unit/plugins/modules/cloud/xenserver/conftest.py @@ -39,7 +39,7 @@ def XenAPI(): # First we use importlib.import_module() to import the module and assign # it to a local symbol. - fake_xenapi = importlib.import_module('ansible_collections.community.general.tests.unit.modules.cloud.xenserver.FakeXenAPI') + fake_xenapi = importlib.import_module('ansible_collections.community.general.tests.unit.plugins.modules.cloud.xenserver.FakeXenAPI') # Now we populate Python module cache with imported fake module using the # original module name (XenAPI). That way, any 'import XenAPI' statement diff --git a/tests/unit/modules/cloud/xenserver/test_xenserver_guest_info.py b/tests/unit/plugins/modules/cloud/xenserver/test_xenserver_guest_info.py similarity index 100% rename from tests/unit/modules/cloud/xenserver/test_xenserver_guest_info.py rename to tests/unit/plugins/modules/cloud/xenserver/test_xenserver_guest_info.py diff --git a/tests/unit/modules/cloud/xenserver/test_xenserver_guest_powerstate.py b/tests/unit/plugins/modules/cloud/xenserver/test_xenserver_guest_powerstate.py similarity index 100% rename from tests/unit/modules/cloud/xenserver/test_xenserver_guest_powerstate.py rename to tests/unit/plugins/modules/cloud/xenserver/test_xenserver_guest_powerstate.py diff --git a/tests/unit/modules/conftest.py b/tests/unit/plugins/modules/conftest.py similarity index 100% rename from tests/unit/modules/conftest.py rename to tests/unit/plugins/modules/conftest.py diff --git a/tests/unit/modules/messaging/__init__.py b/tests/unit/plugins/modules/messaging/__init__.py similarity index 100% rename from tests/unit/modules/messaging/__init__.py rename to tests/unit/plugins/modules/messaging/__init__.py diff --git a/tests/unit/modules/monitoring/__init__.py b/tests/unit/plugins/modules/monitoring/__init__.py similarity index 100% rename from tests/unit/modules/monitoring/__init__.py rename to tests/unit/plugins/modules/monitoring/__init__.py diff --git a/tests/unit/modules/monitoring/test_circonus_annotation.py b/tests/unit/plugins/modules/monitoring/test_circonus_annotation.py similarity index 97% rename from tests/unit/modules/monitoring/test_circonus_annotation.py rename to tests/unit/plugins/modules/monitoring/test_circonus_annotation.py index 30823f0781..46437a35f0 100644 --- a/tests/unit/modules/monitoring/test_circonus_annotation.py +++ b/tests/unit/plugins/modules/monitoring/test_circonus_annotation.py @@ -9,7 +9,7 @@ from urllib3.response import HTTPResponse from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible.module_utils._text import to_bytes from ansible_collections.community.general.plugins.modules.monitoring import circonus_annotation -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args class TestCirconusAnnotation(ModuleTestCase): diff --git a/tests/unit/modules/monitoring/test_icinga2_feature.py b/tests/unit/plugins/modules/monitoring/test_icinga2_feature.py similarity index 96% rename from tests/unit/modules/monitoring/test_icinga2_feature.py rename to tests/unit/plugins/modules/monitoring/test_icinga2_feature.py index 86601653a8..1cab902abf 100644 --- a/tests/unit/modules/monitoring/test_icinga2_feature.py +++ b/tests/unit/plugins/modules/monitoring/test_icinga2_feature.py @@ -6,7 +6,7 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from ansible_collections.community.general.plugins.modules.monitoring import icinga2_feature -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible.module_utils import basic diff --git a/tests/unit/modules/monitoring/test_pagerduty.py b/tests/unit/plugins/modules/monitoring/test_pagerduty.py similarity index 100% rename from tests/unit/modules/monitoring/test_pagerduty.py rename to tests/unit/plugins/modules/monitoring/test_pagerduty.py diff --git a/tests/unit/modules/monitoring/test_pagerduty_alert.py b/tests/unit/plugins/modules/monitoring/test_pagerduty_alert.py similarity index 100% rename from tests/unit/modules/monitoring/test_pagerduty_alert.py rename to tests/unit/plugins/modules/monitoring/test_pagerduty_alert.py diff --git a/tests/unit/modules/net_tools/__init__.py b/tests/unit/plugins/modules/net_tools/__init__.py similarity index 100% rename from tests/unit/modules/net_tools/__init__.py rename to tests/unit/plugins/modules/net_tools/__init__.py diff --git a/tests/unit/modules/net_tools/nios/__init__.py b/tests/unit/plugins/modules/net_tools/nios/__init__.py similarity index 100% rename from tests/unit/modules/net_tools/nios/__init__.py rename to tests/unit/plugins/modules/net_tools/nios/__init__.py diff --git a/tests/unit/modules/net_tools/nios/fixtures/nios_result.txt b/tests/unit/plugins/modules/net_tools/nios/fixtures/nios_result.txt similarity index 100% rename from tests/unit/modules/net_tools/nios/fixtures/nios_result.txt rename to tests/unit/plugins/modules/net_tools/nios/fixtures/nios_result.txt diff --git a/tests/unit/modules/net_tools/nios/test_nios_a_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_a_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_a_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_a_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_aaaa_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_aaaa_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_aaaa_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_aaaa_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_cname_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_cname_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_cname_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_cname_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_dns_view.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_dns_view.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_dns_view.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_dns_view.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_fixed_address.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_fixed_address.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_fixed_address.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_fixed_address.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_host_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_host_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_host_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_host_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_member.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_member.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_member.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_member.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_module.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_module.py similarity index 94% rename from tests/unit/modules/net_tools/nios/test_nios_module.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_module.py index 40feb07bf5..545d243748 100644 --- a/tests/unit/modules/net_tools/nios/test_nios_module.py +++ b/tests/unit/plugins/modules/net_tools/nios/test_nios_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/net_tools/nios/test_nios_mx_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_mx_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_mx_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_mx_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_naptr_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_naptr_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_naptr_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_naptr_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_network.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_network.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_network.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_network.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_network_view.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_network_view.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_network_view.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_network_view.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_nsgroup.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_nsgroup.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_nsgroup.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_nsgroup.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_ptr_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_ptr_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_ptr_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_ptr_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_srv_record.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_srv_record.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_srv_record.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_srv_record.py diff --git a/tests/unit/modules/net_tools/nios/test_nios_zone.py b/tests/unit/plugins/modules/net_tools/nios/test_nios_zone.py similarity index 100% rename from tests/unit/modules/net_tools/nios/test_nios_zone.py rename to tests/unit/plugins/modules/net_tools/nios/test_nios_zone.py diff --git a/tests/unit/modules/net_tools/test_hetzner_firewall.py b/tests/unit/plugins/modules/net_tools/test_hetzner_firewall.py similarity index 99% rename from tests/unit/modules/net_tools/test_hetzner_firewall.py rename to tests/unit/plugins/modules/net_tools/test_hetzner_firewall.py index 439ac8d08f..d1f1984a89 100644 --- a/tests/unit/modules/net_tools/test_hetzner_firewall.py +++ b/tests/unit/plugins/modules/net_tools/test_hetzner_firewall.py @@ -17,7 +17,7 @@ from ansible_collections.community.general.plugins.modules.net_tools import hetz import json from mock import MagicMock -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible.module_utils.six.moves.urllib.parse import parse_qs diff --git a/tests/unit/modules/net_tools/test_hetzner_firewall_info.py b/tests/unit/plugins/modules/net_tools/test_hetzner_firewall_info.py similarity index 100% rename from tests/unit/modules/net_tools/test_hetzner_firewall_info.py rename to tests/unit/plugins/modules/net_tools/test_hetzner_firewall_info.py diff --git a/tests/unit/modules/net_tools/test_nmcli.py b/tests/unit/plugins/modules/net_tools/test_nmcli.py similarity index 100% rename from tests/unit/modules/net_tools/test_nmcli.py rename to tests/unit/plugins/modules/net_tools/test_nmcli.py diff --git a/tests/unit/modules/network/__init__.py b/tests/unit/plugins/modules/network/__init__.py similarity index 100% rename from tests/unit/modules/network/__init__.py rename to tests/unit/plugins/modules/network/__init__.py diff --git a/tests/unit/modules/network/aireos/__init__.py b/tests/unit/plugins/modules/network/aireos/__init__.py similarity index 100% rename from tests/unit/modules/network/aireos/__init__.py rename to tests/unit/plugins/modules/network/aireos/__init__.py diff --git a/tests/unit/modules/network/aireos/aireos_module.py b/tests/unit/plugins/modules/network/aireos/aireos_module.py similarity index 94% rename from tests/unit/modules/network/aireos/aireos_module.py rename to tests/unit/plugins/modules/network/aireos/aireos_module.py index 7c33ec48fd..8928b95c3f 100644 --- a/tests/unit/modules/network/aireos/aireos_module.py +++ b/tests/unit/plugins/modules/network/aireos/aireos_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') fixture_data = {} diff --git a/tests/unit/modules/network/aireos/fixtures/aireos_config_config.cfg b/tests/unit/plugins/modules/network/aireos/fixtures/aireos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/aireos/fixtures/aireos_config_config.cfg rename to tests/unit/plugins/modules/network/aireos/fixtures/aireos_config_config.cfg diff --git a/tests/unit/modules/network/aireos/fixtures/aireos_config_src.cfg b/tests/unit/plugins/modules/network/aireos/fixtures/aireos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/aireos/fixtures/aireos_config_src.cfg rename to tests/unit/plugins/modules/network/aireos/fixtures/aireos_config_src.cfg diff --git a/tests/unit/modules/network/aireos/fixtures/show_sysinfo b/tests/unit/plugins/modules/network/aireos/fixtures/show_sysinfo similarity index 100% rename from tests/unit/modules/network/aireos/fixtures/show_sysinfo rename to tests/unit/plugins/modules/network/aireos/fixtures/show_sysinfo diff --git a/tests/unit/modules/network/aireos/test_aireos_command.py b/tests/unit/plugins/modules/network/aireos/test_aireos_command.py similarity index 98% rename from tests/unit/modules/network/aireos/test_aireos_command.py rename to tests/unit/plugins/modules/network/aireos/test_aireos_command.py index aaf56dbafe..5e9cbc6177 100644 --- a/tests/unit/modules/network/aireos/test_aireos_command.py +++ b/tests/unit/plugins/modules/network/aireos/test_aireos_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.aireos import aireos_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .aireos_module import TestCiscoWlcModule, load_fixture from ansible.module_utils import six diff --git a/tests/unit/modules/network/aireos/test_aireos_config.py b/tests/unit/plugins/modules/network/aireos/test_aireos_config.py similarity index 98% rename from tests/unit/modules/network/aireos/test_aireos_config.py rename to tests/unit/plugins/modules/network/aireos/test_aireos_config.py index ba60820cb3..5a770808b3 100644 --- a/tests/unit/modules/network/aireos/test_aireos_config.py +++ b/tests/unit/plugins/modules/network/aireos/test_aireos_config.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.aireos import aireos_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .aireos_module import TestCiscoWlcModule, load_fixture diff --git a/tests/unit/modules/network/apconos/__init__.py b/tests/unit/plugins/modules/network/apconos/__init__.py similarity index 100% rename from tests/unit/modules/network/apconos/__init__.py rename to tests/unit/plugins/modules/network/apconos/__init__.py diff --git a/tests/unit/modules/network/apconos/apconos_module.py b/tests/unit/plugins/modules/network/apconos/apconos_module.py similarity index 94% rename from tests/unit/modules/network/apconos/apconos_module.py rename to tests/unit/plugins/modules/network/apconos/apconos_module.py index 6b11ea2498..3b4e895194 100644 --- a/tests/unit/modules/network/apconos/apconos_module.py +++ b/tests/unit/plugins/modules/network/apconos/apconos_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/apconos/fixtures/enable_ssh b/tests/unit/plugins/modules/network/apconos/fixtures/enable_ssh similarity index 100% rename from tests/unit/modules/network/apconos/fixtures/enable_ssh rename to tests/unit/plugins/modules/network/apconos/fixtures/enable_ssh diff --git a/tests/unit/modules/network/apconos/fixtures/show_version b/tests/unit/plugins/modules/network/apconos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/apconos/fixtures/show_version rename to tests/unit/plugins/modules/network/apconos/fixtures/show_version diff --git a/tests/unit/modules/network/apconos/test_apconos_command.py b/tests/unit/plugins/modules/network/apconos/test_apconos_command.py similarity index 97% rename from tests/unit/modules/network/apconos/test_apconos_command.py rename to tests/unit/plugins/modules/network/apconos/test_apconos_command.py index 2b635542a6..66e1a15c86 100644 --- a/tests/unit/modules/network/apconos/test_apconos_command.py +++ b/tests/unit/plugins/modules/network/apconos/test_apconos_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.apconos import apconos_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .apconos_module import TestApconosModule, load_fixture diff --git a/tests/unit/modules/network/aruba/__init__.py b/tests/unit/plugins/modules/network/aruba/__init__.py similarity index 100% rename from tests/unit/modules/network/aruba/__init__.py rename to tests/unit/plugins/modules/network/aruba/__init__.py diff --git a/tests/unit/modules/network/aruba/aruba_module.py b/tests/unit/plugins/modules/network/aruba/aruba_module.py similarity index 94% rename from tests/unit/modules/network/aruba/aruba_module.py rename to tests/unit/plugins/modules/network/aruba/aruba_module.py index b9dde87203..e911d04f40 100644 --- a/tests/unit/modules/network/aruba/aruba_module.py +++ b/tests/unit/plugins/modules/network/aruba/aruba_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/aruba/fixtures/aruba_config_config.cfg b/tests/unit/plugins/modules/network/aruba/fixtures/aruba_config_config.cfg similarity index 100% rename from tests/unit/modules/network/aruba/fixtures/aruba_config_config.cfg rename to tests/unit/plugins/modules/network/aruba/fixtures/aruba_config_config.cfg diff --git a/tests/unit/modules/network/aruba/fixtures/aruba_config_defaults.cfg b/tests/unit/plugins/modules/network/aruba/fixtures/aruba_config_defaults.cfg similarity index 100% rename from tests/unit/modules/network/aruba/fixtures/aruba_config_defaults.cfg rename to tests/unit/plugins/modules/network/aruba/fixtures/aruba_config_defaults.cfg diff --git a/tests/unit/modules/network/aruba/fixtures/aruba_config_src.cfg b/tests/unit/plugins/modules/network/aruba/fixtures/aruba_config_src.cfg similarity index 100% rename from tests/unit/modules/network/aruba/fixtures/aruba_config_src.cfg rename to tests/unit/plugins/modules/network/aruba/fixtures/aruba_config_src.cfg diff --git a/tests/unit/modules/network/aruba/fixtures/show_version b/tests/unit/plugins/modules/network/aruba/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/aruba/fixtures/show_version rename to tests/unit/plugins/modules/network/aruba/fixtures/show_version diff --git a/tests/unit/modules/network/aruba/test_aruba_command.py b/tests/unit/plugins/modules/network/aruba/test_aruba_command.py similarity index 97% rename from tests/unit/modules/network/aruba/test_aruba_command.py rename to tests/unit/plugins/modules/network/aruba/test_aruba_command.py index 1da5e19c3d..846fe98c15 100644 --- a/tests/unit/modules/network/aruba/test_aruba_command.py +++ b/tests/unit/plugins/modules/network/aruba/test_aruba_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.aruba import aruba_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .aruba_module import TestArubaModule, load_fixture diff --git a/tests/unit/modules/network/aruba/test_aruba_config.py b/tests/unit/plugins/modules/network/aruba/test_aruba_config.py similarity index 98% rename from tests/unit/modules/network/aruba/test_aruba_config.py rename to tests/unit/plugins/modules/network/aruba/test_aruba_config.py index 55cf34f105..811ed401b6 100644 --- a/tests/unit/modules/network/aruba/test_aruba_config.py +++ b/tests/unit/plugins/modules/network/aruba/test_aruba_config.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.aruba import aruba_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .aruba_module import TestArubaModule, load_fixture diff --git a/tests/unit/modules/network/avi/__init__.py b/tests/unit/plugins/modules/network/avi/__init__.py similarity index 100% rename from tests/unit/modules/network/avi/__init__.py rename to tests/unit/plugins/modules/network/avi/__init__.py diff --git a/tests/unit/modules/network/avi/fixtures/avi_user.json b/tests/unit/plugins/modules/network/avi/fixtures/avi_user.json similarity index 100% rename from tests/unit/modules/network/avi/fixtures/avi_user.json rename to tests/unit/plugins/modules/network/avi/fixtures/avi_user.json diff --git a/tests/unit/modules/network/avi/test_avi_user.py b/tests/unit/plugins/modules/network/avi/test_avi_user.py similarity index 97% rename from tests/unit/modules/network/avi/test_avi_user.py rename to tests/unit/plugins/modules/network/avi/test_avi_user.py index e880bf1a9e..5e6b4c8bfc 100644 --- a/tests/unit/modules/network/avi/test_avi_user.py +++ b/tests/unit/plugins/modules/network/avi/test_avi_user.py @@ -2,7 +2,7 @@ import os import json from ansible_collections.community.general.tests.unit.compat import unittest from ansible_collections.community.general.tests.unit.compat.mock import Mock -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.avi import avi_user fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/check_point/__init__.py b/tests/unit/plugins/modules/network/check_point/__init__.py similarity index 100% rename from tests/unit/modules/network/check_point/__init__.py rename to tests/unit/plugins/modules/network/check_point/__init__.py diff --git a/tests/unit/modules/network/check_point/test_checkpoint_access_rule.py b/tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py similarity index 96% rename from tests/unit/modules/network/check_point/test_checkpoint_access_rule.py rename to tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py index acb80a74cc..706a96cd71 100644 --- a/tests/unit/modules/network/check_point/test_checkpoint_access_rule.py +++ b/tests/unit/plugins/modules/network/check_point/test_checkpoint_access_rule.py @@ -19,7 +19,7 @@ from __future__ import absolute_import import pytest -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic from ansible_collections.community.general.plugins.modules.network.check_point import checkpoint_access_rule diff --git a/tests/unit/modules/network/check_point/test_checkpoint_host.py b/tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py similarity index 96% rename from tests/unit/modules/network/check_point/test_checkpoint_host.py rename to tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py index 356b1775a8..9ccec9d39c 100644 --- a/tests/unit/modules/network/check_point/test_checkpoint_host.py +++ b/tests/unit/plugins/modules/network/check_point/test_checkpoint_host.py @@ -19,7 +19,7 @@ from __future__ import absolute_import import pytest -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic from ansible_collections.community.general.plugins.modules.network.check_point import checkpoint_host diff --git a/tests/unit/modules/network/check_point/test_checkpoint_session.py b/tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py similarity index 93% rename from tests/unit/modules/network/check_point/test_checkpoint_session.py rename to tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py index 16c7804ccb..d5dcc86c0b 100644 --- a/tests/unit/modules/network/check_point/test_checkpoint_session.py +++ b/tests/unit/plugins/modules/network/check_point/test_checkpoint_session.py @@ -19,7 +19,7 @@ from __future__ import absolute_import import pytest -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic from ansible_collections.community.general.plugins.modules.network.check_point import checkpoint_session diff --git a/tests/unit/modules/network/check_point/test_checkpoint_task_facts.py b/tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py similarity index 96% rename from tests/unit/modules/network/check_point/test_checkpoint_task_facts.py rename to tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py index 356b1775a8..9ccec9d39c 100644 --- a/tests/unit/modules/network/check_point/test_checkpoint_task_facts.py +++ b/tests/unit/plugins/modules/network/check_point/test_checkpoint_task_facts.py @@ -19,7 +19,7 @@ from __future__ import absolute_import import pytest -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic from ansible_collections.community.general.plugins.modules.network.check_point import checkpoint_host diff --git a/tests/unit/modules/network/cloudengine/__init__.py b/tests/unit/plugins/modules/network/cloudengine/__init__.py similarity index 100% rename from tests/unit/modules/network/cloudengine/__init__.py rename to tests/unit/plugins/modules/network/cloudengine/__init__.py diff --git a/tests/unit/modules/network/cloudengine/ce_module.py b/tests/unit/plugins/modules/network/cloudengine/ce_module.py similarity index 95% rename from tests/unit/modules/network/cloudengine/ce_module.py rename to tests/unit/plugins/modules/network/cloudengine/ce_module.py index a327e9a74d..f6885509a9 100644 --- a/tests/unit/modules/network/cloudengine/ce_module.py +++ b/tests/unit/plugins/modules/network/cloudengine/ce_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/cloudengine/fixtures/__init__.py b/tests/unit/plugins/modules/network/cloudengine/fixtures/__init__.py similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/__init__.py rename to tests/unit/plugins/modules/network/cloudengine/fixtures/__init__.py diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_is_is_instance/after.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_instance/after.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_is_is_instance/after.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_instance/after.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_is_is_instance/before.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_instance/before.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_is_is_instance/before.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_instance/before.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_is_is_interface/after_interface.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_interface/after_interface.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_is_is_interface/after_interface.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_interface/after_interface.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_is_is_interface/before_interface.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_interface/before_interface.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_is_is_interface/before_interface.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_interface/before_interface.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_is_is_view/after.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_view/after.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_is_is_view/after.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_view/after.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_is_is_view/before.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_view/before.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_is_is_view/before.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_is_is_view/before.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_00.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_00.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_00.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_00.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_01.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_01.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_01.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_01.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_10.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_10.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_10.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_10.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_11.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_11.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_11.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lacp/ce_lacp_11.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_00.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_00.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_00.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_00.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_01.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_01.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_01.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldpSysParameter_01.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_00.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_00.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_00.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_00.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_01.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_01.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_01.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/ce_lldp_global_01.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp/result_ok.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/result_ok.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp/result_ok.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp/result_ok.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_changed.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_changed.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_changed.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_changed.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_existing.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_existing.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_existing.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp_interface/lldp_interface_existing.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_lldp_interface/result_ok.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp_interface/result_ok.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_lldp_interface/result_ok.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_lldp_interface/result_ok.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_mdn_interface/after.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_mdn_interface/after.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_mdn_interface/after.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_mdn_interface/after.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_mdn_interface/before.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_mdn_interface/before.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_mdn_interface/before.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_mdn_interface/before.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_multicast_global/after.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_global/after.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_multicast_global/after.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_global/after.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_multicast_global/before.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_global/before.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_multicast_global/before.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_global/before.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/after.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/after.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/after.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/after.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/before.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/before.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/before.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_multicast_igmp_enable/before.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/result_ok.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/result_ok.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/result_ok.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/result_ok.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_1.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_1.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_1.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_1.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_2.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_2.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_2.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/srBfdPara_2.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_1.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_1.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_1.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_1.txt diff --git a/tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_2.txt b/tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_2.txt similarity index 100% rename from tests/unit/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_2.txt rename to tests/unit/plugins/modules/network/cloudengine/fixtures/ce_static_route_bfd/staticrtbase_2.txt diff --git a/tests/unit/modules/network/cloudengine/test_ce_is_is_instance.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_instance.py similarity index 92% rename from tests/unit/modules/network/cloudengine/test_ce_is_is_instance.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_instance.py index e052503920..fd9c06fb87 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_is_is_instance.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_instance.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_is_is_instance -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_is_is_interface.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_interface.py similarity index 93% rename from tests/unit/modules/network/cloudengine/test_ce_is_is_interface.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_interface.py index ab0730df11..ebccb7a577 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_is_is_interface.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_interface.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_is_is_interface -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_is_is_view.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_view.py similarity index 97% rename from tests/unit/modules/network/cloudengine/test_ce_is_is_view.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_view.py index e80282abb3..ad944f5732 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_is_is_view.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_is_is_view.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_is_is_view -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_lacp.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_lacp.py similarity index 98% rename from tests/unit/modules/network/cloudengine/test_ce_lacp.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_lacp.py index 2c19666d5b..754976cc30 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_lacp.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_lacp.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_lacp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .ce_module import TestCloudEngineModule, load_fixture diff --git a/tests/unit/modules/network/cloudengine/test_ce_lldp.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_lldp.py similarity index 95% rename from tests/unit/modules/network/cloudengine/test_ce_lldp.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_lldp.py index 71b2eaaa44..30a7c82bfc 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_lldp.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_lldp.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_lldp -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_lldp_interface.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_lldp_interface.py similarity index 94% rename from tests/unit/modules/network/cloudengine/test_ce_lldp_interface.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_lldp_interface.py index 9fec7cbedd..0e96caa089 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_lldp_interface.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_lldp_interface.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_lldp_interface -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_mdn_interface.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_mdn_interface.py similarity index 91% rename from tests/unit/modules/network/cloudengine/test_ce_mdn_interface.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_mdn_interface.py index 092fe12fe9..f8b9a8daf7 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_mdn_interface.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_mdn_interface.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_mdn_interface -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_multicast_global.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_multicast_global.py similarity index 91% rename from tests/unit/modules/network/cloudengine/test_ce_multicast_global.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_multicast_global.py index 58c8b370ba..f8bc77c6b5 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_multicast_global.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_multicast_global.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_multicast_global -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_multicast_igmp_enable.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_multicast_igmp_enable.py similarity index 92% rename from tests/unit/modules/network/cloudengine/test_ce_multicast_igmp_enable.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_multicast_igmp_enable.py index f4db682dfc..62d04e3238 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_multicast_igmp_enable.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_multicast_igmp_enable.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_multicast_igmp_enable -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudengine/test_ce_static_route_bfd.py b/tests/unit/plugins/modules/network/cloudengine/test_ce_static_route_bfd.py similarity index 94% rename from tests/unit/modules/network/cloudengine/test_ce_static_route_bfd.py rename to tests/unit/plugins/modules/network/cloudengine/test_ce_static_route_bfd.py index b33a6234a8..c2d7239b26 100644 --- a/tests/unit/modules/network/cloudengine/test_ce_static_route_bfd.py +++ b/tests/unit/plugins/modules/network/cloudengine/test_ce_static_route_bfd.py @@ -22,8 +22,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cloudengine import ce_static_route_bfd -from ansible_collections.community.general.tests.unit.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.network.cloudengine.ce_module import TestCloudEngineModule, load_fixture +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCloudEngineLacpModule(TestCloudEngineModule): diff --git a/tests/unit/modules/network/cloudvision/__init__.py b/tests/unit/plugins/modules/network/cloudvision/__init__.py similarity index 100% rename from tests/unit/modules/network/cloudvision/__init__.py rename to tests/unit/plugins/modules/network/cloudvision/__init__.py diff --git a/tests/unit/modules/network/cloudvision/test_cv_server_provision.py b/tests/unit/plugins/modules/network/cloudvision/test_cv_server_provision.py similarity index 100% rename from tests/unit/modules/network/cloudvision/test_cv_server_provision.py rename to tests/unit/plugins/modules/network/cloudvision/test_cv_server_provision.py diff --git a/tests/unit/modules/network/cnos/__init__.py b/tests/unit/plugins/modules/network/cnos/__init__.py similarity index 100% rename from tests/unit/modules/network/cnos/__init__.py rename to tests/unit/plugins/modules/network/cnos/__init__.py diff --git a/tests/unit/modules/network/cnos/cnos_module.py b/tests/unit/plugins/modules/network/cnos/cnos_module.py similarity index 100% rename from tests/unit/modules/network/cnos/cnos_module.py rename to tests/unit/plugins/modules/network/cnos/cnos_module.py diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_banner_show_banner.txt b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_banner_show_banner.txt similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_banner_show_banner.txt rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_banner_show_banner.txt diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_bgp_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_bgp_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_bgp_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_bgp_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_config_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_config_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_config_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_config_src.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_config_src.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_config_src.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_linkagg_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_linkagg_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_linkagg_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_linkagg_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_logging_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_logging_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_logging_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_logging_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_static_route.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_static_route.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_static_route.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_static_route.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_system_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_system_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_system_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_system_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_user_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_user_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_user_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_user_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_vlag_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_vlag_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_vlag_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_vlag_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_vlan_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_vlan_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_vlan_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_vlan_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/cnos_vrf_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/cnos_vrf_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/cnos_vrf_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/cnos_vrf_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/l3_interface_config.cfg b/tests/unit/plugins/modules/network/cnos/fixtures/l3_interface_config.cfg similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/l3_interface_config.cfg rename to tests/unit/plugins/modules/network/cnos/fixtures/l3_interface_config.cfg diff --git a/tests/unit/modules/network/cnos/fixtures/show_interface_brief b/tests/unit/plugins/modules/network/cnos/fixtures/show_interface_brief similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_interface_brief rename to tests/unit/plugins/modules/network/cnos/fixtures/show_interface_brief diff --git a/tests/unit/modules/network/cnos/fixtures/show_interface_ethernet_1_33_switchport b/tests/unit/plugins/modules/network/cnos/fixtures/show_interface_ethernet_1_33_switchport similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_interface_ethernet_1_33_switchport rename to tests/unit/plugins/modules/network/cnos/fixtures/show_interface_ethernet_1_33_switchport diff --git a/tests/unit/modules/network/cnos/fixtures/show_interface_ethernet_1_44_switchport b/tests/unit/plugins/modules/network/cnos/fixtures/show_interface_ethernet_1_44_switchport similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_interface_ethernet_1_44_switchport rename to tests/unit/plugins/modules/network/cnos/fixtures/show_interface_ethernet_1_44_switchport diff --git a/tests/unit/modules/network/cnos/fixtures/show_interface_ethernet_1_45_switchport b/tests/unit/plugins/modules/network/cnos/fixtures/show_interface_ethernet_1_45_switchport similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_interface_ethernet_1_45_switchport rename to tests/unit/plugins/modules/network/cnos/fixtures/show_interface_ethernet_1_45_switchport diff --git a/tests/unit/modules/network/cnos/fixtures/show_interface_mac-address b/tests/unit/plugins/modules/network/cnos/fixtures/show_interface_mac-address similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_interface_mac-address rename to tests/unit/plugins/modules/network/cnos/fixtures/show_interface_mac-address diff --git a/tests/unit/modules/network/cnos/fixtures/show_interface_status b/tests/unit/plugins/modules/network/cnos/fixtures/show_interface_status similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_interface_status rename to tests/unit/plugins/modules/network/cnos/fixtures/show_interface_status diff --git a/tests/unit/modules/network/cnos/fixtures/show_ip_interface_brief_vrf_all b/tests/unit/plugins/modules/network/cnos/fixtures/show_ip_interface_brief_vrf_all similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_ip_interface_brief_vrf_all rename to tests/unit/plugins/modules/network/cnos/fixtures/show_ip_interface_brief_vrf_all diff --git a/tests/unit/modules/network/cnos/fixtures/show_ipv6_interface_brief_vrf_all b/tests/unit/plugins/modules/network/cnos/fixtures/show_ipv6_interface_brief_vrf_all similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_ipv6_interface_brief_vrf_all rename to tests/unit/plugins/modules/network/cnos/fixtures/show_ipv6_interface_brief_vrf_all diff --git a/tests/unit/modules/network/cnos/fixtures/show_lldp_neighbors b/tests/unit/plugins/modules/network/cnos/fixtures/show_lldp_neighbors similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_lldp_neighbors rename to tests/unit/plugins/modules/network/cnos/fixtures/show_lldp_neighbors diff --git a/tests/unit/modules/network/cnos/fixtures/show_process_memory b/tests/unit/plugins/modules/network/cnos/fixtures/show_process_memory similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_process_memory rename to tests/unit/plugins/modules/network/cnos/fixtures/show_process_memory diff --git a/tests/unit/modules/network/cnos/fixtures/show_run b/tests/unit/plugins/modules/network/cnos/fixtures/show_run similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_run rename to tests/unit/plugins/modules/network/cnos/fixtures/show_run diff --git a/tests/unit/modules/network/cnos/fixtures/show_run_interface_ethernet_1_33 b/tests/unit/plugins/modules/network/cnos/fixtures/show_run_interface_ethernet_1_33 similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_run_interface_ethernet_1_33 rename to tests/unit/plugins/modules/network/cnos/fixtures/show_run_interface_ethernet_1_33 diff --git a/tests/unit/modules/network/cnos/fixtures/show_run_interface_ethernet_1_45 b/tests/unit/plugins/modules/network/cnos/fixtures/show_run_interface_ethernet_1_45 similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_run_interface_ethernet_1_45 rename to tests/unit/plugins/modules/network/cnos/fixtures/show_run_interface_ethernet_1_45 diff --git a/tests/unit/modules/network/cnos/fixtures/show_running-config b/tests/unit/plugins/modules/network/cnos/fixtures/show_running-config similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_running-config rename to tests/unit/plugins/modules/network/cnos/fixtures/show_running-config diff --git a/tests/unit/modules/network/cnos/fixtures/show_sys-info b/tests/unit/plugins/modules/network/cnos/fixtures/show_sys-info similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_sys-info rename to tests/unit/plugins/modules/network/cnos/fixtures/show_sys-info diff --git a/tests/unit/modules/network/cnos/fixtures/show_version b/tests/unit/plugins/modules/network/cnos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_version rename to tests/unit/plugins/modules/network/cnos/fixtures/show_version diff --git a/tests/unit/modules/network/cnos/fixtures/show_vlan b/tests/unit/plugins/modules/network/cnos/fixtures/show_vlan similarity index 100% rename from tests/unit/modules/network/cnos/fixtures/show_vlan rename to tests/unit/plugins/modules/network/cnos/fixtures/show_vlan diff --git a/tests/unit/modules/network/cnos/test_cnos_banner.py b/tests/unit/plugins/modules/network/cnos/test_cnos_banner.py similarity index 96% rename from tests/unit/modules/network/cnos/test_cnos_banner.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_banner.py index e2f845df2f..50a7f5796a 100644 --- a/tests/unit/modules/network/cnos/test_cnos_banner.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_banner.py @@ -19,7 +19,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_banner -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_bgp.py b/tests/unit/plugins/modules/network/cnos/test_cnos_bgp.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_bgp.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_bgp.py index edc3c49692..61cdc1eda2 100644 --- a/tests/unit/modules/network/cnos/test_cnos_bgp.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_bgp.py @@ -3,7 +3,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_bgp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_command.py b/tests/unit/plugins/modules/network/cnos/test_cnos_command.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_command.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_command.py index fda27bcc6e..757ac14356 100644 --- a/tests/unit/modules/network/cnos/test_cnos_command.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_command.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_config.py b/tests/unit/plugins/modules/network/cnos/test_cnos_config.py similarity index 98% rename from tests/unit/modules/network/cnos/test_cnos_config.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_config.py index 220e0e5d26..475cd83485 100644 --- a/tests/unit/modules/network/cnos/test_cnos_config.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_config.py @@ -24,7 +24,7 @@ from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_config from .cnos_module import TestCnosModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCnosConfigModule(TestCnosModule): diff --git a/tests/unit/modules/network/cnos/test_cnos_facts.py b/tests/unit/plugins/modules/network/cnos/test_cnos_facts.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_facts.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_facts.py index 67dab9929f..f993912324 100644 --- a/tests/unit/modules/network/cnos/test_cnos_facts.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_facts.py @@ -24,7 +24,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from .cnos_module import TestCnosModule, load_fixture from ansible_collections.community.general.plugins.modules.network.cnos import cnos_facts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCnosFacts(TestCnosModule): diff --git a/tests/unit/modules/network/cnos/test_cnos_interface.py b/tests/unit/plugins/modules/network/cnos/test_cnos_interface.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_interface.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_interface.py index 3248c0ed0c..ea1e141ac5 100644 --- a/tests/unit/modules/network/cnos/test_cnos_interface.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_interface.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_l2_interface.py b/tests/unit/plugins/modules/network/cnos/test_cnos_l2_interface.py similarity index 98% rename from tests/unit/modules/network/cnos/test_cnos_l2_interface.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_l2_interface.py index 30130a4f97..7aa96e51aa 100644 --- a/tests/unit/modules/network/cnos/test_cnos_l2_interface.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_l2_interface.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_l2_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_l3_interface.py b/tests/unit/plugins/modules/network/cnos/test_cnos_l3_interface.py similarity index 96% rename from tests/unit/modules/network/cnos/test_cnos_l3_interface.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_l3_interface.py index ed86caa13d..4e813a18e8 100644 --- a/tests/unit/modules/network/cnos/test_cnos_l3_interface.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_l3_interface.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_l3_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_linkagg.py b/tests/unit/plugins/modules/network/cnos/test_cnos_linkagg.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_linkagg.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_linkagg.py index b818408d8a..142c004133 100644 --- a/tests/unit/modules/network/cnos/test_cnos_linkagg.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_linkagg.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_linkagg -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_lldp.py b/tests/unit/plugins/modules/network/cnos/test_cnos_lldp.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_lldp.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_lldp.py index 25053c15f2..36f26a633f 100644 --- a/tests/unit/modules/network/cnos/test_cnos_lldp.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_lldp.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_lldp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_logging.py b/tests/unit/plugins/modules/network/cnos/test_cnos_logging.py similarity index 96% rename from tests/unit/modules/network/cnos/test_cnos_logging.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_logging.py index 06969d791f..b40b012556 100644 --- a/tests/unit/modules/network/cnos/test_cnos_logging.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_logging.py @@ -23,7 +23,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_logging -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_static_route.py b/tests/unit/plugins/modules/network/cnos/test_cnos_static_route.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_static_route.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_static_route.py index f32c6506f8..8479d00cf7 100644 --- a/tests/unit/modules/network/cnos/test_cnos_static_route.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_static_route.py @@ -23,7 +23,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_static_route from .cnos_module import TestCnosModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestCnosStaticRouteModule(TestCnosModule): diff --git a/tests/unit/modules/network/cnos/test_cnos_system.py b/tests/unit/plugins/modules/network/cnos/test_cnos_system.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_system.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_system.py index f321c77767..ff21fc7af2 100644 --- a/tests/unit/modules/network/cnos/test_cnos_system.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_system.py @@ -23,7 +23,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_system -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_user.py b/tests/unit/plugins/modules/network/cnos/test_cnos_user.py similarity index 97% rename from tests/unit/modules/network/cnos/test_cnos_user.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_user.py index b278aae03a..b210753ef6 100644 --- a/tests/unit/modules/network/cnos/test_cnos_user.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_user.py @@ -19,7 +19,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_user -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_vlag.py b/tests/unit/plugins/modules/network/cnos/test_cnos_vlag.py similarity index 95% rename from tests/unit/modules/network/cnos/test_cnos_vlag.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_vlag.py index a80ae7ee34..a4b9335fc2 100644 --- a/tests/unit/modules/network/cnos/test_cnos_vlag.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_vlag.py @@ -3,7 +3,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_vlag -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_vlan.py b/tests/unit/plugins/modules/network/cnos/test_cnos_vlan.py similarity index 98% rename from tests/unit/modules/network/cnos/test_cnos_vlan.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_vlan.py index 35bc77a713..ae31ce6416 100644 --- a/tests/unit/modules/network/cnos/test_cnos_vlan.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_vlan.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_vlan from ansible_collections.community.general.plugins.modules.network.cnos.cnos_vlan import parse_vlan_brief -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cnos/test_cnos_vrf.py b/tests/unit/plugins/modules/network/cnos/test_cnos_vrf.py similarity index 96% rename from tests/unit/modules/network/cnos/test_cnos_vrf.py rename to tests/unit/plugins/modules/network/cnos/test_cnos_vrf.py index 48944b9154..1f97aef8ee 100644 --- a/tests/unit/modules/network/cnos/test_cnos_vrf.py +++ b/tests/unit/plugins/modules/network/cnos/test_cnos_vrf.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.cnos import cnos_vrf -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .cnos_module import TestCnosModule, load_fixture diff --git a/tests/unit/modules/network/cumulus/__init__.py b/tests/unit/plugins/modules/network/cumulus/__init__.py similarity index 100% rename from tests/unit/modules/network/cumulus/__init__.py rename to tests/unit/plugins/modules/network/cumulus/__init__.py diff --git a/tests/unit/modules/network/cumulus/test_nclu.py b/tests/unit/plugins/modules/network/cumulus/test_nclu.py similarity index 100% rename from tests/unit/modules/network/cumulus/test_nclu.py rename to tests/unit/plugins/modules/network/cumulus/test_nclu.py diff --git a/tests/unit/modules/network/edgeos/__init__.py b/tests/unit/plugins/modules/network/edgeos/__init__.py similarity index 100% rename from tests/unit/modules/network/edgeos/__init__.py rename to tests/unit/plugins/modules/network/edgeos/__init__.py diff --git a/tests/unit/modules/network/edgeos/edgeos_module.py b/tests/unit/plugins/modules/network/edgeos/edgeos_module.py similarity index 94% rename from tests/unit/modules/network/edgeos/edgeos_module.py rename to tests/unit/plugins/modules/network/edgeos/edgeos_module.py index e8ab3a04a2..66d46c296e 100644 --- a/tests/unit/modules/network/edgeos/edgeos_module.py +++ b/tests/unit/plugins/modules/network/edgeos/edgeos_module.py @@ -21,7 +21,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/edgeos/fixtures/edgeos_config_config.cfg b/tests/unit/plugins/modules/network/edgeos/fixtures/edgeos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/edgeos/fixtures/edgeos_config_config.cfg rename to tests/unit/plugins/modules/network/edgeos/fixtures/edgeos_config_config.cfg diff --git a/tests/unit/modules/network/edgeos/fixtures/edgeos_config_src.cfg b/tests/unit/plugins/modules/network/edgeos/fixtures/edgeos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/edgeos/fixtures/edgeos_config_src.cfg rename to tests/unit/plugins/modules/network/edgeos/fixtures/edgeos_config_src.cfg diff --git a/tests/unit/modules/network/edgeos/fixtures/edgeos_config_src_brackets.cfg b/tests/unit/plugins/modules/network/edgeos/fixtures/edgeos_config_src_brackets.cfg similarity index 100% rename from tests/unit/modules/network/edgeos/fixtures/edgeos_config_src_brackets.cfg rename to tests/unit/plugins/modules/network/edgeos/fixtures/edgeos_config_src_brackets.cfg diff --git a/tests/unit/modules/network/edgeos/fixtures/show_host_name b/tests/unit/plugins/modules/network/edgeos/fixtures/show_host_name similarity index 100% rename from tests/unit/modules/network/edgeos/fixtures/show_host_name rename to tests/unit/plugins/modules/network/edgeos/fixtures/show_host_name diff --git a/tests/unit/modules/network/edgeos/fixtures/show_version b/tests/unit/plugins/modules/network/edgeos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/edgeos/fixtures/show_version rename to tests/unit/plugins/modules/network/edgeos/fixtures/show_version diff --git a/tests/unit/modules/network/edgeos/test_edgeos_command.py b/tests/unit/plugins/modules/network/edgeos/test_edgeos_command.py similarity index 97% rename from tests/unit/modules/network/edgeos/test_edgeos_command.py rename to tests/unit/plugins/modules/network/edgeos/test_edgeos_command.py index eb767b04f7..5015bc04bd 100644 --- a/tests/unit/modules/network/edgeos/test_edgeos_command.py +++ b/tests/unit/plugins/modules/network/edgeos/test_edgeos_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.edgeos import edgeos_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .edgeos_module import TestEdgeosModule, load_fixture diff --git a/tests/unit/modules/network/edgeos/test_edgeos_config.py b/tests/unit/plugins/modules/network/edgeos/test_edgeos_config.py similarity index 97% rename from tests/unit/modules/network/edgeos/test_edgeos_config.py rename to tests/unit/plugins/modules/network/edgeos/test_edgeos_config.py index 6dfe023d44..ffa492c6bf 100644 --- a/tests/unit/modules/network/edgeos/test_edgeos_config.py +++ b/tests/unit/plugins/modules/network/edgeos/test_edgeos_config.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.edgeos import edgeos_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .edgeos_module import TestEdgeosModule, load_fixture diff --git a/tests/unit/modules/network/edgeos/test_edgeos_facts.py b/tests/unit/plugins/modules/network/edgeos/test_edgeos_facts.py similarity index 97% rename from tests/unit/modules/network/edgeos/test_edgeos_facts.py rename to tests/unit/plugins/modules/network/edgeos/test_edgeos_facts.py index 927471338d..4354a4830e 100644 --- a/tests/unit/modules/network/edgeos/test_edgeos_facts.py +++ b/tests/unit/plugins/modules/network/edgeos/test_edgeos_facts.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.edgeos import edgeos_facts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .edgeos_module import TestEdgeosModule, load_fixture diff --git a/tests/unit/modules/network/edgeswitch/__init__.py b/tests/unit/plugins/modules/network/edgeswitch/__init__.py similarity index 100% rename from tests/unit/modules/network/edgeswitch/__init__.py rename to tests/unit/plugins/modules/network/edgeswitch/__init__.py diff --git a/tests/unit/modules/network/edgeswitch/edgeswitch_module.py b/tests/unit/plugins/modules/network/edgeswitch/edgeswitch_module.py similarity index 94% rename from tests/unit/modules/network/edgeswitch/edgeswitch_module.py rename to tests/unit/plugins/modules/network/edgeswitch/edgeswitch_module.py index ccd471b167..634a886bb3 100644 --- a/tests/unit/modules/network/edgeswitch/edgeswitch_module.py +++ b/tests/unit/plugins/modules/network/edgeswitch/edgeswitch_module.py @@ -21,7 +21,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_description b/tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_description similarity index 100% rename from tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_description rename to tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_description diff --git a/tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_status_all b/tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_status_all similarity index 100% rename from tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_status_all rename to tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_interfaces_status_all diff --git a/tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_sysinfo b/tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_sysinfo similarity index 100% rename from tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_sysinfo rename to tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_sysinfo diff --git a/tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_version b/tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_version similarity index 100% rename from tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_version rename to tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_facts_show_version diff --git a/tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_interfaces_switchport b/tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_interfaces_switchport similarity index 100% rename from tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_interfaces_switchport rename to tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_interfaces_switchport diff --git a/tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_vlan_brief b/tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_vlan_brief similarity index 100% rename from tests/unit/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_vlan_brief rename to tests/unit/plugins/modules/network/edgeswitch/fixtures/edgeswitch_vlan_show_vlan_brief diff --git a/tests/unit/modules/network/edgeswitch/test_edgeswitch_facts.py b/tests/unit/plugins/modules/network/edgeswitch/test_edgeswitch_facts.py similarity index 96% rename from tests/unit/modules/network/edgeswitch/test_edgeswitch_facts.py rename to tests/unit/plugins/modules/network/edgeswitch/test_edgeswitch_facts.py index 2607558e1d..bfe6364e4e 100644 --- a/tests/unit/modules/network/edgeswitch/test_edgeswitch_facts.py +++ b/tests/unit/plugins/modules/network/edgeswitch/test_edgeswitch_facts.py @@ -20,7 +20,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.edgeswitch import edgeswitch_facts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .edgeswitch_module import TestEdgeswitchModule, load_fixture diff --git a/tests/unit/modules/network/edgeswitch/test_edgeswitch_vlan.py b/tests/unit/plugins/modules/network/edgeswitch/test_edgeswitch_vlan.py similarity index 98% rename from tests/unit/modules/network/edgeswitch/test_edgeswitch_vlan.py rename to tests/unit/plugins/modules/network/edgeswitch/test_edgeswitch_vlan.py index 5dbe2848de..33a161fb67 100644 --- a/tests/unit/modules/network/edgeswitch/test_edgeswitch_vlan.py +++ b/tests/unit/plugins/modules/network/edgeswitch/test_edgeswitch_vlan.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.edgeswitch import edgeswitch_vlan from ansible_collections.community.general.plugins.modules.network.edgeswitch.edgeswitch_vlan import parse_vlan_brief, parse_interfaces_switchport -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .edgeswitch_module import TestEdgeswitchModule, load_fixture diff --git a/tests/unit/modules/network/enos/__init__.py b/tests/unit/plugins/modules/network/enos/__init__.py similarity index 100% rename from tests/unit/modules/network/enos/__init__.py rename to tests/unit/plugins/modules/network/enos/__init__.py diff --git a/tests/unit/modules/network/enos/enos_module.py b/tests/unit/plugins/modules/network/enos/enos_module.py similarity index 100% rename from tests/unit/modules/network/enos/enos_module.py rename to tests/unit/plugins/modules/network/enos/enos_module.py diff --git a/tests/unit/modules/network/enos/fixtures/enos_config_config.cfg b/tests/unit/plugins/modules/network/enos/fixtures/enos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/enos/fixtures/enos_config_config.cfg rename to tests/unit/plugins/modules/network/enos/fixtures/enos_config_config.cfg diff --git a/tests/unit/modules/network/enos/fixtures/enos_config_src.cfg b/tests/unit/plugins/modules/network/enos/fixtures/enos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/enos/fixtures/enos_config_src.cfg rename to tests/unit/plugins/modules/network/enos/fixtures/enos_config_src.cfg diff --git a/tests/unit/modules/network/enos/fixtures/show_interface_ip b/tests/unit/plugins/modules/network/enos/fixtures/show_interface_ip similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_interface_ip rename to tests/unit/plugins/modules/network/enos/fixtures/show_interface_ip diff --git a/tests/unit/modules/network/enos/fixtures/show_interface_status b/tests/unit/plugins/modules/network/enos/fixtures/show_interface_status similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_interface_status rename to tests/unit/plugins/modules/network/enos/fixtures/show_interface_status diff --git a/tests/unit/modules/network/enos/fixtures/show_lldp_port b/tests/unit/plugins/modules/network/enos/fixtures/show_lldp_port similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_lldp_port rename to tests/unit/plugins/modules/network/enos/fixtures/show_lldp_port diff --git a/tests/unit/modules/network/enos/fixtures/show_lldp_remote-device_port b/tests/unit/plugins/modules/network/enos/fixtures/show_lldp_remote-device_port similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_lldp_remote-device_port rename to tests/unit/plugins/modules/network/enos/fixtures/show_lldp_remote-device_port diff --git a/tests/unit/modules/network/enos/fixtures/show_run b/tests/unit/plugins/modules/network/enos/fixtures/show_run similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_run rename to tests/unit/plugins/modules/network/enos/fixtures/show_run diff --git a/tests/unit/modules/network/enos/fixtures/show_running-config b/tests/unit/plugins/modules/network/enos/fixtures/show_running-config similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_running-config rename to tests/unit/plugins/modules/network/enos/fixtures/show_running-config diff --git a/tests/unit/modules/network/enos/fixtures/show_system_memory b/tests/unit/plugins/modules/network/enos/fixtures/show_system_memory similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_system_memory rename to tests/unit/plugins/modules/network/enos/fixtures/show_system_memory diff --git a/tests/unit/modules/network/enos/fixtures/show_version b/tests/unit/plugins/modules/network/enos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/enos/fixtures/show_version rename to tests/unit/plugins/modules/network/enos/fixtures/show_version diff --git a/tests/unit/modules/network/enos/test_enos_command.py b/tests/unit/plugins/modules/network/enos/test_enos_command.py similarity index 97% rename from tests/unit/modules/network/enos/test_enos_command.py rename to tests/unit/plugins/modules/network/enos/test_enos_command.py index 43d4039fae..8171bd3d76 100644 --- a/tests/unit/modules/network/enos/test_enos_command.py +++ b/tests/unit/plugins/modules/network/enos/test_enos_command.py @@ -21,7 +21,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.enos import enos_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .enos_module import TestEnosModule, load_fixture diff --git a/tests/unit/modules/network/enos/test_enos_config.py b/tests/unit/plugins/modules/network/enos/test_enos_config.py similarity index 98% rename from tests/unit/modules/network/enos/test_enos_config.py rename to tests/unit/plugins/modules/network/enos/test_enos_config.py index 7ed86de0fc..330b7f2b25 100644 --- a/tests/unit/modules/network/enos/test_enos_config.py +++ b/tests/unit/plugins/modules/network/enos/test_enos_config.py @@ -24,7 +24,7 @@ from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.enos import enos_config from .enos_module import TestEnosModule, load_fixture -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestEnosConfigModule(TestEnosModule): diff --git a/tests/unit/modules/network/enos/test_enos_facts.py b/tests/unit/plugins/modules/network/enos/test_enos_facts.py similarity index 97% rename from tests/unit/modules/network/enos/test_enos_facts.py rename to tests/unit/plugins/modules/network/enos/test_enos_facts.py index c66a7bf2b3..38162a03d4 100644 --- a/tests/unit/modules/network/enos/test_enos_facts.py +++ b/tests/unit/plugins/modules/network/enos/test_enos_facts.py @@ -24,7 +24,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from .enos_module import TestEnosModule, load_fixture from ansible_collections.community.general.plugins.modules.network.enos import enos_facts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestEnosFacts(TestEnosModule): diff --git a/tests/unit/modules/network/eric_eccli/__init__.py b/tests/unit/plugins/modules/network/eric_eccli/__init__.py similarity index 100% rename from tests/unit/modules/network/eric_eccli/__init__.py rename to tests/unit/plugins/modules/network/eric_eccli/__init__.py diff --git a/tests/unit/modules/network/eric_eccli/eccli_module.py b/tests/unit/plugins/modules/network/eric_eccli/eccli_module.py similarity index 94% rename from tests/unit/modules/network/eric_eccli/eccli_module.py rename to tests/unit/plugins/modules/network/eric_eccli/eccli_module.py index e285bbab07..51e5ff67f2 100644 --- a/tests/unit/modules/network/eric_eccli/eccli_module.py +++ b/tests/unit/plugins/modules/network/eric_eccli/eccli_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/eric_eccli/fixtures/configure_terminal b/tests/unit/plugins/modules/network/eric_eccli/fixtures/configure_terminal similarity index 100% rename from tests/unit/modules/network/eric_eccli/fixtures/configure_terminal rename to tests/unit/plugins/modules/network/eric_eccli/fixtures/configure_terminal diff --git a/tests/unit/modules/network/eric_eccli/fixtures/show_version b/tests/unit/plugins/modules/network/eric_eccli/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/eric_eccli/fixtures/show_version rename to tests/unit/plugins/modules/network/eric_eccli/fixtures/show_version diff --git a/tests/unit/modules/network/eric_eccli/test_eric_eccli_command.py b/tests/unit/plugins/modules/network/eric_eccli/test_eric_eccli_command.py similarity index 98% rename from tests/unit/modules/network/eric_eccli/test_eric_eccli_command.py rename to tests/unit/plugins/modules/network/eric_eccli/test_eric_eccli_command.py index e73049dfd7..8b380b2a87 100644 --- a/tests/unit/modules/network/eric_eccli/test_eric_eccli_command.py +++ b/tests/unit/plugins/modules/network/eric_eccli/test_eric_eccli_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.eric_eccli import eric_eccli_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .eccli_module import TestEccliModule, load_fixture diff --git a/tests/unit/modules/network/exos/__init__.py b/tests/unit/plugins/modules/network/exos/__init__.py similarity index 100% rename from tests/unit/modules/network/exos/__init__.py rename to tests/unit/plugins/modules/network/exos/__init__.py diff --git a/tests/unit/modules/network/exos/exos_module.py b/tests/unit/plugins/modules/network/exos/exos_module.py similarity index 94% rename from tests/unit/modules/network/exos/exos_module.py rename to tests/unit/plugins/modules/network/exos/exos_module.py index 8da58f22a6..13dcd3801d 100644 --- a/tests/unit/modules/network/exos/exos_module.py +++ b/tests/unit/plugins/modules/network/exos/exos_module.py @@ -21,7 +21,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/exos/fixtures/exos_config_config.cfg b/tests/unit/plugins/modules/network/exos/fixtures/exos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/exos/fixtures/exos_config_config.cfg rename to tests/unit/plugins/modules/network/exos/fixtures/exos_config_config.cfg diff --git a/tests/unit/modules/network/exos/fixtures/exos_config_modified.cfg b/tests/unit/plugins/modules/network/exos/fixtures/exos_config_modified.cfg similarity index 100% rename from tests/unit/modules/network/exos/fixtures/exos_config_modified.cfg rename to tests/unit/plugins/modules/network/exos/fixtures/exos_config_modified.cfg diff --git a/tests/unit/modules/network/exos/fixtures/exos_config_src.cfg b/tests/unit/plugins/modules/network/exos/fixtures/exos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/exos/fixtures/exos_config_src.cfg rename to tests/unit/plugins/modules/network/exos/fixtures/exos_config_src.cfg diff --git a/tests/unit/modules/network/exos/fixtures/show_lldp_neighbors b/tests/unit/plugins/modules/network/exos/fixtures/show_lldp_neighbors similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_lldp_neighbors rename to tests/unit/plugins/modules/network/exos/fixtures/show_lldp_neighbors diff --git a/tests/unit/modules/network/exos/fixtures/show_memory b/tests/unit/plugins/modules/network/exos/fixtures/show_memory similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_memory rename to tests/unit/plugins/modules/network/exos/fixtures/show_memory diff --git a/tests/unit/modules/network/exos/fixtures/show_port_config b/tests/unit/plugins/modules/network/exos/fixtures/show_port_config similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_port_config rename to tests/unit/plugins/modules/network/exos/fixtures/show_port_config diff --git a/tests/unit/modules/network/exos/fixtures/show_port_description b/tests/unit/plugins/modules/network/exos/fixtures/show_port_description similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_port_description rename to tests/unit/plugins/modules/network/exos/fixtures/show_port_description diff --git a/tests/unit/modules/network/exos/fixtures/show_switch b/tests/unit/plugins/modules/network/exos/fixtures/show_switch similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_switch rename to tests/unit/plugins/modules/network/exos/fixtures/show_switch diff --git a/tests/unit/modules/network/exos/fixtures/show_version b/tests/unit/plugins/modules/network/exos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_version rename to tests/unit/plugins/modules/network/exos/fixtures/show_version diff --git a/tests/unit/modules/network/exos/fixtures/show_vlan b/tests/unit/plugins/modules/network/exos/fixtures/show_vlan similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_vlan rename to tests/unit/plugins/modules/network/exos/fixtures/show_vlan diff --git a/tests/unit/modules/network/exos/fixtures/show_vlan_detail b/tests/unit/plugins/modules/network/exos/fixtures/show_vlan_detail similarity index 100% rename from tests/unit/modules/network/exos/fixtures/show_vlan_detail rename to tests/unit/plugins/modules/network/exos/fixtures/show_vlan_detail diff --git a/tests/unit/modules/network/exos/test_exos_command.py b/tests/unit/plugins/modules/network/exos/test_exos_command.py similarity index 97% rename from tests/unit/modules/network/exos/test_exos_command.py rename to tests/unit/plugins/modules/network/exos/test_exos_command.py index 8d9995e1e5..c95b13c12a 100644 --- a/tests/unit/modules/network/exos/test_exos_command.py +++ b/tests/unit/plugins/modules/network/exos/test_exos_command.py @@ -22,7 +22,7 @@ __metaclass__ = type import json from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.exos import exos_command from .exos_module import TestExosModule, load_fixture diff --git a/tests/unit/modules/network/exos/test_exos_config.py b/tests/unit/plugins/modules/network/exos/test_exos_config.py similarity index 99% rename from tests/unit/modules/network/exos/test_exos_config.py rename to tests/unit/plugins/modules/network/exos/test_exos_config.py index f37d3c932e..2d24786ab4 100644 --- a/tests/unit/modules/network/exos/test_exos_config.py +++ b/tests/unit/plugins/modules/network/exos/test_exos_config.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch, MagicMock -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.cliconf.exos import Cliconf from ansible_collections.community.general.plugins.modules.network.exos import exos_config from .exos_module import TestExosModule, load_fixture diff --git a/tests/unit/modules/network/exos/test_exos_facts.py b/tests/unit/plugins/modules/network/exos/test_exos_facts.py similarity index 97% rename from tests/unit/modules/network/exos/test_exos_facts.py rename to tests/unit/plugins/modules/network/exos/test_exos_facts.py index 97e6417c7d..de908306f2 100644 --- a/tests/unit/modules/network/exos/test_exos_facts.py +++ b/tests/unit/plugins/modules/network/exos/test_exos_facts.py @@ -23,7 +23,7 @@ import os import json from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible.module_utils.common._collections_compat import Mapping from ansible_collections.community.general.plugins.modules.network.exos import exos_facts from .exos_module import TestExosModule diff --git a/tests/unit/modules/network/f5/__init__.py b/tests/unit/plugins/modules/network/f5/__init__.py similarity index 100% rename from tests/unit/modules/network/f5/__init__.py rename to tests/unit/plugins/modules/network/f5/__init__.py diff --git a/tests/unit/modules/network/f5/fixtures/MyApp-0.1.0-0001.noarch.rpm b/tests/unit/plugins/modules/network/f5/fixtures/MyApp-0.1.0-0001.noarch.rpm similarity index 100% rename from tests/unit/modules/network/f5/fixtures/MyApp-0.1.0-0001.noarch.rpm rename to tests/unit/plugins/modules/network/f5/fixtures/MyApp-0.1.0-0001.noarch.rpm diff --git a/tests/unit/modules/network/f5/fixtures/basic-iapp.tmpl b/tests/unit/plugins/modules/network/f5/fixtures/basic-iapp.tmpl similarity index 100% rename from tests/unit/modules/network/f5/fixtures/basic-iapp.tmpl rename to tests/unit/plugins/modules/network/f5/fixtures/basic-iapp.tmpl diff --git a/tests/unit/modules/network/f5/fixtures/cert1.crt b/tests/unit/plugins/modules/network/f5/fixtures/cert1.crt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/cert1.crt rename to tests/unit/plugins/modules/network/f5/fixtures/cert1.crt diff --git a/tests/unit/modules/network/f5/fixtures/cert1.key b/tests/unit/plugins/modules/network/f5/fixtures/cert1.key similarity index 100% rename from tests/unit/modules/network/f5/fixtures/cert1.key rename to tests/unit/plugins/modules/network/f5/fixtures/cert1.key diff --git a/tests/unit/modules/network/f5/fixtures/cert2.crt b/tests/unit/plugins/modules/network/f5/fixtures/cert2.crt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/cert2.crt rename to tests/unit/plugins/modules/network/f5/fixtures/cert2.crt diff --git a/tests/unit/modules/network/f5/fixtures/cert2.key b/tests/unit/plugins/modules/network/f5/fixtures/cert2.key similarity index 100% rename from tests/unit/modules/network/f5/fixtures/cert2.key rename to tests/unit/plugins/modules/network/f5/fixtures/cert2.key diff --git a/tests/unit/modules/network/f5/fixtures/chain1.crt b/tests/unit/plugins/modules/network/f5/fixtures/chain1.crt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/chain1.crt rename to tests/unit/plugins/modules/network/f5/fixtures/chain1.crt diff --git a/tests/unit/modules/network/f5/fixtures/create_gtm_irule.tcl b/tests/unit/plugins/modules/network/f5/fixtures/create_gtm_irule.tcl similarity index 100% rename from tests/unit/modules/network/f5/fixtures/create_gtm_irule.tcl rename to tests/unit/plugins/modules/network/f5/fixtures/create_gtm_irule.tcl diff --git a/tests/unit/modules/network/f5/fixtures/create_iapp_service_parameters_f5_http.json b/tests/unit/plugins/modules/network/f5/fixtures/create_iapp_service_parameters_f5_http.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/create_iapp_service_parameters_f5_http.json rename to tests/unit/plugins/modules/network/f5/fixtures/create_iapp_service_parameters_f5_http.json diff --git a/tests/unit/modules/network/f5/fixtures/create_iapp_template.iapp b/tests/unit/plugins/modules/network/f5/fixtures/create_iapp_template.iapp similarity index 100% rename from tests/unit/modules/network/f5/fixtures/create_iapp_template.iapp rename to tests/unit/plugins/modules/network/f5/fixtures/create_iapp_template.iapp diff --git a/tests/unit/modules/network/f5/fixtures/create_insecure_cert1.crt b/tests/unit/plugins/modules/network/f5/fixtures/create_insecure_cert1.crt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/create_insecure_cert1.crt rename to tests/unit/plugins/modules/network/f5/fixtures/create_insecure_cert1.crt diff --git a/tests/unit/modules/network/f5/fixtures/create_insecure_key1.key b/tests/unit/plugins/modules/network/f5/fixtures/create_insecure_key1.key similarity index 100% rename from tests/unit/modules/network/f5/fixtures/create_insecure_key1.key rename to tests/unit/plugins/modules/network/f5/fixtures/create_insecure_key1.key diff --git a/tests/unit/modules/network/f5/fixtures/create_ltm_irule.tcl b/tests/unit/plugins/modules/network/f5/fixtures/create_ltm_irule.tcl similarity index 100% rename from tests/unit/modules/network/f5/fixtures/create_ltm_irule.tcl rename to tests/unit/plugins/modules/network/f5/fixtures/create_ltm_irule.tcl diff --git a/tests/unit/modules/network/f5/fixtures/data-group-address.txt b/tests/unit/plugins/modules/network/f5/fixtures/data-group-address.txt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/data-group-address.txt rename to tests/unit/plugins/modules/network/f5/fixtures/data-group-address.txt diff --git a/tests/unit/modules/network/f5/fixtures/data-group-integer.txt b/tests/unit/plugins/modules/network/f5/fixtures/data-group-integer.txt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/data-group-integer.txt rename to tests/unit/plugins/modules/network/f5/fixtures/data-group-integer.txt diff --git a/tests/unit/modules/network/f5/fixtures/data-group-string.txt b/tests/unit/plugins/modules/network/f5/fixtures/data-group-string.txt similarity index 100% rename from tests/unit/modules/network/f5/fixtures/data-group-string.txt rename to tests/unit/plugins/modules/network/f5/fixtures/data-group-string.txt diff --git a/tests/unit/modules/network/f5/fixtures/fake_policy.tar.gz b/tests/unit/plugins/modules/network/f5/fixtures/fake_policy.tar.gz similarity index 100% rename from tests/unit/modules/network/f5/fixtures/fake_policy.tar.gz rename to tests/unit/plugins/modules/network/f5/fixtures/fake_policy.tar.gz diff --git a/tests/unit/modules/network/f5/fixtures/fake_policy.xml b/tests/unit/plugins/modules/network/f5/fixtures/fake_policy.xml similarity index 100% rename from tests/unit/modules/network/f5/fixtures/fake_policy.xml rename to tests/unit/plugins/modules/network/f5/fixtures/fake_policy.xml diff --git a/tests/unit/modules/network/f5/fixtures/load_afm_global_network_log_network.json b/tests/unit/plugins/modules/network/f5/fixtures/load_afm_global_network_log_network.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_afm_global_network_log_network.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_afm_global_network_log_network.json diff --git a/tests/unit/modules/network/f5/fixtures/load_afm_log_global_network_profile.json b/tests/unit/plugins/modules/network/f5/fixtures/load_afm_log_global_network_profile.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_afm_log_global_network_profile.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_afm_log_global_network_profile.json diff --git a/tests/unit/modules/network/f5/fixtures/load_afm_schedule.json b/tests/unit/plugins/modules/network/f5/fixtures/load_afm_schedule.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_afm_schedule.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_afm_schedule.json diff --git a/tests/unit/modules/network/f5/fixtures/load_apm_acl.json b/tests/unit/plugins/modules/network/f5/fixtures/load_apm_acl.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_apm_acl.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_apm_acl.json diff --git a/tests/unit/modules/network/f5/fixtures/load_apm_network_access.json b/tests/unit/plugins/modules/network/f5/fixtures/load_apm_network_access.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_apm_network_access.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_apm_network_access.json diff --git a/tests/unit/modules/network/f5/fixtures/load_asm_dos.json b/tests/unit/plugins/modules/network/f5/fixtures/load_asm_dos.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_asm_dos.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_asm_dos.json diff --git a/tests/unit/modules/network/f5/fixtures/load_asm_policy_active.json b/tests/unit/plugins/modules/network/f5/fixtures/load_asm_policy_active.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_asm_policy_active.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_asm_policy_active.json diff --git a/tests/unit/modules/network/f5/fixtures/load_asm_policy_inactive.json b/tests/unit/plugins/modules/network/f5/fixtures/load_asm_policy_inactive.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_asm_policy_inactive.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_asm_policy_inactive.json diff --git a/tests/unit/modules/network/f5/fixtures/load_auth_remote_role_role_info_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_auth_remote_role_role_info_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_auth_remote_role_role_info_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_auth_remote_role_role_info_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_auth_user_no_pass.json b/tests/unit/plugins/modules/network/f5/fixtures/load_auth_user_no_pass.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_auth_user_no_pass.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_auth_user_no_pass.json diff --git a/tests/unit/modules/network/f5/fixtures/load_auth_user_with_pass.json b/tests/unit/plugins/modules/network/f5/fixtures/load_auth_user_with_pass.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_auth_user_with_pass.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_auth_user_with_pass.json diff --git a/tests/unit/modules/network/f5/fixtures/load_generic_parser.json b/tests/unit/plugins/modules/network/f5/fixtures/load_generic_parser.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_generic_parser.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_generic_parser.json diff --git a/tests/unit/modules/network/f5/fixtures/load_generic_peer.json b/tests/unit/plugins/modules/network/f5/fixtures/load_generic_peer.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_generic_peer.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_generic_peer.json diff --git a/tests/unit/modules/network/f5/fixtures/load_generic_route.json b/tests/unit/plugins/modules/network/f5/fixtures/load_generic_route.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_generic_route.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_generic_route.json diff --git a/tests/unit/modules/network/f5/fixtures/load_generic_router.json b/tests/unit/plugins/modules/network/f5/fixtures/load_generic_router.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_generic_router.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_generic_router.json diff --git a/tests/unit/modules/network/f5/fixtures/load_generic_transport_config.json b/tests/unit/plugins/modules/network/f5/fixtures/load_generic_transport_config.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_generic_transport_config.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_generic_transport_config.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_datacenter_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_datacenter_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_datacenter_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_datacenter_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_datacenter_disabled.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_datacenter_disabled.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_datacenter_disabled.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_datacenter_disabled.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_global_settings_general_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_global_settings_general_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_global_settings_general_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_global_settings_general_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_irules.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_irules.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_irules.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_irules.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_monitor_firepass_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_monitor_firepass_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_monitor_firepass_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_monitor_firepass_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_monitor_http_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_monitor_http_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_monitor_http_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_monitor_http_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_collection.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_collection.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_collection.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_collection.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_example_stats.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_example_stats.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_example_stats.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_example_stats.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_member_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_member_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_member_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_member_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_with_members_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_with_members_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_pool_a_with_members_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_a_with_members_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_pool_untyped_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_untyped_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_pool_untyped_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_pool_untyped_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_server_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_server_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_server_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_server_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_server_virtual_2.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_server_virtual_2.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_server_virtual_2.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_server_virtual_2.json diff --git a/tests/unit/modules/network/f5/fixtures/load_gtm_wide_ip_with_pools.json b/tests/unit/plugins/modules/network/f5/fixtures/load_gtm_wide_ip_with_pools.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_gtm_wide_ip_with_pools.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_gtm_wide_ip_with_pools.json diff --git a/tests/unit/modules/network/f5/fixtures/load_imish_output_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_imish_output_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_imish_output_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_imish_output_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_dns_cache_resolver_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_dns_cache_resolver_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_dns_cache_resolver_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_dns_cache_resolver_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_dns_zone_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_dns_zone_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_dns_zone_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_dns_zone_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_fastl4_profile_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_fastl4_profile_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_fastl4_profile_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_fastl4_profile_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_http2_profile.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_http2_profile.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_http2_profile.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_http2_profile.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_http_profile_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_http_profile_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_http_profile_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_http_profile_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_irules.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_irules.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_irules.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_irules.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_monitor_http.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_http.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_monitor_http.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_http.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_monitor_https.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_https.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_monitor_https.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_https.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_monitor_tcp.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_tcp.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_monitor_tcp.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_tcp.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_monitor_tcp_echo.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_tcp_echo.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_monitor_tcp_echo.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_tcp_echo.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_monitor_tcp_half_open.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_tcp_half_open.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_monitor_tcp_half_open.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_tcp_half_open.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_monitor_udp.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_udp.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_monitor_udp.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_monitor_udp.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_node_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_node_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_node_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_node_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_node_2.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_node_2.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_node_2.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_node_2.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_node_3.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_node_3.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_node_3.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_node_3.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_policy_draft_rule_http-uri_forward.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_policy_draft_rule_http-uri_forward.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_policy_draft_rule_http-uri_forward.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_policy_draft_rule_http-uri_forward.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_pool.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_pool.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_pool.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_pool.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_analytics_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_analytics_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_analytics_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_analytics_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_clientssl.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_clientssl.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_clientssl.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_clientssl.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_dns_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_dns_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_dns_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_dns_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_http_compression_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_http_compression_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_http_compression_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_http_compression_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_oneconnect_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_oneconnect_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_oneconnect_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_oneconnect_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_persistence_cookie_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_persistence_cookie_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_persistence_cookie_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_persistence_cookie_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_persistence_src_addr_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_persistence_src_addr_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_persistence_src_addr_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_persistence_src_addr_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_serverssl_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_serverssl_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_serverssl_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_serverssl_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_tcp_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_tcp_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_tcp_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_tcp_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_profile_udp_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_udp_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_profile_udp_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_profile_udp_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_snat_translation_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_snat_translation_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_snat_translation_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_snat_translation_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_snatpool.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_snatpool.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_snatpool.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_snatpool.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_virtual_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_virtual_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_virtual_1_address.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_1_address.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_virtual_1_address.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_1_address.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_virtual_2.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_2.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_virtual_2.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_2.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_virtual_3.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_3.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_virtual_3.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_3.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_virtual_address_collection_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_address_collection_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_virtual_address_collection_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_address_collection_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ltm_virtual_address_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_address_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ltm_virtual_address_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ltm_virtual_address_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_machine_resolver.json b/tests/unit/plugins/modules/network/f5/fixtures/load_machine_resolver.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_machine_resolver.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_machine_resolver.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_dns_resolver_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_dns_resolver_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_dns_resolver_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_dns_resolver_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_interfaces.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_interfaces.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_interfaces.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_interfaces.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_node_with_fqdn.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_node_with_fqdn.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_node_with_fqdn.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_node_with_fqdn.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_node_with_ipv4_address.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_node_with_ipv4_address.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_node_with_ipv4_address.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_node_with_ipv4_address.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_route_description.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_route_description.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_route_description.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_route_description.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_route_domain_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_route_domain_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_route_domain_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_route_domain_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_service_policy_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_service_policy_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_service_policy_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_service_policy_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_timer_policy_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_timer_policy_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_timer_policy_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_timer_policy_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_net_tunnel_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_net_tunnel_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_net_tunnel_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_net_tunnel_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_ntp.json b/tests/unit/plugins/modules/network/f5/fixtures/load_ntp.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_ntp.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_ntp.json diff --git a/tests/unit/modules/network/f5/fixtures/load_regkey_license_key.json b/tests/unit/plugins/modules/network/f5/fixtures/load_regkey_license_key.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_regkey_license_key.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_regkey_license_key.json diff --git a/tests/unit/modules/network/f5/fixtures/load_regkey_license_pool.json b/tests/unit/plugins/modules/network/f5/fixtures/load_regkey_license_pool.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_regkey_license_pool.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_regkey_license_pool.json diff --git a/tests/unit/modules/network/f5/fixtures/load_remote_user_settings.json b/tests/unit/plugins/modules/network/f5/fixtures/load_remote_user_settings.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_remote_user_settings.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_remote_user_settings.json diff --git a/tests/unit/modules/network/f5/fixtures/load_security_address_list_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_security_address_list_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_security_address_list_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_security_address_list_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_security_firewall_global_rules_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_security_firewall_global_rules_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_security_firewall_global_rules_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_security_firewall_global_rules_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_security_firewall_policy_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_security_firewall_policy_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_security_firewall_policy_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_security_firewall_policy_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_security_port_list_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_security_port_list_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_security_port_list_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_security_port_list_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_shared_system_setup_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_shared_system_setup_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_shared_system_setup_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_shared_system_setup_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_application_template_w_new_checksum.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_application_template_w_new_checksum.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_application_template_w_new_checksum.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_application_template_w_new_checksum.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_application_template_w_old_checksum.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_application_template_w_old_checksum.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_application_template_w_old_checksum.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_application_template_w_old_checksum.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_crypto_cert_validator_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_crypto_cert_validator_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_crypto_cert_validator_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_crypto_cert_validator_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_file_external-monitor_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_file_external-monitor_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_file_external-monitor_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_file_external-monitor_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_file_ssl_cert_with_issuer_cert.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_file_ssl_cert_with_issuer_cert.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_file_ssl_cert_with_issuer_cert.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_file_ssl_cert_with_issuer_cert.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_global_settings.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_global_settings.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_global_settings.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_global_settings.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_httpd.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_httpd.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_httpd.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_httpd.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_httpd_non_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_httpd_non_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_httpd_non_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_httpd_non_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_log_config_destination_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_log_config_destination_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_log_config_destination_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_log_config_destination_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_log_config_publisher_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_log_config_publisher_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_log_config_publisher_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_log_config_publisher_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_management_route_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_management_route_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_management_route_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_management_route_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_provision_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_provision_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_provision_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_provision_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_smtp_server.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_smtp_server.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_smtp_server.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_smtp_server.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_2.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_2.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_2.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_2.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_3.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_3.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_3.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_3.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_4.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_4.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_snmp_communities_4.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_communities_4.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_snmp_users_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_users_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_snmp_users_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_snmp_users_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_software_image_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_software_image_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_software_image_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_software_image_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_software_update.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_software_update.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_software_update.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_software_update.json diff --git a/tests/unit/modules/network/f5/fixtures/load_sys_syslog_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_sys_syslog_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_sys_syslog_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_sys_syslog_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tg_ha_order.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tg_ha_order.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tg_ha_order.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tg_ha_order.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_auth_partition.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_auth_partition.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_auth_partition.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_auth_partition.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_auth_password_policy_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_auth_password_policy_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_auth_password_policy_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_auth_password_policy_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_auth_tacacs_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_auth_tacacs_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_auth_tacacs_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_auth_tacacs_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cli_alias_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cli_alias_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cli_alias_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cli_alias_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cli_script_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cli_script_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cli_script_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cli_script_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cm_device.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_device.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cm_device.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_device.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cm_device_default.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_device_default.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cm_device_default.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_device_default.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cm_device_group.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_device_group.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cm_device_group.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_device_group.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cm_traffic_group_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_traffic_group_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cm_traffic_group_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_traffic_group_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_cm_traffic_group_2.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_traffic_group_2.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_cm_traffic_group_2.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_cm_traffic_group_2.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_net_self.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_net_self.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_net_self.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_net_self.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_net_trunk_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_net_trunk_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_net_trunk_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_net_trunk_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_sys_syslog_1.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_sys_syslog_1.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_sys_syslog_1.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_sys_syslog_1.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tm_sys_syslog_2.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tm_sys_syslog_2.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tm_sys_syslog_2.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tm_sys_syslog_2.json diff --git a/tests/unit/modules/network/f5/fixtures/load_tmm_log.json b/tests/unit/plugins/modules/network/f5/fixtures/load_tmm_log.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_tmm_log.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_tmm_log.json diff --git a/tests/unit/modules/network/f5/fixtures/load_vlan.json b/tests/unit/plugins/modules/network/f5/fixtures/load_vlan.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_vlan.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_vlan.json diff --git a/tests/unit/modules/network/f5/fixtures/load_vlan_interfaces.json b/tests/unit/plugins/modules/network/f5/fixtures/load_vlan_interfaces.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_vlan_interfaces.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_vlan_interfaces.json diff --git a/tests/unit/modules/network/f5/fixtures/load_vlan_tagged_ifcs.json b/tests/unit/plugins/modules/network/f5/fixtures/load_vlan_tagged_ifcs.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_vlan_tagged_ifcs.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_vlan_tagged_ifcs.json diff --git a/tests/unit/modules/network/f5/fixtures/load_vlan_untag_ifcs.json b/tests/unit/plugins/modules/network/f5/fixtures/load_vlan_untag_ifcs.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/load_vlan_untag_ifcs.json rename to tests/unit/plugins/modules/network/f5/fixtures/load_vlan_untag_ifcs.json diff --git a/tests/unit/modules/network/f5/fixtures/pool_members_subcollection.json b/tests/unit/plugins/modules/network/f5/fixtures/pool_members_subcollection.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/pool_members_subcollection.json rename to tests/unit/plugins/modules/network/f5/fixtures/pool_members_subcollection.json diff --git a/tests/unit/modules/network/f5/fixtures/update_iapp_service_parameters_f5_http.json b/tests/unit/plugins/modules/network/f5/fixtures/update_iapp_service_parameters_f5_http.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/update_iapp_service_parameters_f5_http.json rename to tests/unit/plugins/modules/network/f5/fixtures/update_iapp_service_parameters_f5_http.json diff --git a/tests/unit/modules/network/f5/fixtures/update_vlan_description.json b/tests/unit/plugins/modules/network/f5/fixtures/update_vlan_description.json similarity index 100% rename from tests/unit/modules/network/f5/fixtures/update_vlan_description.json rename to tests/unit/plugins/modules/network/f5/fixtures/update_vlan_description.json diff --git a/tests/unit/modules/network/f5/test_bigip_gtm_facts.py b/tests/unit/plugins/modules/network/f5/test_bigip_gtm_facts.py similarity index 97% rename from tests/unit/modules/network/f5/test_bigip_gtm_facts.py rename to tests/unit/plugins/modules/network/f5/test_bigip_gtm_facts.py index e58c32a129..5dcae161d1 100644 --- a/tests/unit/modules/network/f5/test_bigip_gtm_facts.py +++ b/tests/unit/plugins/modules/network/f5/test_bigip_gtm_facts.py @@ -40,7 +40,7 @@ except ImportError: from ansible_collections.f5networks.f5_modules.plugins.modules.network.f5.bigip_gtm_pool import ArgumentSpec from f5.bigip.tm.gtm.pool import A from f5.utils.responses.handlers import Stats - from ansible_collections.community.general.tests.unit.modules.utils import set_module_args + from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args except ImportError: pytestmark.append(pytest.mark.skip("F5 Ansible modules require the f5-sdk Python library")) # pytestmark will cause this test to skip but we have to define A so that classes can be diff --git a/tests/unit/modules/network/f5/test_bigip_security_address_list.py b/tests/unit/plugins/modules/network/f5/test_bigip_security_address_list.py similarity index 97% rename from tests/unit/modules/network/f5/test_bigip_security_address_list.py rename to tests/unit/plugins/modules/network/f5/test_bigip_security_address_list.py index b7c600b097..44b251c073 100644 --- a/tests/unit/modules/network/f5/test_bigip_security_address_list.py +++ b/tests/unit/plugins/modules/network/f5/test_bigip_security_address_list.py @@ -32,7 +32,7 @@ except ImportError: from ansible_collections.community.general.plugins.modules.network.f5.bigip_security_address_list import ModuleParameters from ansible_collections.community.general.plugins.modules.network.f5.bigip_security_address_list import ModuleManager from ansible_collections.community.general.plugins.modules.network.f5.bigip_security_address_list import ArgumentSpec - from ansible_collections.community.general.tests.unit.modules.utils import set_module_args + from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args except ImportError: pytestmark.append(pytest.mark.skip("F5 Ansible modules require the f5-sdk Python library")) diff --git a/tests/unit/modules/network/f5/test_bigip_security_port_list.py b/tests/unit/plugins/modules/network/f5/test_bigip_security_port_list.py similarity index 97% rename from tests/unit/modules/network/f5/test_bigip_security_port_list.py rename to tests/unit/plugins/modules/network/f5/test_bigip_security_port_list.py index 4f86a41219..9c516038aa 100644 --- a/tests/unit/modules/network/f5/test_bigip_security_port_list.py +++ b/tests/unit/plugins/modules/network/f5/test_bigip_security_port_list.py @@ -32,7 +32,7 @@ except ImportError: from ansible_collections.community.general.plugins.modules.network.f5.bigip_security_port_list import ModuleParameters from ansible_collections.community.general.plugins.modules.network.f5.bigip_security_port_list import ModuleManager from ansible_collections.community.general.plugins.modules.network.f5.bigip_security_port_list import ArgumentSpec - from ansible_collections.community.general.tests.unit.modules.utils import set_module_args + from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args except ImportError: pytestmark.append(pytest.mark.skip("F5 Ansible modules require the f5-sdk Python library")) diff --git a/tests/unit/modules/network/fortimanager/__init__.py b/tests/unit/plugins/modules/network/fortimanager/__init__.py similarity index 100% rename from tests/unit/modules/network/fortimanager/__init__.py rename to tests/unit/plugins/modules/network/fortimanager/__init__.py diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device_config.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device_config.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device_config.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device_config.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device_group.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device_group.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device_group.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device_group.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device_provision_template.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device_provision_template.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_device_provision_template.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_device_provision_template.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_address.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_address.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_address.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_address.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_service.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_service.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_service.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_service.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwpol_package.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwpol_package.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_fwpol_package.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_fwpol_package.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_ha.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_ha.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_ha.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_ha.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_query.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_query.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_query.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_query.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_script.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_script.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_script.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_script.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_av.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_av.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_av.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_av.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_dns.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_dns.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_dns.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_dns.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_ips.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_ips.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_ips.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_ips.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_spam.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_spam.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_spam.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_spam.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_voip.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_voip.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_voip.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_voip.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_waf.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_waf.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_waf.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_waf.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json diff --git a/tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_web.json b/tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_web.json similarity index 100% rename from tests/unit/modules/network/fortimanager/fixtures/test_fmgr_secprof_web.json rename to tests/unit/plugins/modules/network/fortimanager/fixtures/test_fmgr_secprof_web.json diff --git a/tests/unit/modules/network/fortimanager/fortimanager_module.py b/tests/unit/plugins/modules/network/fortimanager/fortimanager_module.py similarity index 93% rename from tests/unit/modules/network/fortimanager/fortimanager_module.py rename to tests/unit/plugins/modules/network/fortimanager/fortimanager_module.py index f7c30fc2c6..05f4e434ba 100644 --- a/tests/unit/modules/network/fortimanager/fortimanager_module.py +++ b/tests/unit/plugins/modules/network/fortimanager/fortimanager_module.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase class TestFortimanagerModule(ModuleTestCase): diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_device.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_device.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_device.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_device.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_device_config.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_device_config.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_device_config.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_device_config.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_device_group.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_device_group.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_device_group.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_device_group.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_device_provision_template.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_device_provision_template.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_device_provision_template.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_device_provision_template.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwobj_address.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_address.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwobj_address.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_address.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwobj_ippool.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_ippool.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwobj_ippool.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_ippool.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwobj_ippool6.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_ippool6.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwobj_ippool6.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_ippool6.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwobj_service.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_service.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwobj_service.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_service.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwobj_vip.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_vip.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwobj_vip.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwobj_vip.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwpol_ipv4.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwpol_ipv4.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwpol_ipv4.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwpol_ipv4.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_fwpol_package.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwpol_package.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_fwpol_package.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_fwpol_package.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_ha.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_ha.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_ha.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_ha.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_provisioning.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_provisioning.py similarity index 96% rename from tests/unit/modules/network/fortimanager/test_fmgr_provisioning.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_provisioning.py index e4a58828eb..16d3efe360 100644 --- a/tests/unit/modules/network/fortimanager/test_fmgr_provisioning.py +++ b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_provisioning.py @@ -25,7 +25,7 @@ pytestmark = [] try: from ansible_collections.community.general.plugins.modules.network.fortimanager import fmgr_provisioning from .fortimanager_module import TestFortimanagerModule - from ansible_collections.community.general.tests.unit.modules.utils import set_module_args + from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args except ImportError: pytestmark.append(pytest.mark.skip("Could not load required modules for testing")) diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_query.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_query.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_query.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_query.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_script.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_script.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_script.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_script.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_appctrl.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_appctrl.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_appctrl.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_appctrl.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_av.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_av.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_av.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_av.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_dns.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_dns.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_dns.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_dns.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_ips.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_ips.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_ips.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_ips.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_profile_group.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_profile_group.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_profile_group.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_profile_group.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_proxy.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_proxy.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_proxy.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_proxy.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_spam.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_spam.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_spam.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_spam.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_ssl_ssh.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_ssl_ssh.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_ssl_ssh.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_ssl_ssh.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_voip.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_voip.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_voip.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_voip.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_waf.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_waf.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_waf.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_waf.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_wanopt.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_wanopt.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_wanopt.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_wanopt.py diff --git a/tests/unit/modules/network/fortimanager/test_fmgr_secprof_web.py b/tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_web.py similarity index 100% rename from tests/unit/modules/network/fortimanager/test_fmgr_secprof_web.py rename to tests/unit/plugins/modules/network/fortimanager/test_fmgr_secprof_web.py diff --git a/tests/unit/modules/network/ftd/__init__.py b/tests/unit/plugins/modules/network/ftd/__init__.py similarity index 100% rename from tests/unit/modules/network/ftd/__init__.py rename to tests/unit/plugins/modules/network/ftd/__init__.py diff --git a/tests/unit/modules/network/ftd/test_ftd_configuration.py b/tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py similarity index 97% rename from tests/unit/modules/network/ftd/test_ftd_configuration.py rename to tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py index 5bb2e54bc3..a18594a2eb 100644 --- a/tests/unit/modules/network/ftd/test_ftd_configuration.py +++ b/tests/unit/plugins/modules/network/ftd/test_ftd_configuration.py @@ -19,7 +19,7 @@ from __future__ import absolute_import import pytest -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic from ansible_collections.community.general.plugins.module_utils.network.ftd.common import FtdConfigurationError, FtdServerError, FtdUnexpectedResponse diff --git a/tests/unit/modules/network/ftd/test_ftd_file_download.py b/tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py similarity index 96% rename from tests/unit/modules/network/ftd/test_ftd_file_download.py rename to tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py index 3c9342c9f1..69a73eaf41 100644 --- a/tests/unit/modules/network/ftd/test_ftd_file_download.py +++ b/tests/unit/plugins/modules/network/ftd/test_ftd_file_download.py @@ -24,7 +24,7 @@ from ansible.module_utils import basic from ansible_collections.community.general.plugins.module_utils.network.ftd.common import HTTPMethod from ansible_collections.community.general.plugins.module_utils.network.ftd.fdm_swagger_client import FILE_MODEL_NAME, OperationField from ansible_collections.community.general.plugins.modules.network.ftd import ftd_file_download -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson class TestFtdFileDownload(object): diff --git a/tests/unit/modules/network/ftd/test_ftd_file_upload.py b/tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py similarity index 95% rename from tests/unit/modules/network/ftd/test_ftd_file_upload.py rename to tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py index 6f029fc0a7..90784a6784 100644 --- a/tests/unit/modules/network/ftd/test_ftd_file_upload.py +++ b/tests/unit/plugins/modules/network/ftd/test_ftd_file_upload.py @@ -2,7 +2,7 @@ from __future__ import absolute_import import pytest from ansible.module_utils import basic -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible_collections.community.general.plugins.modules.network.ftd import ftd_file_upload from ansible_collections.community.general.plugins.module_utils.network.ftd.fdm_swagger_client import OperationField diff --git a/tests/unit/modules/network/ftd/test_ftd_install.py b/tests/unit/plugins/modules/network/ftd/test_ftd_install.py similarity index 98% rename from tests/unit/modules/network/ftd/test_ftd_install.py rename to tests/unit/plugins/modules/network/ftd/test_ftd_install.py index 34f486f630..e895df8942 100644 --- a/tests/unit/modules/network/ftd/test_ftd_install.py +++ b/tests/unit/plugins/modules/network/ftd/test_ftd_install.py @@ -21,7 +21,7 @@ from __future__ import absolute_import import pytest from ansible_collections.community.general.tests.unit.compat.mock import PropertyMock from ansible.module_utils import basic -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible_collections.community.general.plugins.modules.network.ftd import ftd_install from ansible_collections.community.general.plugins.module_utils.network.ftd.device import FtdModel diff --git a/tests/unit/modules/network/icx/__init__.py b/tests/unit/plugins/modules/network/icx/__init__.py similarity index 100% rename from tests/unit/modules/network/icx/__init__.py rename to tests/unit/plugins/modules/network/icx/__init__.py diff --git a/tests/unit/modules/network/icx/fixtures/configure_terminal b/tests/unit/plugins/modules/network/icx/fixtures/configure_terminal similarity index 100% rename from tests/unit/modules/network/icx/fixtures/configure_terminal rename to tests/unit/plugins/modules/network/icx/fixtures/configure_terminal diff --git a/tests/unit/modules/network/icx/fixtures/icx_banner_show_banner.txt b/tests/unit/plugins/modules/network/icx/fixtures/icx_banner_show_banner.txt similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_banner_show_banner.txt rename to tests/unit/plugins/modules/network/icx/fixtures/icx_banner_show_banner.txt diff --git a/tests/unit/modules/network/icx/fixtures/icx_config_config.cfg b/tests/unit/plugins/modules/network/icx/fixtures/icx_config_config.cfg similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_config_config.cfg rename to tests/unit/plugins/modules/network/icx/fixtures/icx_config_config.cfg diff --git a/tests/unit/modules/network/icx/fixtures/icx_config_src.cfg b/tests/unit/plugins/modules/network/icx/fixtures/icx_config_src.cfg similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_config_src.cfg rename to tests/unit/plugins/modules/network/icx/fixtures/icx_config_src.cfg diff --git a/tests/unit/modules/network/icx/fixtures/icx_copy.txt b/tests/unit/plugins/modules/network/icx/fixtures/icx_copy.txt similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_copy.txt rename to tests/unit/plugins/modules/network/icx/fixtures/icx_copy.txt diff --git a/tests/unit/modules/network/icx/fixtures/icx_interface_config.cfg b/tests/unit/plugins/modules/network/icx/fixtures/icx_interface_config.cfg similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_interface_config.cfg rename to tests/unit/plugins/modules/network/icx/fixtures/icx_interface_config.cfg diff --git a/tests/unit/modules/network/icx/fixtures/icx_lldp_None b/tests/unit/plugins/modules/network/icx/fixtures/icx_lldp_None similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_lldp_None rename to tests/unit/plugins/modules/network/icx/fixtures/icx_lldp_None diff --git a/tests/unit/modules/network/icx/fixtures/icx_lldp_absent b/tests/unit/plugins/modules/network/icx/fixtures/icx_lldp_absent similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_lldp_absent rename to tests/unit/plugins/modules/network/icx/fixtures/icx_lldp_absent diff --git a/tests/unit/modules/network/icx/fixtures/icx_lldp_present b/tests/unit/plugins/modules/network/icx/fixtures/icx_lldp_present similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_lldp_present rename to tests/unit/plugins/modules/network/icx/fixtures/icx_lldp_present diff --git a/tests/unit/modules/network/icx/fixtures/icx_logging_config.cfg b/tests/unit/plugins/modules/network/icx/fixtures/icx_logging_config.cfg similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_logging_config.cfg rename to tests/unit/plugins/modules/network/icx/fixtures/icx_logging_config.cfg diff --git a/tests/unit/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2 b/tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2 similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2 rename to tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2 diff --git a/tests/unit/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2_timeout_45 b/tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2_timeout_45 similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2_timeout_45 rename to tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_10.255.255.250_count_2_timeout_45 diff --git a/tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_2 b/tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_2 similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_2 rename to tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_2 diff --git a/tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_5_ttl_70 b/tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_5_ttl_70 similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_5_ttl_70 rename to tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_count_5_ttl_70 diff --git a/tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_size_10001 b/tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_size_10001 similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_size_10001 rename to tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_size_10001 diff --git a/tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_ttl_300 b/tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_ttl_300 similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_ttl_300 rename to tests/unit/plugins/modules/network/icx/fixtures/icx_ping_ping_8.8.8.8_ttl_300 diff --git a/tests/unit/modules/network/icx/fixtures/icx_static_route_config.txt b/tests/unit/plugins/modules/network/icx/fixtures/icx_static_route_config.txt similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_static_route_config.txt rename to tests/unit/plugins/modules/network/icx/fixtures/icx_static_route_config.txt diff --git a/tests/unit/modules/network/icx/fixtures/icx_system.txt b/tests/unit/plugins/modules/network/icx/fixtures/icx_system.txt similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_system.txt rename to tests/unit/plugins/modules/network/icx/fixtures/icx_system.txt diff --git a/tests/unit/modules/network/icx/fixtures/icx_vlan_config b/tests/unit/plugins/modules/network/icx/fixtures/icx_vlan_config similarity index 100% rename from tests/unit/modules/network/icx/fixtures/icx_vlan_config rename to tests/unit/plugins/modules/network/icx/fixtures/icx_vlan_config diff --git a/tests/unit/modules/network/icx/fixtures/lag_running_config.txt b/tests/unit/plugins/modules/network/icx/fixtures/lag_running_config.txt similarity index 100% rename from tests/unit/modules/network/icx/fixtures/lag_running_config.txt rename to tests/unit/plugins/modules/network/icx/fixtures/lag_running_config.txt diff --git a/tests/unit/modules/network/icx/fixtures/show_flash b/tests/unit/plugins/modules/network/icx/fixtures/show_flash similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_flash rename to tests/unit/plugins/modules/network/icx/fixtures/show_flash diff --git a/tests/unit/modules/network/icx/fixtures/show_interfaces b/tests/unit/plugins/modules/network/icx/fixtures/show_interfaces similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_interfaces rename to tests/unit/plugins/modules/network/icx/fixtures/show_interfaces diff --git a/tests/unit/modules/network/icx/fixtures/show_lldp b/tests/unit/plugins/modules/network/icx/fixtures/show_lldp similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_lldp rename to tests/unit/plugins/modules/network/icx/fixtures/show_lldp diff --git a/tests/unit/modules/network/icx/fixtures/show_lldp_neighbors_detail b/tests/unit/plugins/modules/network/icx/fixtures/show_lldp_neighbors_detail similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_lldp_neighbors_detail rename to tests/unit/plugins/modules/network/icx/fixtures/show_lldp_neighbors_detail diff --git a/tests/unit/modules/network/icx/fixtures/show_media b/tests/unit/plugins/modules/network/icx/fixtures/show_media similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_media rename to tests/unit/plugins/modules/network/icx/fixtures/show_media diff --git a/tests/unit/modules/network/icx/fixtures/show_memory b/tests/unit/plugins/modules/network/icx/fixtures/show_memory similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_memory rename to tests/unit/plugins/modules/network/icx/fixtures/show_memory diff --git a/tests/unit/modules/network/icx/fixtures/show_running-config b/tests/unit/plugins/modules/network/icx/fixtures/show_running-config similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_running-config rename to tests/unit/plugins/modules/network/icx/fixtures/show_running-config diff --git a/tests/unit/modules/network/icx/fixtures/show_running-config_begin_interface b/tests/unit/plugins/modules/network/icx/fixtures/show_running-config_begin_interface similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_running-config_begin_interface rename to tests/unit/plugins/modules/network/icx/fixtures/show_running-config_begin_interface diff --git a/tests/unit/modules/network/icx/fixtures/show_running-config_include_hostname b/tests/unit/plugins/modules/network/icx/fixtures/show_running-config_include_hostname similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_running-config_include_hostname rename to tests/unit/plugins/modules/network/icx/fixtures/show_running-config_include_hostname diff --git a/tests/unit/modules/network/icx/fixtures/show_running-config_include_username.txt b/tests/unit/plugins/modules/network/icx/fixtures/show_running-config_include_username.txt similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_running-config_include_username.txt rename to tests/unit/plugins/modules/network/icx/fixtures/show_running-config_include_username.txt diff --git a/tests/unit/modules/network/icx/fixtures/show_version b/tests/unit/plugins/modules/network/icx/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/icx/fixtures/show_version rename to tests/unit/plugins/modules/network/icx/fixtures/show_version diff --git a/tests/unit/modules/network/icx/fixtures/skip b/tests/unit/plugins/modules/network/icx/fixtures/skip similarity index 100% rename from tests/unit/modules/network/icx/fixtures/skip rename to tests/unit/plugins/modules/network/icx/fixtures/skip diff --git a/tests/unit/modules/network/icx/icx_module.py b/tests/unit/plugins/modules/network/icx/icx_module.py similarity index 95% rename from tests/unit/modules/network/icx/icx_module.py rename to tests/unit/plugins/modules/network/icx/icx_module.py index 6d6f78b154..e7df60f34f 100644 --- a/tests/unit/modules/network/icx/icx_module.py +++ b/tests/unit/plugins/modules/network/icx/icx_module.py @@ -6,7 +6,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/icx/test_icx_banner.py b/tests/unit/plugins/modules/network/icx/test_icx_banner.py similarity index 97% rename from tests/unit/modules/network/icx/test_icx_banner.py rename to tests/unit/plugins/modules/network/icx/test_icx_banner.py index 1c59d0d2ea..64b361f43b 100644 --- a/tests/unit/modules/network/icx/test_icx_banner.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_banner.py @@ -4,7 +4,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_banner -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_command.py b/tests/unit/plugins/modules/network/icx/test_icx_command.py similarity index 97% rename from tests/unit/modules/network/icx/test_icx_command.py rename to tests/unit/plugins/modules/network/icx/test_icx_command.py index c4179a86d2..9b7d36f528 100644 --- a/tests/unit/modules/network/icx/test_icx_command.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_command.py @@ -6,7 +6,7 @@ __metaclass__ = type import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_config.py b/tests/unit/plugins/modules/network/icx/test_icx_config.py similarity index 99% rename from tests/unit/modules/network/icx/test_icx_config.py rename to tests/unit/plugins/modules/network/icx/test_icx_config.py index bbe0a1670b..39f1bded3a 100644 --- a/tests/unit/modules/network/icx/test_icx_config.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_config.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch, MagicMock from ansible_collections.community.general.plugins.modules.network.icx import icx_config from ansible_collections.community.general.plugins.cliconf.icx import Cliconf -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_copy.py b/tests/unit/plugins/modules/network/icx/test_icx_copy.py similarity index 97% rename from tests/unit/modules/network/icx/test_icx_copy.py rename to tests/unit/plugins/modules/network/icx/test_icx_copy.py index 74c9459700..376618e6a9 100644 --- a/tests/unit/modules/network/icx/test_icx_copy.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_copy.py @@ -5,7 +5,8 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_copy -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_facts.py b/tests/unit/plugins/modules/network/icx/test_icx_facts.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_facts.py rename to tests/unit/plugins/modules/network/icx/test_icx_facts.py index cbc937c540..bb7c2b44e4 100644 --- a/tests/unit/modules/network/icx/test_icx_facts.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_facts.py @@ -5,7 +5,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_facts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_interface.py b/tests/unit/plugins/modules/network/icx/test_icx_interface.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_interface.py rename to tests/unit/plugins/modules/network/icx/test_icx_interface.py index 186e73a87d..a3f35f5be6 100644 --- a/tests/unit/modules/network/icx/test_icx_interface.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_interface.py @@ -4,7 +4,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_l3_interface.py b/tests/unit/plugins/modules/network/icx/test_icx_l3_interface.py similarity index 97% rename from tests/unit/modules/network/icx/test_icx_l3_interface.py rename to tests/unit/plugins/modules/network/icx/test_icx_l3_interface.py index 4ba7c0c788..adb8f049db 100644 --- a/tests/unit/modules/network/icx/test_icx_l3_interface.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_l3_interface.py @@ -5,7 +5,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_l3_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_linkagg.py b/tests/unit/plugins/modules/network/icx/test_icx_linkagg.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_linkagg.py rename to tests/unit/plugins/modules/network/icx/test_icx_linkagg.py index ded92b9ea8..c81e59c95d 100644 --- a/tests/unit/modules/network/icx/test_icx_linkagg.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_linkagg.py @@ -5,7 +5,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_linkagg -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_lldp.py b/tests/unit/plugins/modules/network/icx/test_icx_lldp.py similarity index 97% rename from tests/unit/modules/network/icx/test_icx_lldp.py rename to tests/unit/plugins/modules/network/icx/test_icx_lldp.py index 840b614fc7..712f3f70d4 100644 --- a/tests/unit/modules/network/icx/test_icx_lldp.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_lldp.py @@ -4,7 +4,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_lldp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_logging.py b/tests/unit/plugins/modules/network/icx/test_icx_logging.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_logging.py rename to tests/unit/plugins/modules/network/icx/test_icx_logging.py index 5175db92f2..12838938a1 100644 --- a/tests/unit/modules/network/icx/test_icx_logging.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_logging.py @@ -7,7 +7,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_logging -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_ping.py b/tests/unit/plugins/modules/network/icx/test_icx_ping.py similarity index 97% rename from tests/unit/modules/network/icx/test_icx_ping.py rename to tests/unit/plugins/modules/network/icx/test_icx_ping.py index 0678acdca3..f5243f7ac7 100644 --- a/tests/unit/modules/network/icx/test_icx_ping.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_ping.py @@ -5,7 +5,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_ping -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_static_route.py b/tests/unit/plugins/modules/network/icx/test_icx_static_route.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_static_route.py rename to tests/unit/plugins/modules/network/icx/test_icx_static_route.py index f70e4a80f4..29a4883928 100644 --- a/tests/unit/modules/network/icx/test_icx_static_route.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_static_route.py @@ -4,7 +4,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_static_route -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_system.py b/tests/unit/plugins/modules/network/icx/test_icx_system.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_system.py rename to tests/unit/plugins/modules/network/icx/test_icx_system.py index ebdc209cd6..e5ef87ff3d 100644 --- a/tests/unit/modules/network/icx/test_icx_system.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_system.py @@ -7,7 +7,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_system -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_user.py b/tests/unit/plugins/modules/network/icx/test_icx_user.py similarity index 98% rename from tests/unit/modules/network/icx/test_icx_user.py rename to tests/unit/plugins/modules/network/icx/test_icx_user.py index 0281db384a..f6e6c893c4 100644 --- a/tests/unit/modules/network/icx/test_icx_user.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_user.py @@ -5,7 +5,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_user -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/icx/test_icx_vlan.py b/tests/unit/plugins/modules/network/icx/test_icx_vlan.py similarity index 99% rename from tests/unit/modules/network/icx/test_icx_vlan.py rename to tests/unit/plugins/modules/network/icx/test_icx_vlan.py index a2fd36f55d..08e68f9b1e 100644 --- a/tests/unit/modules/network/icx/test_icx_vlan.py +++ b/tests/unit/plugins/modules/network/icx/test_icx_vlan.py @@ -4,7 +4,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.icx import icx_vlan -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .icx_module import TestICXModule, load_fixture diff --git a/tests/unit/modules/network/ingate/__init__.py b/tests/unit/plugins/modules/network/ingate/__init__.py similarity index 100% rename from tests/unit/modules/network/ingate/__init__.py rename to tests/unit/plugins/modules/network/ingate/__init__.py diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_add.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_add.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_add.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_add.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_delete.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_delete.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_delete.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_delete.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_download.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_download.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_download.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_download.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_factory.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_factory.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_factory.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_factory.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_get.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_get.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_get.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_get.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_modify.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_modify.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_modify.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_modify.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_return_rowid.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_return_rowid.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_return_rowid.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_return_rowid.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_revert.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_revert.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_revert.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_revert.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_config_store.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_store.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_config_store.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_config_store.json diff --git a/tests/unit/modules/network/ingate/fixtures/test_ig_unit_information.json b/tests/unit/plugins/modules/network/ingate/fixtures/test_ig_unit_information.json similarity index 100% rename from tests/unit/modules/network/ingate/fixtures/test_ig_unit_information.json rename to tests/unit/plugins/modules/network/ingate/fixtures/test_ig_unit_information.json diff --git a/tests/unit/modules/network/ingate/ingate_module.py b/tests/unit/plugins/modules/network/ingate/ingate_module.py similarity index 94% rename from tests/unit/modules/network/ingate/ingate_module.py rename to tests/unit/plugins/modules/network/ingate/ingate_module.py index e9f59b9d30..13faf02e26 100644 --- a/tests/unit/modules/network/ingate/ingate_module.py +++ b/tests/unit/plugins/modules/network/ingate/ingate_module.py @@ -23,7 +23,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/ingate/test_ig_config.py b/tests/unit/plugins/modules/network/ingate/test_ig_config.py similarity index 98% rename from tests/unit/modules/network/ingate/test_ig_config.py rename to tests/unit/plugins/modules/network/ingate/test_ig_config.py index 3f710d3e01..28c028bdde 100644 --- a/tests/unit/modules/network/ingate/test_ig_config.py +++ b/tests/unit/plugins/modules/network/ingate/test_ig_config.py @@ -24,7 +24,7 @@ import os from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.ingate import ig_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .ingate_module import TestIngateModule, load_fixture diff --git a/tests/unit/modules/network/ingate/test_ig_unit_information.py b/tests/unit/plugins/modules/network/ingate/test_ig_unit_information.py similarity index 95% rename from tests/unit/modules/network/ingate/test_ig_unit_information.py rename to tests/unit/plugins/modules/network/ingate/test_ig_unit_information.py index 9761e2365c..6b15910e02 100644 --- a/tests/unit/modules/network/ingate/test_ig_unit_information.py +++ b/tests/unit/plugins/modules/network/ingate/test_ig_unit_information.py @@ -10,7 +10,7 @@ import os from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.ingate import ig_unit_information -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .ingate_module import TestIngateModule, load_fixture diff --git a/tests/unit/modules/network/ironware/__init__.py b/tests/unit/plugins/modules/network/ironware/__init__.py similarity index 100% rename from tests/unit/modules/network/ironware/__init__.py rename to tests/unit/plugins/modules/network/ironware/__init__.py diff --git a/tests/unit/modules/network/ironware/fixtures/dir b/tests/unit/plugins/modules/network/ironware/fixtures/dir similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/dir rename to tests/unit/plugins/modules/network/ironware/fixtures/dir diff --git a/tests/unit/modules/network/ironware/fixtures/ironware_config_config.cfg b/tests/unit/plugins/modules/network/ironware/fixtures/ironware_config_config.cfg similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/ironware_config_config.cfg rename to tests/unit/plugins/modules/network/ironware/fixtures/ironware_config_config.cfg diff --git a/tests/unit/modules/network/ironware/fixtures/ironware_config_defaults.cfg b/tests/unit/plugins/modules/network/ironware/fixtures/ironware_config_defaults.cfg similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/ironware_config_defaults.cfg rename to tests/unit/plugins/modules/network/ironware/fixtures/ironware_config_defaults.cfg diff --git a/tests/unit/modules/network/ironware/fixtures/ironware_config_src.cfg b/tests/unit/plugins/modules/network/ironware/fixtures/ironware_config_src.cfg similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/ironware_config_src.cfg rename to tests/unit/plugins/modules/network/ironware/fixtures/ironware_config_src.cfg diff --git a/tests/unit/modules/network/ironware/fixtures/show_chassis b/tests/unit/plugins/modules/network/ironware/fixtures/show_chassis similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_chassis rename to tests/unit/plugins/modules/network/ironware/fixtures/show_chassis diff --git a/tests/unit/modules/network/ironware/fixtures/show_interfaces b/tests/unit/plugins/modules/network/ironware/fixtures/show_interfaces similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_interfaces rename to tests/unit/plugins/modules/network/ironware/fixtures/show_interfaces diff --git a/tests/unit/modules/network/ironware/fixtures/show_ipv6_interface b/tests/unit/plugins/modules/network/ironware/fixtures/show_ipv6_interface similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_ipv6_interface rename to tests/unit/plugins/modules/network/ironware/fixtures/show_ipv6_interface diff --git a/tests/unit/modules/network/ironware/fixtures/show_lldp_neighbors b/tests/unit/plugins/modules/network/ironware/fixtures/show_lldp_neighbors similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_lldp_neighbors rename to tests/unit/plugins/modules/network/ironware/fixtures/show_lldp_neighbors diff --git a/tests/unit/modules/network/ironware/fixtures/show_memory b/tests/unit/plugins/modules/network/ironware/fixtures/show_memory similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_memory rename to tests/unit/plugins/modules/network/ironware/fixtures/show_memory diff --git a/tests/unit/modules/network/ironware/fixtures/show_mpls_lsp_detail b/tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_lsp_detail similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_mpls_lsp_detail rename to tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_lsp_detail diff --git a/tests/unit/modules/network/ironware/fixtures/show_mpls_vll-local_detail b/tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_vll-local_detail similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_mpls_vll-local_detail rename to tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_vll-local_detail diff --git a/tests/unit/modules/network/ironware/fixtures/show_mpls_vll_detail b/tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_vll_detail similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_mpls_vll_detail rename to tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_vll_detail diff --git a/tests/unit/modules/network/ironware/fixtures/show_mpls_vpls_detail b/tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_vpls_detail similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_mpls_vpls_detail rename to tests/unit/plugins/modules/network/ironware/fixtures/show_mpls_vpls_detail diff --git a/tests/unit/modules/network/ironware/fixtures/show_running-config b/tests/unit/plugins/modules/network/ironware/fixtures/show_running-config similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_running-config rename to tests/unit/plugins/modules/network/ironware/fixtures/show_running-config diff --git a/tests/unit/modules/network/ironware/fixtures/show_version b/tests/unit/plugins/modules/network/ironware/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/ironware/fixtures/show_version rename to tests/unit/plugins/modules/network/ironware/fixtures/show_version diff --git a/tests/unit/modules/network/ironware/ironware_module.py b/tests/unit/plugins/modules/network/ironware/ironware_module.py similarity index 94% rename from tests/unit/modules/network/ironware/ironware_module.py rename to tests/unit/plugins/modules/network/ironware/ironware_module.py index b7e3bbde3a..7e46d4623b 100644 --- a/tests/unit/modules/network/ironware/ironware_module.py +++ b/tests/unit/plugins/modules/network/ironware/ironware_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/ironware/test_ironware_command.py b/tests/unit/plugins/modules/network/ironware/test_ironware_command.py similarity index 97% rename from tests/unit/modules/network/ironware/test_ironware_command.py rename to tests/unit/plugins/modules/network/ironware/test_ironware_command.py index 67f9a76f69..10eec21ae0 100644 --- a/tests/unit/modules/network/ironware/test_ironware_command.py +++ b/tests/unit/plugins/modules/network/ironware/test_ironware_command.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.ironware import ironware_command from .ironware_module import TestIronwareModule, load_fixture diff --git a/tests/unit/modules/network/ironware/test_ironware_config.py b/tests/unit/plugins/modules/network/ironware/test_ironware_config.py similarity index 98% rename from tests/unit/modules/network/ironware/test_ironware_config.py rename to tests/unit/plugins/modules/network/ironware/test_ironware_config.py index 9b5d8d2712..089e806ba6 100644 --- a/tests/unit/modules/network/ironware/test_ironware_config.py +++ b/tests/unit/plugins/modules/network/ironware/test_ironware_config.py @@ -21,7 +21,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.ironware import ironware_config from .ironware_module import TestIronwareModule, load_fixture diff --git a/tests/unit/modules/network/ironware/test_ironware_facts.py b/tests/unit/plugins/modules/network/ironware/test_ironware_facts.py similarity index 97% rename from tests/unit/modules/network/ironware/test_ironware_facts.py rename to tests/unit/plugins/modules/network/ironware/test_ironware_facts.py index 8499b1f6e9..64aeaabdb2 100644 --- a/tests/unit/modules/network/ironware/test_ironware_facts.py +++ b/tests/unit/plugins/modules/network/ironware/test_ironware_facts.py @@ -22,7 +22,7 @@ __metaclass__ = type import json from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.ironware import ironware_facts from .ironware_module import TestIronwareModule, load_fixture diff --git a/tests/unit/modules/network/itential/__init__.py b/tests/unit/plugins/modules/network/itential/__init__.py similarity index 100% rename from tests/unit/modules/network/itential/__init__.py rename to tests/unit/plugins/modules/network/itential/__init__.py diff --git a/tests/unit/modules/network/itential/test_iap_start_workflow.py b/tests/unit/plugins/modules/network/itential/test_iap_start_workflow.py similarity index 100% rename from tests/unit/modules/network/itential/test_iap_start_workflow.py rename to tests/unit/plugins/modules/network/itential/test_iap_start_workflow.py diff --git a/tests/unit/modules/network/itential/test_iap_token.py b/tests/unit/plugins/modules/network/itential/test_iap_token.py similarity index 100% rename from tests/unit/modules/network/itential/test_iap_token.py rename to tests/unit/plugins/modules/network/itential/test_iap_token.py diff --git a/tests/unit/modules/network/netact/__init__.py b/tests/unit/plugins/modules/network/netact/__init__.py similarity index 100% rename from tests/unit/modules/network/netact/__init__.py rename to tests/unit/plugins/modules/network/netact/__init__.py diff --git a/tests/unit/modules/network/netact/test_netact_cm_command.py b/tests/unit/plugins/modules/network/netact/test_netact_cm_command.py similarity index 97% rename from tests/unit/modules/network/netact/test_netact_cm_command.py rename to tests/unit/plugins/modules/network/netact/test_netact_cm_command.py index 5c961d9628..a3dd086bf6 100644 --- a/tests/unit/modules/network/netact/test_netact_cm_command.py +++ b/tests/unit/plugins/modules/network/netact/test_netact_cm_command.py @@ -32,7 +32,7 @@ from ansible.module_utils import basic from ansible_collections.community.general.plugins.modules.network.netact import netact_cm_command from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, AnsibleExitJson, AnsibleFailJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, AnsibleExitJson, AnsibleFailJson class AnsibleExitJson(Exception): diff --git a/tests/unit/modules/network/netscaler/__init__.py b/tests/unit/plugins/modules/network/netscaler/__init__.py similarity index 100% rename from tests/unit/modules/network/netscaler/__init__.py rename to tests/unit/plugins/modules/network/netscaler/__init__.py diff --git a/tests/unit/modules/network/netscaler/netscaler_module.py b/tests/unit/plugins/modules/network/netscaler/netscaler_module.py similarity index 92% rename from tests/unit/modules/network/netscaler/netscaler_module.py rename to tests/unit/plugins/modules/network/netscaler/netscaler_module.py index c8a8c0fea3..55248d02c8 100644 --- a/tests/unit/modules/network/netscaler/netscaler_module.py +++ b/tests/unit/plugins/modules/network/netscaler/netscaler_module.py @@ -1,7 +1,7 @@ import sys from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase base_modules_mock = Mock() nitro_service_mock = Mock() diff --git a/tests/unit/modules/network/netscaler/test_netscaler_cs_action.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_cs_action.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py index 8a32a97029..42edbe44f7 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_cs_action.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_action.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py index 311e3bf17e..ee8ec168c0 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_cs_policy.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_policy.py @@ -25,7 +25,7 @@ if sys.version_info[:2] != (2, 6): import requests -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher diff --git a/tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py index 8ad779fa52..1a0abef40f 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_cs_vserver.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_cs_vserver.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py index a2ec4d1942..8708862359 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_gslb_service.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_service.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py index ceb0cc05cf..933d3a2244 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_gslb_site.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_site.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py index 569d5ead79..42e2abc622 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_gslb_vserver.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_gslb_vserver.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py index 8a9f3aded4..f885fe16ce 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_lb_monitor.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_monitor.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py index 5d1dcfcc8d..c1201ee726 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_lb_vserver.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_lb_vserver.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_nitro_request.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_nitro_request.py similarity index 100% rename from tests/unit/modules/network/netscaler/test_netscaler_nitro_request.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_nitro_request.py diff --git a/tests/unit/modules/network/netscaler/test_netscaler_save_config.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py similarity index 98% rename from tests/unit/modules/network/netscaler/test_netscaler_save_config.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py index a9b380d705..ea3a8a4d6d 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_save_config.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_save_config.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_server.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_server.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py index b85d9ae52d..23ce02c784 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_server.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_server.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netscaler/test_netscaler_service.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_service.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py index 3b47715511..77ee081fc6 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_service.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_service.py @@ -25,7 +25,7 @@ if sys.version_info[:2] != (2, 6): import requests -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher diff --git a/tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py index b0b03c343a..0f5893e6ce 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_servicegroup.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_servicegroup.py @@ -25,7 +25,7 @@ if sys.version_info[:2] != (2, 6): import requests -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher diff --git a/tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py b/tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py similarity index 99% rename from tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py rename to tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py index 9f4bce38f5..e153e57e9c 100644 --- a/tests/unit/modules/network/netscaler/test_netscaler_ssl_certkey.py +++ b/tests/unit/plugins/modules/network/netscaler/test_netscaler_ssl_certkey.py @@ -18,7 +18,7 @@ # from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .netscaler_module import TestModule, nitro_base_patcher import sys diff --git a/tests/unit/modules/network/netvisor/__init__.py b/tests/unit/plugins/modules/network/netvisor/__init__.py similarity index 100% rename from tests/unit/modules/network/netvisor/__init__.py rename to tests/unit/plugins/modules/network/netvisor/__init__.py diff --git a/tests/unit/modules/network/netvisor/nvos_module.py b/tests/unit/plugins/modules/network/netvisor/nvos_module.py similarity index 100% rename from tests/unit/modules/network/netvisor/nvos_module.py rename to tests/unit/plugins/modules/network/netvisor/nvos_module.py diff --git a/tests/unit/modules/network/netvisor/test_pn_access_list_ip.py b/tests/unit/plugins/modules/network/netvisor/test_pn_access_list_ip.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_access_list_ip.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_access_list_ip.py index 7f23398074..4c833e6927 100644 --- a/tests/unit/modules/network/netvisor/test_pn_access_list_ip.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_access_list_ip.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_access_list_ip -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_admin_service.py b/tests/unit/plugins/modules/network/netvisor/test_pn_admin_service.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_admin_service.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_admin_service.py index afd1f95d24..2d5b87f47a 100644 --- a/tests/unit/modules/network/netvisor/test_pn_admin_service.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_admin_service.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_admin_service -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_admin_session_timeout.py b/tests/unit/plugins/modules/network/netvisor/test_pn_admin_session_timeout.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_admin_session_timeout.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_admin_session_timeout.py index bbf1d54b70..74b00e8f64 100644 --- a/tests/unit/modules/network/netvisor/test_pn_admin_session_timeout.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_admin_session_timeout.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_admin_session_timeout -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_admin_syslog.py b/tests/unit/plugins/modules/network/netvisor/test_pn_admin_syslog.py similarity index 97% rename from tests/unit/modules/network/netvisor/test_pn_admin_syslog.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_admin_syslog.py index baa710a47e..faa036cf09 100644 --- a/tests/unit/modules/network/netvisor/test_pn_admin_syslog.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_admin_syslog.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_admin_syslog -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_connection_stats_settings.py b/tests/unit/plugins/modules/network/netvisor/test_pn_connection_stats_settings.py similarity index 97% rename from tests/unit/modules/network/netvisor/test_pn_connection_stats_settings.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_connection_stats_settings.py index 7beddfdf6b..61c497ffc2 100644 --- a/tests/unit/modules/network/netvisor/test_pn_connection_stats_settings.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_connection_stats_settings.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_connection_stats_settings -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_cpu_class.py b/tests/unit/plugins/modules/network/netvisor/test_pn_cpu_class.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_cpu_class.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_cpu_class.py index 1c3e0188c4..e23a404b79 100644 --- a/tests/unit/modules/network/netvisor/test_pn_cpu_class.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_cpu_class.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_cpu_class -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_cpu_mgmt_class.py b/tests/unit/plugins/modules/network/netvisor/test_pn_cpu_mgmt_class.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_cpu_mgmt_class.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_cpu_mgmt_class.py index 8f58b2bb23..b5f51c62ef 100644 --- a/tests/unit/modules/network/netvisor/test_pn_cpu_mgmt_class.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_cpu_mgmt_class.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_cpu_mgmt_class -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_dhcp_filter.py b/tests/unit/plugins/modules/network/netvisor/test_pn_dhcp_filter.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_dhcp_filter.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_dhcp_filter.py index 1d3cf77476..e2309751a2 100644 --- a/tests/unit/modules/network/netvisor/test_pn_dhcp_filter.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_dhcp_filter.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_dhcp_filter -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_dscp_map.py b/tests/unit/plugins/modules/network/netvisor/test_pn_dscp_map.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_dscp_map.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_dscp_map.py index fe263b44f9..fff04dddc6 100644 --- a/tests/unit/modules/network/netvisor/test_pn_dscp_map.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_dscp_map.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_dscp_map -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_dscp_map_pri_map.py b/tests/unit/plugins/modules/network/netvisor/test_pn_dscp_map_pri_map.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_dscp_map_pri_map.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_dscp_map_pri_map.py index 287e54c9f4..dd3c165ad1 100644 --- a/tests/unit/modules/network/netvisor/test_pn_dscp_map_pri_map.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_dscp_map_pri_map.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_dscp_map_pri_map -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_fabric_local.py b/tests/unit/plugins/modules/network/netvisor/test_pn_fabric_local.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_fabric_local.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_fabric_local.py index 90f0f6f91d..ca42642799 100644 --- a/tests/unit/modules/network/netvisor/test_pn_fabric_local.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_fabric_local.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_fabric_local -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_igmp_snooping.py b/tests/unit/plugins/modules/network/netvisor/test_pn_igmp_snooping.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_igmp_snooping.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_igmp_snooping.py index 62fdbb71fe..9771b1c435 100644 --- a/tests/unit/modules/network/netvisor/test_pn_igmp_snooping.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_igmp_snooping.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_igmp_snooping -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard.py b/tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard.py similarity index 97% rename from tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard.py index ed38d0a1d5..eec6eab383 100644 --- a/tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_ipv6security_raguard -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard_port.py b/tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard_port.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard_port.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard_port.py index 2a10010e88..042f56f32d 100644 --- a/tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard_port.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard_port.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_ipv6security_raguard_port -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py b/tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py index 5014f594b4..e23114e4af 100644 --- a/tests/unit/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_ipv6security_raguard_vlan.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_ipv6security_raguard_vlan -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_log_audit_exception.py b/tests/unit/plugins/modules/network/netvisor/test_pn_log_audit_exception.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_log_audit_exception.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_log_audit_exception.py index 80106b3af0..c73e1eba7c 100644 --- a/tests/unit/modules/network/netvisor/test_pn_log_audit_exception.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_log_audit_exception.py @@ -8,7 +8,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_log_audit_exception -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule, load_fixture diff --git a/tests/unit/modules/network/netvisor/test_pn_port_config.py b/tests/unit/plugins/modules/network/netvisor/test_pn_port_config.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_port_config.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_port_config.py index 2ee83fe285..c8a530df34 100644 --- a/tests/unit/modules/network/netvisor/test_pn_port_config.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_port_config.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_port_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_port_cos_bw.py b/tests/unit/plugins/modules/network/netvisor/test_pn_port_cos_bw.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_port_cos_bw.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_port_cos_bw.py index fbc71f6df4..6a87f5950a 100644 --- a/tests/unit/modules/network/netvisor/test_pn_port_cos_bw.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_port_cos_bw.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_port_cos_bw -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_port_cos_rate_setting.py b/tests/unit/plugins/modules/network/netvisor/test_pn_port_cos_rate_setting.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_port_cos_rate_setting.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_port_cos_rate_setting.py index afc3ad5d95..19f4820742 100644 --- a/tests/unit/modules/network/netvisor/test_pn_port_cos_rate_setting.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_port_cos_rate_setting.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_port_cos_rate_setting -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_prefix_list.py b/tests/unit/plugins/modules/network/netvisor/test_pn_prefix_list.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_prefix_list.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_prefix_list.py index cf7b9c9cf0..5ea1e5f05f 100644 --- a/tests/unit/modules/network/netvisor/test_pn_prefix_list.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_prefix_list.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_prefix_list -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_prefix_list_network.py b/tests/unit/plugins/modules/network/netvisor/test_pn_prefix_list_network.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_prefix_list_network.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_prefix_list_network.py index 996c2e6c70..ed622c685d 100644 --- a/tests/unit/modules/network/netvisor/test_pn_prefix_list_network.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_prefix_list_network.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_prefix_list_network -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_role.py b/tests/unit/plugins/modules/network/netvisor/test_pn_role.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_role.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_role.py index 7fbd1f8282..d3004ee086 100644 --- a/tests/unit/modules/network/netvisor/test_pn_role.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_role.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_role -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_snmp_community.py b/tests/unit/plugins/modules/network/netvisor/test_pn_snmp_community.py similarity index 97% rename from tests/unit/modules/network/netvisor/test_pn_snmp_community.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_snmp_community.py index 5f137dcbe1..e89d484b60 100644 --- a/tests/unit/modules/network/netvisor/test_pn_snmp_community.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_snmp_community.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_snmp_community -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_snmp_trap_sink.py b/tests/unit/plugins/modules/network/netvisor/test_pn_snmp_trap_sink.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_snmp_trap_sink.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_snmp_trap_sink.py index 4fddfd3d7f..730c151ba7 100644 --- a/tests/unit/modules/network/netvisor/test_pn_snmp_trap_sink.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_snmp_trap_sink.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_snmp_trap_sink -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_snmp_vacm.py b/tests/unit/plugins/modules/network/netvisor/test_pn_snmp_vacm.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_snmp_vacm.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_snmp_vacm.py index 113f07cfab..71ebd775b5 100644 --- a/tests/unit/modules/network/netvisor/test_pn_snmp_vacm.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_snmp_vacm.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_snmp_vacm -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_stp.py b/tests/unit/plugins/modules/network/netvisor/test_pn_stp.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_stp.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_stp.py index 3d78aac27c..2f06c7c20b 100644 --- a/tests/unit/modules/network/netvisor/test_pn_stp.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_stp.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_stp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_stp_port.py b/tests/unit/plugins/modules/network/netvisor/test_pn_stp_port.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_stp_port.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_stp_port.py index cdd3985711..dd00ea03b5 100644 --- a/tests/unit/modules/network/netvisor/test_pn_stp_port.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_stp_port.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_stp_port -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_switch_setup.py b/tests/unit/plugins/modules/network/netvisor/test_pn_switch_setup.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_switch_setup.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_switch_setup.py index 1441ac183c..1bcc845045 100644 --- a/tests/unit/modules/network/netvisor/test_pn_switch_setup.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_switch_setup.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_switch_setup -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_user.py b/tests/unit/plugins/modules/network/netvisor/test_pn_user.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_user.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_user.py index 1ac593316d..65ba18fa2d 100644 --- a/tests/unit/modules/network/netvisor/test_pn_user.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_user.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_user -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vflow_table_profile.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vflow_table_profile.py similarity index 95% rename from tests/unit/modules/network/netvisor/test_pn_vflow_table_profile.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vflow_table_profile.py index c7d607c4cb..33a8587da8 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vflow_table_profile.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vflow_table_profile.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vflow_table_profile -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_bgp.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_bgp.py similarity index 97% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_bgp.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_bgp.py index 708e5ed99e..76cf581d71 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_bgp.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_bgp.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_bgp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_bgp_network.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_bgp_network.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_bgp_network.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_bgp_network.py index fb8d75cc41..e629bbea2b 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_bgp_network.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_bgp_network.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_bgp_network -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_interface_ip.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_interface_ip.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_interface_ip.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_interface_ip.py index c53b88faf6..900d17068e 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_interface_ip.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_interface_ip.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_interface_ip -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_loopback_interface.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_loopback_interface.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_loopback_interface.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_loopback_interface.py index 2ac02360e9..ceee5ecc6b 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_loopback_interface.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_loopback_interface.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_loopback_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_ospf.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_ospf.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_ospf.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_ospf.py index b18818a2df..32f7585518 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_ospf.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_ospf.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_ospf -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_ospf6.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_ospf6.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_ospf6.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_ospf6.py index 8fa9a47f52..41895e5cc2 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_ospf6.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_ospf6.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_ospf6 -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_packet_relay.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_packet_relay.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_packet_relay.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_packet_relay.py index 54bd02cb34..ded4e107ed 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_packet_relay.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_packet_relay.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_packet_relay -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vrouter_pim_config.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_pim_config.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vrouter_pim_config.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_pim_config.py index de06862e24..f4ee823579 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vrouter_pim_config.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vrouter_pim_config.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vrouter_pim_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule diff --git a/tests/unit/modules/network/netvisor/test_pn_vtep.py b/tests/unit/plugins/modules/network/netvisor/test_pn_vtep.py similarity index 96% rename from tests/unit/modules/network/netvisor/test_pn_vtep.py rename to tests/unit/plugins/modules/network/netvisor/test_pn_vtep.py index e7a3c79e37..3ff625088b 100644 --- a/tests/unit/modules/network/netvisor/test_pn_vtep.py +++ b/tests/unit/plugins/modules/network/netvisor/test_pn_vtep.py @@ -8,7 +8,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.netvisor import pn_vtep -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .nvos_module import TestNvosModule, load_fixture diff --git a/tests/unit/modules/network/nos/__init__.py b/tests/unit/plugins/modules/network/nos/__init__.py similarity index 100% rename from tests/unit/modules/network/nos/__init__.py rename to tests/unit/plugins/modules/network/nos/__init__.py diff --git a/tests/unit/modules/network/nos/fixtures/nos_config_config.cfg b/tests/unit/plugins/modules/network/nos/fixtures/nos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/nos/fixtures/nos_config_config.cfg rename to tests/unit/plugins/modules/network/nos/fixtures/nos_config_config.cfg diff --git a/tests/unit/modules/network/nos/fixtures/nos_config_src.cfg b/tests/unit/plugins/modules/network/nos/fixtures/nos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/nos/fixtures/nos_config_src.cfg rename to tests/unit/plugins/modules/network/nos/fixtures/nos_config_src.cfg diff --git a/tests/unit/modules/network/nos/fixtures/nos_facts_show_inventory_chassis b/tests/unit/plugins/modules/network/nos/fixtures/nos_facts_show_inventory_chassis similarity index 100% rename from tests/unit/modules/network/nos/fixtures/nos_facts_show_inventory_chassis rename to tests/unit/plugins/modules/network/nos/fixtures/nos_facts_show_inventory_chassis diff --git a/tests/unit/modules/network/nos/fixtures/nos_facts_show_running-config b/tests/unit/plugins/modules/network/nos/fixtures/nos_facts_show_running-config similarity index 100% rename from tests/unit/modules/network/nos/fixtures/nos_facts_show_running-config rename to tests/unit/plugins/modules/network/nos/fixtures/nos_facts_show_running-config diff --git a/tests/unit/modules/network/nos/fixtures/nos_facts_show_version b/tests/unit/plugins/modules/network/nos/fixtures/nos_facts_show_version similarity index 100% rename from tests/unit/modules/network/nos/fixtures/nos_facts_show_version rename to tests/unit/plugins/modules/network/nos/fixtures/nos_facts_show_version diff --git a/tests/unit/modules/network/nos/fixtures/show_version b/tests/unit/plugins/modules/network/nos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/nos/fixtures/show_version rename to tests/unit/plugins/modules/network/nos/fixtures/show_version diff --git a/tests/unit/modules/network/nos/nos_module.py b/tests/unit/plugins/modules/network/nos/nos_module.py similarity index 94% rename from tests/unit/modules/network/nos/nos_module.py rename to tests/unit/plugins/modules/network/nos/nos_module.py index 55832aaaa8..8c3ccde632 100644 --- a/tests/unit/modules/network/nos/nos_module.py +++ b/tests/unit/plugins/modules/network/nos/nos_module.py @@ -21,7 +21,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/nos/test_nos_command.py b/tests/unit/plugins/modules/network/nos/test_nos_command.py similarity index 97% rename from tests/unit/modules/network/nos/test_nos_command.py rename to tests/unit/plugins/modules/network/nos/test_nos_command.py index f66948a326..f75b6cb5eb 100644 --- a/tests/unit/modules/network/nos/test_nos_command.py +++ b/tests/unit/plugins/modules/network/nos/test_nos_command.py @@ -22,7 +22,7 @@ __metaclass__ = type import json from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.nos import nos_command from .nos_module import TestNosModule, load_fixture diff --git a/tests/unit/modules/network/nos/test_nos_config.py b/tests/unit/plugins/modules/network/nos/test_nos_config.py similarity index 98% rename from tests/unit/modules/network/nos/test_nos_config.py rename to tests/unit/plugins/modules/network/nos/test_nos_config.py index 3bd3f07252..b17bd75d25 100644 --- a/tests/unit/modules/network/nos/test_nos_config.py +++ b/tests/unit/plugins/modules/network/nos/test_nos_config.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.nos import nos_config from .nos_module import TestNosModule, load_fixture diff --git a/tests/unit/modules/network/nos/test_nos_facts.py b/tests/unit/plugins/modules/network/nos/test_nos_facts.py similarity index 95% rename from tests/unit/modules/network/nos/test_nos_facts.py rename to tests/unit/plugins/modules/network/nos/test_nos_facts.py index 8f6d5f69ea..b8e74beae3 100644 --- a/tests/unit/modules/network/nos/test_nos_facts.py +++ b/tests/unit/plugins/modules/network/nos/test_nos_facts.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.nos import nos_facts from .nos_module import TestNosModule, load_fixture diff --git a/tests/unit/modules/network/nso/__init__.py b/tests/unit/plugins/modules/network/nso/__init__.py similarity index 100% rename from tests/unit/modules/network/nso/__init__.py rename to tests/unit/plugins/modules/network/nso/__init__.py diff --git a/tests/unit/modules/network/nso/fixtures/complex_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/complex_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/complex_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/complex_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/config_config.json b/tests/unit/plugins/modules/network/nso/fixtures/config_config.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/config_config.json rename to tests/unit/plugins/modules/network/nso/fixtures/config_config.json diff --git a/tests/unit/modules/network/nso/fixtures/config_config_changes.json b/tests/unit/plugins/modules/network/nso/fixtures/config_config_changes.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/config_config_changes.json rename to tests/unit/plugins/modules/network/nso/fixtures/config_config_changes.json diff --git a/tests/unit/modules/network/nso/fixtures/config_empty_data.json b/tests/unit/plugins/modules/network/nso/fixtures/config_empty_data.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/config_empty_data.json rename to tests/unit/plugins/modules/network/nso/fixtures/config_empty_data.json diff --git a/tests/unit/modules/network/nso/fixtures/description_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/description_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/description_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/description_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/device_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/device_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/device_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/device_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/devices_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/devices_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/devices_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/devices_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/l3vpn_l3vpn_endpoint_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/l3vpn_l3vpn_endpoint_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/l3vpn_l3vpn_endpoint_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/l3vpn_l3vpn_endpoint_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/l3vpn_l3vpn_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/l3vpn_l3vpn_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/l3vpn_l3vpn_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/l3vpn_l3vpn_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/l3vpn_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/l3vpn_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/l3vpn_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/l3vpn_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/sync_from_schema.json b/tests/unit/plugins/modules/network/nso/fixtures/sync_from_schema.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/sync_from_schema.json rename to tests/unit/plugins/modules/network/nso/fixtures/sync_from_schema.json diff --git a/tests/unit/modules/network/nso/fixtures/verify_violation_data.json b/tests/unit/plugins/modules/network/nso/fixtures/verify_violation_data.json similarity index 100% rename from tests/unit/modules/network/nso/fixtures/verify_violation_data.json rename to tests/unit/plugins/modules/network/nso/fixtures/verify_violation_data.json diff --git a/tests/unit/modules/network/nso/nso_module.py b/tests/unit/plugins/modules/network/nso/nso_module.py similarity index 100% rename from tests/unit/modules/network/nso/nso_module.py rename to tests/unit/plugins/modules/network/nso/nso_module.py diff --git a/tests/unit/modules/network/nso/test_nso_action.py b/tests/unit/plugins/modules/network/nso/test_nso_action.py similarity index 98% rename from tests/unit/modules/network/nso/test_nso_action.py rename to tests/unit/plugins/modules/network/nso/test_nso_action.py index 7a91305015..281df1dbda 100644 --- a/tests/unit/modules/network/nso/test_nso_action.py +++ b/tests/unit/plugins/modules/network/nso/test_nso_action.py @@ -25,7 +25,7 @@ from ansible_collections.community.general.plugins.modules.network.nso import ns from . import nso_module from .nso_module import MockResponse -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestNsoAction(nso_module.TestNsoModule): diff --git a/tests/unit/modules/network/nso/test_nso_config.py b/tests/unit/plugins/modules/network/nso/test_nso_config.py similarity index 98% rename from tests/unit/modules/network/nso/test_nso_config.py rename to tests/unit/plugins/modules/network/nso/test_nso_config.py index 6211a736fc..04246868b6 100644 --- a/tests/unit/modules/network/nso/test_nso_config.py +++ b/tests/unit/plugins/modules/network/nso/test_nso_config.py @@ -22,7 +22,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.nso import nso_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from . import nso_module from .nso_module import MockResponse diff --git a/tests/unit/modules/network/nso/test_nso_query.py b/tests/unit/plugins/modules/network/nso/test_nso_query.py similarity index 95% rename from tests/unit/modules/network/nso/test_nso_query.py rename to tests/unit/plugins/modules/network/nso/test_nso_query.py index f355cd40f3..ab46afdcbb 100644 --- a/tests/unit/modules/network/nso/test_nso_query.py +++ b/tests/unit/plugins/modules/network/nso/test_nso_query.py @@ -23,7 +23,7 @@ from ansible_collections.community.general.plugins.modules.network.nso import ns from . import nso_module from .nso_module import MockResponse -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestNsoQuery(nso_module.TestNsoModule): diff --git a/tests/unit/modules/network/nso/test_nso_show.py b/tests/unit/plugins/modules/network/nso/test_nso_show.py similarity index 97% rename from tests/unit/modules/network/nso/test_nso_show.py rename to tests/unit/plugins/modules/network/nso/test_nso_show.py index b393bc2f34..ae03af0ef2 100644 --- a/tests/unit/modules/network/nso/test_nso_show.py +++ b/tests/unit/plugins/modules/network/nso/test_nso_show.py @@ -23,7 +23,7 @@ from ansible_collections.community.general.plugins.modules.network.nso import ns from . import nso_module from .nso_module import MockResponse -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestNsoShow(nso_module.TestNsoModule): diff --git a/tests/unit/modules/network/nso/test_nso_verify.py b/tests/unit/plugins/modules/network/nso/test_nso_verify.py similarity index 98% rename from tests/unit/modules/network/nso/test_nso_verify.py rename to tests/unit/plugins/modules/network/nso/test_nso_verify.py index db307587f3..ab9b28dfbc 100644 --- a/tests/unit/modules/network/nso/test_nso_verify.py +++ b/tests/unit/plugins/modules/network/nso/test_nso_verify.py @@ -25,7 +25,7 @@ from ansible_collections.community.general.plugins.modules.network.nso import ns from . import nso_module from .nso_module import MockResponse -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args class TestNsoVerify(nso_module.TestNsoModule): diff --git a/tests/unit/modules/network/nuage/__init__.py b/tests/unit/plugins/modules/network/nuage/__init__.py similarity index 100% rename from tests/unit/modules/network/nuage/__init__.py rename to tests/unit/plugins/modules/network/nuage/__init__.py diff --git a/tests/unit/modules/network/nuage/nuage_module.py b/tests/unit/plugins/modules/network/nuage/nuage_module.py similarity index 94% rename from tests/unit/modules/network/nuage/nuage_module.py rename to tests/unit/plugins/modules/network/nuage/nuage_module.py index dea38c718c..f2fa2c07c9 100644 --- a/tests/unit/modules/network/nuage/nuage_module.py +++ b/tests/unit/plugins/modules/network/nuage/nuage_module.py @@ -17,7 +17,7 @@ # along with Ansible. If not, see . from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args as _set_module_args, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args as _set_module_args, ModuleTestCase import pytest diff --git a/tests/unit/modules/network/nuage/test_nuage_vspk.py b/tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py similarity index 99% rename from tests/unit/modules/network/nuage/test_nuage_vspk.py rename to tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py index a54a5e079f..6552378b9c 100644 --- a/tests/unit/modules/network/nuage/test_nuage_vspk.py +++ b/tests/unit/plugins/modules/network/nuage/test_nuage_vspk.py @@ -33,7 +33,7 @@ except ImportError: pytestmark.append(pytest.mark.skip('Nuage Ansible modules requires the vspk and bambou python libraries')) from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, AnsibleExitJson, AnsibleFailJson +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, AnsibleExitJson, AnsibleFailJson from .nuage_module import MockNuageConnection, TestNuageModule _LOOP_COUNTER = 0 diff --git a/tests/unit/modules/network/onyx/__init__.py b/tests/unit/plugins/modules/network/onyx/__init__.py similarity index 100% rename from tests/unit/modules/network/onyx/__init__.py rename to tests/unit/plugins/modules/network/onyx/__init__.py diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_bgp_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_bgp_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_bgp_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_bgp_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_buffer_pool.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_buffer_pool.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_buffer_pool.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_buffer_pool.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_command_show_version.txt b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_command_show_version.txt similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_command_show_version.txt rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_command_show_version.txt diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_config_config.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_config_config.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_config_config.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_config_config.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_config_src.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_config_src.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_config_src.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_config_src.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_facts_show_interfaces_ethernet.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_facts_show_interfaces_ethernet.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_facts_show_interfaces_ethernet.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_facts_show_interfaces_ethernet.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_facts_show_module.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_facts_show_module.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_facts_show_module.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_facts_show_module.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_facts_show_version.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_facts_show_version.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_facts_show_version.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_facts_show_version.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_igmp_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_igmp_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_igmp_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_igmp_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_interfaces_rates.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_interfaces_rates.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_interfaces_rates.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_interfaces_rates.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_interfaces_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_interfaces_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_interfaces_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_interfaces_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_interfaces_status.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_interfaces_status.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_interfaces_status.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_interfaces_status.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_l2_interface_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_l2_interface_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_l2_interface_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_l2_interface_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_l3_interface_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_l3_interface_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_l3_interface_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_l3_interface_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_l3_vlan_interface_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_l3_vlan_interface_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_l3_vlan_interface_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_l3_vlan_interface_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_lldp_interface_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_lldp_interface_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_lldp_interface_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_lldp_interface_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_lldp_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_lldp_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_lldp_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_lldp_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_logging_config_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_logging_config_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_logging_config_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_logging_config_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_logging_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_logging_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_logging_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_logging_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_magp_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_magp_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_magp_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_magp_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_mlag_ipl_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_ipl_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_mlag_ipl_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_ipl_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_mlag_port_channel_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_port_channel_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_mlag_port_channel_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_port_channel_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_mlag_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_mlag_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_mlag_vip_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_vip_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_mlag_vip_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_mlag_vip_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_ntp_servers_peers_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_ntp_servers_peers_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_ntp_servers_peers_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_ntp_servers_peers_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_ntp_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_ntp_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_ntp_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_ntp_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_ospf_interfaces_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_ospf_interfaces_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_ospf_interfaces_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_ospf_interfaces_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_ospf_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_ospf_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_ospf_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_ospf_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_pfc_interface_disabled.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_pfc_interface_disabled.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_pfc_interface_disabled.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_pfc_interface_disabled.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_pfc_interface_enabled.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_pfc_interface_enabled.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_pfc_interface_enabled.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_pfc_interface_enabled.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_port_channel_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_port_channel_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_port_channel_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_port_channel_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_protocols_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_protocols_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_protocols_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_protocols_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_aaa.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_aaa.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_aaa.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_aaa.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_bfd.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_bfd.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_bfd.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_bfd.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_dcb_ets_interface.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_dcb_ets_interface.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_dcb_ets_interface.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_dcb_ets_interface.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_igmp_interfaces.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_igmp_interfaces.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_igmp_interfaces.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_igmp_interfaces.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_interfaces_nve.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_interfaces_nve.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_interfaces_nve.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_interfaces_nve.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_interfaces_nve_detail.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_interfaces_nve_detail.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_interfaces_nve_detail.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_interfaces_nve_detail.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_groups.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_groups.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_groups.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_groups.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_querier.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_querier.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_querier.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ip_igmp_snooping_querier.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_ntp_configured.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ntp_configured.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_ntp_configured.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ntp_configured.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_ptp_clock.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ptp_clock.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_ptp_clock.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ptp_clock.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_ptp_interface.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ptp_interface.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_ptp_interface.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_ptp_interface.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_show_snmp_users.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_snmp_users.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_show_snmp_users.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_show_snmp_users.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_snmp_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_snmp_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_snmp_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_snmp_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_username_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_username_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_username_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_username_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_vlan_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_vlan_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_vlan_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_vlan_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/onyx_wjh_show.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/onyx_wjh_show.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/onyx_wjh_show.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/onyx_wjh_show.cfg diff --git a/tests/unit/modules/network/onyx/fixtures/show_qos_interface_ethernet.cfg b/tests/unit/plugins/modules/network/onyx/fixtures/show_qos_interface_ethernet.cfg similarity index 100% rename from tests/unit/modules/network/onyx/fixtures/show_qos_interface_ethernet.cfg rename to tests/unit/plugins/modules/network/onyx/fixtures/show_qos_interface_ethernet.cfg diff --git a/tests/unit/modules/network/onyx/onyx_module.py b/tests/unit/plugins/modules/network/onyx/onyx_module.py similarity index 95% rename from tests/unit/modules/network/onyx/onyx_module.py rename to tests/unit/plugins/modules/network/onyx/onyx_module.py index 5c62fb70b1..012999a753 100644 --- a/tests/unit/modules/network/onyx/onyx_module.py +++ b/tests/unit/plugins/modules/network/onyx/onyx_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import json import os -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') fixture_data = {} diff --git a/tests/unit/modules/network/onyx/test_onyx_aaa.py b/tests/unit/plugins/modules/network/onyx/test_onyx_aaa.py similarity index 96% rename from tests/unit/modules/network/onyx/test_onyx_aaa.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_aaa.py index 8a4ddfb153..083f4b354d 100644 --- a/tests/unit/modules/network/onyx/test_onyx_aaa.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_aaa.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_aaa -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_bfd.py b/tests/unit/plugins/modules/network/onyx/test_onyx_bfd.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_bfd.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_bfd.py index 6ac4d0c38a..9a3a14ff2b 100644 --- a/tests/unit/modules/network/onyx/test_onyx_bfd.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_bfd.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_bfd -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_bgp.py b/tests/unit/plugins/modules/network/onyx/test_onyx_bgp.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_bgp.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_bgp.py index a43e9553cb..7f69611a68 100644 --- a/tests/unit/modules/network/onyx/test_onyx_bgp.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_bgp.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_bgp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_buffer_pool.py b/tests/unit/plugins/modules/network/onyx/test_onyx_buffer_pool.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_buffer_pool.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_buffer_pool.py index 169aa12f52..2ffa503c29 100644 --- a/tests/unit/modules/network/onyx/test_onyx_buffer_pool.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_buffer_pool.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_buffer_pool -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_command.py b/tests/unit/plugins/modules/network/onyx/test_onyx_command.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_command.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_command.py index 2ffaba196a..74e65c6317 100644 --- a/tests/unit/modules/network/onyx/test_onyx_command.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_config.py b/tests/unit/plugins/modules/network/onyx/test_onyx_config.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_config.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_config.py index 64b1d0c2ea..3dd017d214 100644 --- a/tests/unit/modules/network/onyx/test_onyx_config.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_config.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_config -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_facts.py b/tests/unit/plugins/modules/network/onyx/test_onyx_facts.py similarity index 96% rename from tests/unit/modules/network/onyx/test_onyx_facts.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_facts.py index ba02ae9e81..18573a2718 100644 --- a/tests/unit/modules/network/onyx/test_onyx_facts.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_facts.py @@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture from ansible_collections.community.general.plugins.modules.network.onyx import onyx_facts diff --git a/tests/unit/modules/network/onyx/test_onyx_igmp.py b/tests/unit/plugins/modules/network/onyx/test_onyx_igmp.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_igmp.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_igmp.py index 6f8a041f1a..7472857c48 100644 --- a/tests/unit/modules/network/onyx/test_onyx_igmp.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_igmp.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_igmp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_igmp_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_igmp_interface.py similarity index 96% rename from tests/unit/modules/network/onyx/test_onyx_igmp_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_igmp_interface.py index b470a106e1..f1f5f45507 100644 --- a/tests/unit/modules/network/onyx/test_onyx_igmp_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_igmp_interface.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_igmp_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_igmp_vlan.py b/tests/unit/plugins/modules/network/onyx/test_onyx_igmp_vlan.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_igmp_vlan.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_igmp_vlan.py index 1c2c999e0e..c62f4a7c8f 100644 --- a/tests/unit/modules/network/onyx/test_onyx_igmp_vlan.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_igmp_vlan.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_igmp_vlan -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_interface.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_interface.py index 44809f1697..a56821e356 100644 --- a/tests/unit/modules/network/onyx/test_onyx_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_interface.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_l2_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_l2_interface.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_l2_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_l2_interface.py index 4f06d26d27..30a1f4593d 100644 --- a/tests/unit/modules/network/onyx/test_onyx_l2_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_l2_interface.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_l2_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_l3_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_l3_interface.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_l3_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_l3_interface.py index 78f2af975d..a9070216c8 100644 --- a/tests/unit/modules/network/onyx/test_onyx_l3_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_l3_interface.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_l3_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_linkagg.py b/tests/unit/plugins/modules/network/onyx/test_onyx_linkagg.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_linkagg.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_linkagg.py index f8e65b8e0a..8eaad19666 100644 --- a/tests/unit/modules/network/onyx/test_onyx_linkagg.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_linkagg.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_linkagg -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_lldp.py b/tests/unit/plugins/modules/network/onyx/test_onyx_lldp.py similarity index 96% rename from tests/unit/modules/network/onyx/test_onyx_lldp.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_lldp.py index a42a044d23..1c3af8d1db 100644 --- a/tests/unit/modules/network/onyx/test_onyx_lldp.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_lldp.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_lldp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_lldp_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_lldp_interface.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_lldp_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_lldp_interface.py index ac47a0c07b..4527f9fff5 100644 --- a/tests/unit/modules/network/onyx/test_onyx_lldp_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_lldp_interface.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_lldp_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_magp.py b/tests/unit/plugins/modules/network/onyx/test_onyx_magp.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_magp.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_magp.py index 18fe23a76c..983624d5c2 100644 --- a/tests/unit/modules/network/onyx/test_onyx_magp.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_magp.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_magp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_mlag_ipl.py b/tests/unit/plugins/modules/network/onyx/test_onyx_mlag_ipl.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_mlag_ipl.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_mlag_ipl.py index 00d2e962b4..a31bd3b446 100644 --- a/tests/unit/modules/network/onyx/test_onyx_mlag_ipl.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_mlag_ipl.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_mlag_ipl -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_mlag_vip.py b/tests/unit/plugins/modules/network/onyx/test_onyx_mlag_vip.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_mlag_vip.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_mlag_vip.py index 36260bf66e..111b06b05c 100644 --- a/tests/unit/modules/network/onyx/test_onyx_mlag_vip.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_mlag_vip.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_mlag_vip -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_ntp.py b/tests/unit/plugins/modules/network/onyx/test_onyx_ntp.py similarity index 96% rename from tests/unit/modules/network/onyx/test_onyx_ntp.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_ntp.py index 60cd45e1be..8d814d7208 100644 --- a/tests/unit/modules/network/onyx/test_onyx_ntp.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_ntp.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_ntp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_ntp_servers_peers.py b/tests/unit/plugins/modules/network/onyx/test_onyx_ntp_servers_peers.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_ntp_servers_peers.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_ntp_servers_peers.py index 662edbff37..89446fc2b5 100644 --- a/tests/unit/modules/network/onyx/test_onyx_ntp_servers_peers.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_ntp_servers_peers.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_ntp_servers_peers -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_ospf.py b/tests/unit/plugins/modules/network/onyx/test_onyx_ospf.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_ospf.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_ospf.py index a4a5aafcac..f992ab9c6c 100644 --- a/tests/unit/modules/network/onyx/test_onyx_ospf.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_ospf.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_ospf -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_pfc_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_pfc_interface.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_pfc_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_pfc_interface.py index d961476a4a..50ed7a24d9 100644 --- a/tests/unit/modules/network/onyx/test_onyx_pfc_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_pfc_interface.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_pfc_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_protocol.py b/tests/unit/plugins/modules/network/onyx/test_onyx_protocol.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_protocol.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_protocol.py index 2a845bea52..ddd3cbf02a 100644 --- a/tests/unit/modules/network/onyx/test_onyx_protocol.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_protocol.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_protocol -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_ptp_global.py b/tests/unit/plugins/modules/network/onyx/test_onyx_ptp_global.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_ptp_global.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_ptp_global.py index c7642cf948..fafad2d464 100644 --- a/tests/unit/modules/network/onyx/test_onyx_ptp_global.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_ptp_global.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_ptp_global -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_ptp_interface.py b/tests/unit/plugins/modules/network/onyx/test_onyx_ptp_interface.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_ptp_interface.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_ptp_interface.py index 1805eb9ed7..a0225ef6a6 100644 --- a/tests/unit/modules/network/onyx/test_onyx_ptp_interface.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_ptp_interface.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_ptp_interface -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_qos.py b/tests/unit/plugins/modules/network/onyx/test_onyx_qos.py similarity index 95% rename from tests/unit/modules/network/onyx/test_onyx_qos.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_qos.py index 8719befb44..f4d417737b 100644 --- a/tests/unit/modules/network/onyx/test_onyx_qos.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_qos.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_qos -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_snmp.py b/tests/unit/plugins/modules/network/onyx/test_onyx_snmp.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_snmp.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_snmp.py index 7b20af14bb..fc274ee0e5 100644 --- a/tests/unit/modules/network/onyx/test_onyx_snmp.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_snmp.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_snmp -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_snmp_hosts.py b/tests/unit/plugins/modules/network/onyx/test_onyx_snmp_hosts.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_snmp_hosts.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_snmp_hosts.py index 8a5ad66429..2111f3a3a6 100644 --- a/tests/unit/modules/network/onyx/test_onyx_snmp_hosts.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_snmp_hosts.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_snmp_hosts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_snmp_users.py b/tests/unit/plugins/modules/network/onyx/test_onyx_snmp_users.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_snmp_users.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_snmp_users.py index 5a6d470194..97b703e42e 100644 --- a/tests/unit/modules/network/onyx/test_onyx_snmp_users.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_snmp_users.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_snmp_users -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_syslog_files.py b/tests/unit/plugins/modules/network/onyx/test_onyx_syslog_files.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_syslog_files.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_syslog_files.py index 35b71bb0ca..bfaf3fd738 100644 --- a/tests/unit/modules/network/onyx/test_onyx_syslog_files.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_syslog_files.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_syslog_files -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_syslog_remote.py b/tests/unit/plugins/modules/network/onyx/test_onyx_syslog_remote.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_syslog_remote.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_syslog_remote.py index fb42cce14d..12b1af679a 100644 --- a/tests/unit/modules/network/onyx/test_onyx_syslog_remote.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_syslog_remote.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_syslog_remote -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_traffic_class.py b/tests/unit/plugins/modules/network/onyx/test_onyx_traffic_class.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_traffic_class.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_traffic_class.py index 63cda50948..03dc6d0086 100644 --- a/tests/unit/modules/network/onyx/test_onyx_traffic_class.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_traffic_class.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_traffic_class -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_username.py b/tests/unit/plugins/modules/network/onyx/test_onyx_username.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_username.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_username.py index f21e785f80..3ad44b9265 100644 --- a/tests/unit/modules/network/onyx/test_onyx_username.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_username.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_username -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_vlan.py b/tests/unit/plugins/modules/network/onyx/test_onyx_vlan.py similarity index 97% rename from tests/unit/modules/network/onyx/test_onyx_vlan.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_vlan.py index 69ab1124e2..269df3e911 100644 --- a/tests/unit/modules/network/onyx/test_onyx_vlan.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_vlan.py @@ -22,7 +22,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_vlan -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_vxlan.py b/tests/unit/plugins/modules/network/onyx/test_onyx_vxlan.py similarity index 98% rename from tests/unit/modules/network/onyx/test_onyx_vxlan.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_vxlan.py index b5ce8bb5b1..11cf2d7394 100644 --- a/tests/unit/modules/network/onyx/test_onyx_vxlan.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_vxlan.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_vxlan -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/onyx/test_onyx_wjh.py b/tests/unit/plugins/modules/network/onyx/test_onyx_wjh.py similarity index 96% rename from tests/unit/modules/network/onyx/test_onyx_wjh.py rename to tests/unit/plugins/modules/network/onyx/test_onyx_wjh.py index f144bc4d70..a031113e04 100644 --- a/tests/unit/modules/network/onyx/test_onyx_wjh.py +++ b/tests/unit/plugins/modules/network/onyx/test_onyx_wjh.py @@ -8,7 +8,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.onyx import onyx_wjh -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .onyx_module import TestOnyxModule, load_fixture diff --git a/tests/unit/modules/network/opx/__init__.py b/tests/unit/plugins/modules/network/opx/__init__.py similarity index 100% rename from tests/unit/modules/network/opx/__init__.py rename to tests/unit/plugins/modules/network/opx/__init__.py diff --git a/tests/unit/modules/network/opx/fixtures/opx_get_config.cfg b/tests/unit/plugins/modules/network/opx/fixtures/opx_get_config.cfg similarity index 100% rename from tests/unit/modules/network/opx/fixtures/opx_get_config.cfg rename to tests/unit/plugins/modules/network/opx/fixtures/opx_get_config.cfg diff --git a/tests/unit/modules/network/opx/fixtures/opx_operation_create.cfg b/tests/unit/plugins/modules/network/opx/fixtures/opx_operation_create.cfg similarity index 100% rename from tests/unit/modules/network/opx/fixtures/opx_operation_create.cfg rename to tests/unit/plugins/modules/network/opx/fixtures/opx_operation_create.cfg diff --git a/tests/unit/modules/network/opx/fixtures/opx_operation_delete.cfg b/tests/unit/plugins/modules/network/opx/fixtures/opx_operation_delete.cfg similarity index 100% rename from tests/unit/modules/network/opx/fixtures/opx_operation_delete.cfg rename to tests/unit/plugins/modules/network/opx/fixtures/opx_operation_delete.cfg diff --git a/tests/unit/modules/network/opx/fixtures/opx_operation_get.cfg b/tests/unit/plugins/modules/network/opx/fixtures/opx_operation_get.cfg similarity index 100% rename from tests/unit/modules/network/opx/fixtures/opx_operation_get.cfg rename to tests/unit/plugins/modules/network/opx/fixtures/opx_operation_get.cfg diff --git a/tests/unit/modules/network/opx/fixtures/opx_operation_get_db.cfg b/tests/unit/plugins/modules/network/opx/fixtures/opx_operation_get_db.cfg similarity index 100% rename from tests/unit/modules/network/opx/fixtures/opx_operation_get_db.cfg rename to tests/unit/plugins/modules/network/opx/fixtures/opx_operation_get_db.cfg diff --git a/tests/unit/modules/network/opx/fixtures/opx_operation_set.cfg b/tests/unit/plugins/modules/network/opx/fixtures/opx_operation_set.cfg similarity index 100% rename from tests/unit/modules/network/opx/fixtures/opx_operation_set.cfg rename to tests/unit/plugins/modules/network/opx/fixtures/opx_operation_set.cfg diff --git a/tests/unit/modules/network/opx/opx_module.py b/tests/unit/plugins/modules/network/opx/opx_module.py similarity index 95% rename from tests/unit/modules/network/opx/opx_module.py rename to tests/unit/plugins/modules/network/opx/opx_module.py index 3b7642fff4..e0c3eceee9 100644 --- a/tests/unit/modules/network/opx/opx_module.py +++ b/tests/unit/plugins/modules/network/opx/opx_module.py @@ -24,7 +24,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/opx/test_opx_cps.py b/tests/unit/plugins/modules/network/opx/test_opx_cps.py similarity index 98% rename from tests/unit/modules/network/opx/test_opx_cps.py rename to tests/unit/plugins/modules/network/opx/test_opx_cps.py index 9a3ae75c1c..534c7ca635 100644 --- a/tests/unit/modules/network/opx/test_opx_cps.py +++ b/tests/unit/plugins/modules/network/opx/test_opx_cps.py @@ -44,7 +44,7 @@ sys.modules['cps_utils'] = Mock() from ansible_collections.community.general.plugins.modules.network.opx import opx_cps -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .opx_module import TestOpxModule, load_fixture diff --git a/tests/unit/modules/network/radware/__init__.py b/tests/unit/plugins/modules/network/radware/__init__.py similarity index 100% rename from tests/unit/modules/network/radware/__init__.py rename to tests/unit/plugins/modules/network/radware/__init__.py diff --git a/tests/unit/modules/network/radware/ct.vm b/tests/unit/plugins/modules/network/radware/ct.vm similarity index 100% rename from tests/unit/modules/network/radware/ct.vm rename to tests/unit/plugins/modules/network/radware/ct.vm diff --git a/tests/unit/modules/network/radware/test_vdirect_commit.py b/tests/unit/plugins/modules/network/radware/test_vdirect_commit.py similarity index 100% rename from tests/unit/modules/network/radware/test_vdirect_commit.py rename to tests/unit/plugins/modules/network/radware/test_vdirect_commit.py diff --git a/tests/unit/modules/network/radware/test_vdirect_file.py b/tests/unit/plugins/modules/network/radware/test_vdirect_file.py similarity index 100% rename from tests/unit/modules/network/radware/test_vdirect_file.py rename to tests/unit/plugins/modules/network/radware/test_vdirect_file.py diff --git a/tests/unit/modules/network/radware/test_vdirect_runnable.py b/tests/unit/plugins/modules/network/radware/test_vdirect_runnable.py similarity index 100% rename from tests/unit/modules/network/radware/test_vdirect_runnable.py rename to tests/unit/plugins/modules/network/radware/test_vdirect_runnable.py diff --git a/tests/unit/modules/network/radware/wt.zip b/tests/unit/plugins/modules/network/radware/wt.zip similarity index 100% rename from tests/unit/modules/network/radware/wt.zip rename to tests/unit/plugins/modules/network/radware/wt.zip diff --git a/tests/unit/modules/network/routeros/__init__.py b/tests/unit/plugins/modules/network/routeros/__init__.py similarity index 100% rename from tests/unit/modules/network/routeros/__init__.py rename to tests/unit/plugins/modules/network/routeros/__init__.py diff --git a/tests/unit/modules/network/routeros/fixtures/__init__.py b/tests/unit/plugins/modules/network/routeros/fixtures/__init__.py similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/__init__.py rename to tests/unit/plugins/modules/network/routeros/fixtures/__init__.py diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/export b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/export similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/export rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/export diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/interface_print_detail_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/interface_print_detail_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/interface_print_detail_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/interface_print_detail_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/ip_address_print_detail_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ip_address_print_detail_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/ip_address_print_detail_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ip_address_print_detail_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/ip_neighbor_print_detail_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ip_neighbor_print_detail_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/ip_neighbor_print_detail_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ip_neighbor_print_detail_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging_no-ipv6 b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging_no-ipv6 similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging_no-ipv6 rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/ipv6_address_print_detail_without-paging_no-ipv6 diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/system_identity_print_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/system_identity_print_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/system_identity_print_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/system_identity_print_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/system_resource_print_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/system_resource_print_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/system_resource_print_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/system_resource_print_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/routeros_facts/system_routerboard_print_without-paging b/tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/system_routerboard_print_without-paging similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/routeros_facts/system_routerboard_print_without-paging rename to tests/unit/plugins/modules/network/routeros/fixtures/routeros_facts/system_routerboard_print_without-paging diff --git a/tests/unit/modules/network/routeros/fixtures/system_package_print b/tests/unit/plugins/modules/network/routeros/fixtures/system_package_print similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/system_package_print rename to tests/unit/plugins/modules/network/routeros/fixtures/system_package_print diff --git a/tests/unit/modules/network/routeros/fixtures/system_resource_print b/tests/unit/plugins/modules/network/routeros/fixtures/system_resource_print similarity index 100% rename from tests/unit/modules/network/routeros/fixtures/system_resource_print rename to tests/unit/plugins/modules/network/routeros/fixtures/system_resource_print diff --git a/tests/unit/modules/network/routeros/routeros_module.py b/tests/unit/plugins/modules/network/routeros/routeros_module.py similarity index 94% rename from tests/unit/modules/network/routeros/routeros_module.py rename to tests/unit/plugins/modules/network/routeros/routeros_module.py index 23db8795e7..0b05198428 100644 --- a/tests/unit/modules/network/routeros/routeros_module.py +++ b/tests/unit/plugins/modules/network/routeros/routeros_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/routeros/test_routeros_command.py b/tests/unit/plugins/modules/network/routeros/test_routeros_command.py similarity index 97% rename from tests/unit/modules/network/routeros/test_routeros_command.py rename to tests/unit/plugins/modules/network/routeros/test_routeros_command.py index af62f0c0f8..550df50fc3 100644 --- a/tests/unit/modules/network/routeros/test_routeros_command.py +++ b/tests/unit/plugins/modules/network/routeros/test_routeros_command.py @@ -23,7 +23,7 @@ import json from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.routeros import routeros_command -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .routeros_module import TestRouterosModule, load_fixture diff --git a/tests/unit/modules/network/routeros/test_routeros_facts.py b/tests/unit/plugins/modules/network/routeros/test_routeros_facts.py similarity index 97% rename from tests/unit/modules/network/routeros/test_routeros_facts.py rename to tests/unit/plugins/modules/network/routeros/test_routeros_facts.py index f4b58a3790..ca42248dc5 100644 --- a/tests/unit/modules/network/routeros/test_routeros_facts.py +++ b/tests/unit/plugins/modules/network/routeros/test_routeros_facts.py @@ -19,7 +19,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.network.routeros import routeros_facts -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from .routeros_module import TestRouterosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/__init__.py b/tests/unit/plugins/modules/network/slxos/__init__.py similarity index 100% rename from tests/unit/modules/network/slxos/__init__.py rename to tests/unit/plugins/modules/network/slxos/__init__.py diff --git a/tests/unit/modules/network/slxos/fixtures/show_interface_ethernet_0_2_switchport b/tests/unit/plugins/modules/network/slxos/fixtures/show_interface_ethernet_0_2_switchport similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/show_interface_ethernet_0_2_switchport rename to tests/unit/plugins/modules/network/slxos/fixtures/show_interface_ethernet_0_2_switchport diff --git a/tests/unit/modules/network/slxos/fixtures/show_interface_ethernet_0_3_switchport b/tests/unit/plugins/modules/network/slxos/fixtures/show_interface_ethernet_0_3_switchport similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/show_interface_ethernet_0_3_switchport rename to tests/unit/plugins/modules/network/slxos/fixtures/show_interface_ethernet_0_3_switchport diff --git a/tests/unit/modules/network/slxos/fixtures/show_interface_ethernet_0_4_switchport b/tests/unit/plugins/modules/network/slxos/fixtures/show_interface_ethernet_0_4_switchport similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/show_interface_ethernet_0_4_switchport rename to tests/unit/plugins/modules/network/slxos/fixtures/show_interface_ethernet_0_4_switchport diff --git a/tests/unit/modules/network/slxos/fixtures/show_version b/tests/unit/plugins/modules/network/slxos/fixtures/show_version similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/show_version rename to tests/unit/plugins/modules/network/slxos/fixtures/show_version diff --git a/tests/unit/modules/network/slxos/fixtures/show_vlan_brief b/tests/unit/plugins/modules/network/slxos/fixtures/show_vlan_brief similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/show_vlan_brief rename to tests/unit/plugins/modules/network/slxos/fixtures/show_vlan_brief diff --git a/tests/unit/modules/network/slxos/fixtures/slxos_config_config.cfg b/tests/unit/plugins/modules/network/slxos/fixtures/slxos_config_config.cfg similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/slxos_config_config.cfg rename to tests/unit/plugins/modules/network/slxos/fixtures/slxos_config_config.cfg diff --git a/tests/unit/modules/network/slxos/fixtures/slxos_config_src.cfg b/tests/unit/plugins/modules/network/slxos/fixtures/slxos_config_src.cfg similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/slxos_config_src.cfg rename to tests/unit/plugins/modules/network/slxos/fixtures/slxos_config_src.cfg diff --git a/tests/unit/modules/network/slxos/fixtures/slxos_facts_show_inventory_chassis b/tests/unit/plugins/modules/network/slxos/fixtures/slxos_facts_show_inventory_chassis similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/slxos_facts_show_inventory_chassis rename to tests/unit/plugins/modules/network/slxos/fixtures/slxos_facts_show_inventory_chassis diff --git a/tests/unit/modules/network/slxos/fixtures/slxos_facts_show_running-config b/tests/unit/plugins/modules/network/slxos/fixtures/slxos_facts_show_running-config similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/slxos_facts_show_running-config rename to tests/unit/plugins/modules/network/slxos/fixtures/slxos_facts_show_running-config diff --git a/tests/unit/modules/network/slxos/fixtures/slxos_facts_show_version b/tests/unit/plugins/modules/network/slxos/fixtures/slxos_facts_show_version similarity index 100% rename from tests/unit/modules/network/slxos/fixtures/slxos_facts_show_version rename to tests/unit/plugins/modules/network/slxos/fixtures/slxos_facts_show_version diff --git a/tests/unit/modules/network/slxos/slxos_module.py b/tests/unit/plugins/modules/network/slxos/slxos_module.py similarity index 94% rename from tests/unit/modules/network/slxos/slxos_module.py rename to tests/unit/plugins/modules/network/slxos/slxos_module.py index cd1dea685c..296f2f2f7f 100644 --- a/tests/unit/modules/network/slxos/slxos_module.py +++ b/tests/unit/plugins/modules/network/slxos/slxos_module.py @@ -21,7 +21,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/network/slxos/test_slxos_command.py b/tests/unit/plugins/modules/network/slxos/test_slxos_command.py similarity index 97% rename from tests/unit/modules/network/slxos/test_slxos_command.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_command.py index 1ab9aac667..a63c74729c 100644 --- a/tests/unit/modules/network/slxos/test_slxos_command.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_command.py @@ -22,7 +22,7 @@ __metaclass__ = type import json from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_command from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_config.py b/tests/unit/plugins/modules/network/slxos/test_slxos_config.py similarity index 98% rename from tests/unit/modules/network/slxos/test_slxos_config.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_config.py index 58c7cd1421..aed02c2db8 100644 --- a/tests/unit/modules/network/slxos/test_slxos_config.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_config.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_config from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_facts.py b/tests/unit/plugins/modules/network/slxos/test_slxos_facts.py similarity index 95% rename from tests/unit/modules/network/slxos/test_slxos_facts.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_facts.py index 5f3356432b..7cf64b0614 100644 --- a/tests/unit/modules/network/slxos/test_slxos_facts.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_facts.py @@ -20,7 +20,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_facts from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_interface.py b/tests/unit/plugins/modules/network/slxos/test_slxos_interface.py similarity index 98% rename from tests/unit/modules/network/slxos/test_slxos_interface.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_interface.py index 1bec01c5fb..5175cdd755 100644 --- a/tests/unit/modules/network/slxos/test_slxos_interface.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_interface.py @@ -22,7 +22,7 @@ __metaclass__ = type import re from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_interface from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_l2_interface.py b/tests/unit/plugins/modules/network/slxos/test_slxos_l2_interface.py similarity index 98% rename from tests/unit/modules/network/slxos/test_slxos_l2_interface.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_l2_interface.py index cde2a2c9af..c17db9e626 100644 --- a/tests/unit/modules/network/slxos/test_slxos_l2_interface.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_l2_interface.py @@ -22,7 +22,7 @@ __metaclass__ = type import re from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_l2_interface from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_l3_interface.py b/tests/unit/plugins/modules/network/slxos/test_slxos_l3_interface.py similarity index 97% rename from tests/unit/modules/network/slxos/test_slxos_l3_interface.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_l3_interface.py index 798da29b8c..e1355efc9f 100644 --- a/tests/unit/modules/network/slxos/test_slxos_l3_interface.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_l3_interface.py @@ -22,7 +22,7 @@ __metaclass__ = type import re from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_l3_interface from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_linkagg.py b/tests/unit/plugins/modules/network/slxos/test_slxos_linkagg.py similarity index 98% rename from tests/unit/modules/network/slxos/test_slxos_linkagg.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_linkagg.py index 50cb4192b7..d2ad3890fc 100644 --- a/tests/unit/modules/network/slxos/test_slxos_linkagg.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_linkagg.py @@ -22,7 +22,7 @@ __metaclass__ = type import re from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_linkagg from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_lldp.py b/tests/unit/plugins/modules/network/slxos/test_slxos_lldp.py similarity index 96% rename from tests/unit/modules/network/slxos/test_slxos_lldp.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_lldp.py index fc12977657..9a85b21509 100644 --- a/tests/unit/modules/network/slxos/test_slxos_lldp.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_lldp.py @@ -22,7 +22,7 @@ __metaclass__ = type import re from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_lldp from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/slxos/test_slxos_vlan.py b/tests/unit/plugins/modules/network/slxos/test_slxos_vlan.py similarity index 97% rename from tests/unit/modules/network/slxos/test_slxos_vlan.py rename to tests/unit/plugins/modules/network/slxos/test_slxos_vlan.py index 5f85643647..2c4e671e1c 100644 --- a/tests/unit/modules/network/slxos/test_slxos_vlan.py +++ b/tests/unit/plugins/modules/network/slxos/test_slxos_vlan.py @@ -22,7 +22,7 @@ __metaclass__ = type import re from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.slxos import slxos_vlan from .slxos_module import TestSlxosModule, load_fixture diff --git a/tests/unit/modules/network/voss/__init__.py b/tests/unit/plugins/modules/network/voss/__init__.py similarity index 100% rename from tests/unit/modules/network/voss/__init__.py rename to tests/unit/plugins/modules/network/voss/__init__.py diff --git a/tests/unit/modules/network/voss/fixtures/show_sys-info b/tests/unit/plugins/modules/network/voss/fixtures/show_sys-info similarity index 100% rename from tests/unit/modules/network/voss/fixtures/show_sys-info rename to tests/unit/plugins/modules/network/voss/fixtures/show_sys-info diff --git a/tests/unit/modules/network/voss/fixtures/voss_config_config.cfg b/tests/unit/plugins/modules/network/voss/fixtures/voss_config_config.cfg similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_config_config.cfg rename to tests/unit/plugins/modules/network/voss/fixtures/voss_config_config.cfg diff --git a/tests/unit/modules/network/voss/fixtures/voss_config_ipv6.cfg b/tests/unit/plugins/modules/network/voss/fixtures/voss_config_ipv6.cfg similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_config_ipv6.cfg rename to tests/unit/plugins/modules/network/voss/fixtures/voss_config_ipv6.cfg diff --git a/tests/unit/modules/network/voss/fixtures/voss_config_src.cfg b/tests/unit/plugins/modules/network/voss/fixtures/voss_config_src.cfg similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_config_src.cfg rename to tests/unit/plugins/modules/network/voss/fixtures/voss_config_src.cfg diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_interface b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_interface similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_interface rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_interface diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_name b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_name similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_name rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_interfaces_gigabitEthernet_name diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_ip_interface b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_ip_interface similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_ip_interface rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_ip_interface diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_ipv6_address_interface b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_ipv6_address_interface similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_ipv6_address_interface rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_ipv6_address_interface diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_khi_performance_memory b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_khi_performance_memory similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_khi_performance_memory rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_khi_performance_memory diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_lldp_neighbor b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_lldp_neighbor similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_lldp_neighbor rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_lldp_neighbor diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_running-config b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_running-config similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_running-config rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_running-config diff --git a/tests/unit/modules/network/voss/fixtures/voss_facts_show_sys-info b/tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_sys-info similarity index 100% rename from tests/unit/modules/network/voss/fixtures/voss_facts_show_sys-info rename to tests/unit/plugins/modules/network/voss/fixtures/voss_facts_show_sys-info diff --git a/tests/unit/modules/network/voss/test_voss_command.py b/tests/unit/plugins/modules/network/voss/test_voss_command.py similarity index 97% rename from tests/unit/modules/network/voss/test_voss_command.py rename to tests/unit/plugins/modules/network/voss/test_voss_command.py index 3295ad16c4..c2aa1abb6b 100644 --- a/tests/unit/modules/network/voss/test_voss_command.py +++ b/tests/unit/plugins/modules/network/voss/test_voss_command.py @@ -22,7 +22,7 @@ __metaclass__ = type import json from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.voss import voss_command from .voss_module import TestVossModule, load_fixture diff --git a/tests/unit/modules/network/voss/test_voss_config.py b/tests/unit/plugins/modules/network/voss/test_voss_config.py similarity index 99% rename from tests/unit/modules/network/voss/test_voss_config.py rename to tests/unit/plugins/modules/network/voss/test_voss_config.py index 1e98f7454a..eff0069966 100644 --- a/tests/unit/modules/network/voss/test_voss_config.py +++ b/tests/unit/plugins/modules/network/voss/test_voss_config.py @@ -21,7 +21,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch, MagicMock -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.voss import voss_config from ansible_collections.community.general.plugins.cliconf.voss import Cliconf from .voss_module import TestVossModule, load_fixture diff --git a/tests/unit/modules/network/voss/test_voss_facts.py b/tests/unit/plugins/modules/network/voss/test_voss_facts.py similarity index 97% rename from tests/unit/modules/network/voss/test_voss_facts.py rename to tests/unit/plugins/modules/network/voss/test_voss_facts.py index 91319af361..94c272ab3b 100644 --- a/tests/unit/modules/network/voss/test_voss_facts.py +++ b/tests/unit/plugins/modules/network/voss/test_voss_facts.py @@ -18,7 +18,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args from ansible_collections.community.general.plugins.modules.network.voss import voss_facts from .voss_module import TestVossModule, load_fixture diff --git a/tests/unit/modules/network/voss/voss_module.py b/tests/unit/plugins/modules/network/voss/voss_module.py similarity index 94% rename from tests/unit/modules/network/voss/voss_module.py rename to tests/unit/plugins/modules/network/voss/voss_module.py index 9b719f95c3..39b6337097 100644 --- a/tests/unit/modules/network/voss/voss_module.py +++ b/tests/unit/plugins/modules/network/voss/voss_module.py @@ -22,7 +22,7 @@ __metaclass__ = type import os import json -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures') diff --git a/tests/unit/modules/notification/__init__.py b/tests/unit/plugins/modules/notification/__init__.py similarity index 100% rename from tests/unit/modules/notification/__init__.py rename to tests/unit/plugins/modules/notification/__init__.py diff --git a/tests/unit/modules/notification/test_campfire.py b/tests/unit/plugins/modules/notification/test_campfire.py similarity index 95% rename from tests/unit/modules/notification/test_campfire.py rename to tests/unit/plugins/modules/notification/test_campfire.py index 7369afb6e5..72bbd57921 100644 --- a/tests/unit/modules/notification/test_campfire.py +++ b/tests/unit/plugins/modules/notification/test_campfire.py @@ -5,7 +5,7 @@ __metaclass__ = type import pytest from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.notification import campfire -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args class TestCampfireModule(ModuleTestCase): diff --git a/tests/unit/modules/notification/test_slack.py b/tests/unit/plugins/modules/notification/test_slack.py similarity index 96% rename from tests/unit/modules/notification/test_slack.py rename to tests/unit/plugins/modules/notification/test_slack.py index d12a3898fb..64f21d8af1 100644 --- a/tests/unit/modules/notification/test_slack.py +++ b/tests/unit/plugins/modules/notification/test_slack.py @@ -2,7 +2,7 @@ import json import pytest from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.plugins.modules.notification import slack -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args class TestSlackModule(ModuleTestCase): diff --git a/tests/unit/modules/packaging/__init__.py b/tests/unit/plugins/modules/packaging/__init__.py similarity index 100% rename from tests/unit/modules/packaging/__init__.py rename to tests/unit/plugins/modules/packaging/__init__.py diff --git a/tests/unit/modules/packaging/language/__init__.py b/tests/unit/plugins/modules/packaging/language/__init__.py similarity index 100% rename from tests/unit/modules/packaging/language/__init__.py rename to tests/unit/plugins/modules/packaging/language/__init__.py diff --git a/tests/unit/modules/packaging/language/test_gem.py b/tests/unit/plugins/modules/packaging/language/test_gem.py similarity index 96% rename from tests/unit/modules/packaging/language/test_gem.py rename to tests/unit/plugins/modules/packaging/language/test_gem.py index f7fa3ea0d3..c421ebe7d2 100644 --- a/tests/unit/modules/packaging/language/test_gem.py +++ b/tests/unit/plugins/modules/packaging/language/test_gem.py @@ -5,7 +5,7 @@ import copy import pytest from ansible_collections.community.general.plugins.modules.packaging.language import gem -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args def get_command(run_command): diff --git a/tests/unit/modules/packaging/language/test_maven_artifact.py b/tests/unit/plugins/modules/packaging/language/test_maven_artifact.py similarity index 100% rename from tests/unit/modules/packaging/language/test_maven_artifact.py rename to tests/unit/plugins/modules/packaging/language/test_maven_artifact.py diff --git a/tests/unit/modules/packaging/os/__init__.py b/tests/unit/plugins/modules/packaging/os/__init__.py similarity index 100% rename from tests/unit/modules/packaging/os/__init__.py rename to tests/unit/plugins/modules/packaging/os/__init__.py diff --git a/tests/unit/modules/packaging/os/conftest.py b/tests/unit/plugins/modules/packaging/os/conftest.py similarity index 100% rename from tests/unit/modules/packaging/os/conftest.py rename to tests/unit/plugins/modules/packaging/os/conftest.py diff --git a/tests/unit/modules/packaging/os/test_apk.py b/tests/unit/plugins/modules/packaging/os/test_apk.py similarity index 100% rename from tests/unit/modules/packaging/os/test_apk.py rename to tests/unit/plugins/modules/packaging/os/test_apk.py diff --git a/tests/unit/modules/packaging/os/test_redhat_subscription.py b/tests/unit/plugins/modules/packaging/os/test_redhat_subscription.py similarity index 100% rename from tests/unit/modules/packaging/os/test_redhat_subscription.py rename to tests/unit/plugins/modules/packaging/os/test_redhat_subscription.py diff --git a/tests/unit/modules/packaging/os/test_rhn_channel.py b/tests/unit/plugins/modules/packaging/os/test_rhn_channel.py similarity index 100% rename from tests/unit/modules/packaging/os/test_rhn_channel.py rename to tests/unit/plugins/modules/packaging/os/test_rhn_channel.py diff --git a/tests/unit/modules/packaging/os/test_rhn_register.py b/tests/unit/plugins/modules/packaging/os/test_rhn_register.py similarity index 100% rename from tests/unit/modules/packaging/os/test_rhn_register.py rename to tests/unit/plugins/modules/packaging/os/test_rhn_register.py diff --git a/tests/unit/modules/packaging/os/test_rhsm_release.py b/tests/unit/plugins/modules/packaging/os/test_rhsm_release.py similarity index 98% rename from tests/unit/modules/packaging/os/test_rhsm_release.py rename to tests/unit/plugins/modules/packaging/os/test_rhsm_release.py index 91c3c4d798..a75ec69448 100644 --- a/tests/unit/modules/packaging/os/test_rhsm_release.py +++ b/tests/unit/plugins/modules/packaging/os/test_rhsm_release.py @@ -6,7 +6,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import call, patch from ansible_collections.community.general.plugins.modules.packaging.os import rhsm_release -from ansible_collections.community.general.tests.unit.modules.utils import ( +from ansible_collections.community.general.tests.unit.plugins.modules.utils import ( AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args) diff --git a/tests/unit/modules/remote_management/__init__.py b/tests/unit/plugins/modules/remote_management/__init__.py similarity index 100% rename from tests/unit/modules/remote_management/__init__.py rename to tests/unit/plugins/modules/remote_management/__init__.py diff --git a/tests/unit/modules/remote_management/dellemc/__init__.py b/tests/unit/plugins/modules/remote_management/dellemc/__init__.py similarity index 100% rename from tests/unit/modules/remote_management/dellemc/__init__.py rename to tests/unit/plugins/modules/remote_management/dellemc/__init__.py diff --git a/tests/unit/modules/remote_management/dellemc/test_ome_device_info.py b/tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py similarity index 98% rename from tests/unit/modules/remote_management/dellemc/test_ome_device_info.py rename to tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py index 8a12b82b8c..2eb45ed358 100644 --- a/tests/unit/modules/remote_management/dellemc/test_ome_device_info.py +++ b/tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py @@ -13,7 +13,7 @@ from __future__ import absolute_import import pytest -from ansible_collections.community.general.tests.unit.modules.utils import set_module_args, exit_json, \ +from ansible_collections.community.general.tests.unit.plugins.modules.utils import set_module_args, exit_json, \ fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic from ansible_collections.community.general.plugins.modules.remote_management.dellemc import ome_device_info diff --git a/tests/unit/modules/remote_management/lxca/__init__.py b/tests/unit/plugins/modules/remote_management/lxca/__init__.py similarity index 100% rename from tests/unit/modules/remote_management/lxca/__init__.py rename to tests/unit/plugins/modules/remote_management/lxca/__init__.py diff --git a/tests/unit/modules/remote_management/lxca/test_lxca_cmms.py b/tests/unit/plugins/modules/remote_management/lxca/test_lxca_cmms.py similarity index 100% rename from tests/unit/modules/remote_management/lxca/test_lxca_cmms.py rename to tests/unit/plugins/modules/remote_management/lxca/test_lxca_cmms.py diff --git a/tests/unit/modules/remote_management/lxca/test_lxca_nodes.py b/tests/unit/plugins/modules/remote_management/lxca/test_lxca_nodes.py similarity index 100% rename from tests/unit/modules/remote_management/lxca/test_lxca_nodes.py rename to tests/unit/plugins/modules/remote_management/lxca/test_lxca_nodes.py diff --git a/tests/unit/modules/remote_management/oneview/__init__.py b/tests/unit/plugins/modules/remote_management/oneview/__init__.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/__init__.py rename to tests/unit/plugins/modules/remote_management/oneview/__init__.py diff --git a/tests/unit/modules/remote_management/oneview/conftest.py b/tests/unit/plugins/modules/remote_management/oneview/conftest.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/conftest.py rename to tests/unit/plugins/modules/remote_management/oneview/conftest.py diff --git a/tests/unit/modules/remote_management/oneview/hpe_test_utils.py b/tests/unit/plugins/modules/remote_management/oneview/hpe_test_utils.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/hpe_test_utils.py rename to tests/unit/plugins/modules/remote_management/oneview/hpe_test_utils.py diff --git a/tests/unit/modules/remote_management/oneview/oneview_module_loader.py b/tests/unit/plugins/modules/remote_management/oneview/oneview_module_loader.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/oneview_module_loader.py rename to tests/unit/plugins/modules/remote_management/oneview/oneview_module_loader.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_datacenter_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_datacenter_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_datacenter_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_datacenter_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_enclosure_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_enclosure_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_enclosure_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_enclosure_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_ethernet_network_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_ethernet_network_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_fc_network.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_fc_network.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_fc_network_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_fc_network_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_fc_network_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_fcoe_network_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_fcoe_network_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_logical_interconnect_group_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_network_set.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_network_set.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_network_set_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_network_set_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_network_set_info.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_san_manager.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_san_manager.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager.py diff --git a/tests/unit/modules/remote_management/oneview/test_oneview_san_manager_info.py b/tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager_info.py similarity index 100% rename from tests/unit/modules/remote_management/oneview/test_oneview_san_manager_info.py rename to tests/unit/plugins/modules/remote_management/oneview/test_oneview_san_manager_info.py diff --git a/tests/unit/modules/source_control/__init__.py b/tests/unit/plugins/modules/source_control/__init__.py similarity index 100% rename from tests/unit/modules/source_control/__init__.py rename to tests/unit/plugins/modules/source_control/__init__.py diff --git a/tests/unit/modules/source_control/bitbucket/__init__.py b/tests/unit/plugins/modules/source_control/bitbucket/__init__.py similarity index 100% rename from tests/unit/modules/source_control/bitbucket/__init__.py rename to tests/unit/plugins/modules/source_control/bitbucket/__init__.py diff --git a/tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py similarity index 98% rename from tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py rename to tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py index 3ad08b5e75..29dc9250c8 100644 --- a/tests/unit/modules/source_control/bitbucket/test_bitbucket_access_key.py +++ b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_access_key.py @@ -2,7 +2,7 @@ from ansible_collections.community.general.plugins.module_utils.source_control.b from ansible_collections.community.general.plugins.modules.source_control.bitbucket import bitbucket_access_key from ansible_collections.community.general.tests.unit.compat import unittest from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleFailJson, AnsibleExitJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleFailJson, AnsibleExitJson, ModuleTestCase, set_module_args class TestBucketAccessKeyModule(ModuleTestCase): diff --git a/tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py similarity index 98% rename from tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py rename to tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py index a93c7ab570..fb5a039f8f 100644 --- a/tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py +++ b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_key_pair.py @@ -2,7 +2,7 @@ from ansible_collections.community.general.plugins.module_utils.source_control.b from ansible_collections.community.general.plugins.modules.source_control.bitbucket import bitbucket_pipeline_key_pair from ansible_collections.community.general.tests.unit.compat import unittest from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleFailJson, AnsibleExitJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleFailJson, AnsibleExitJson, ModuleTestCase, set_module_args class TestBucketPipelineKeyPairModule(ModuleTestCase): diff --git a/tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py similarity index 98% rename from tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py rename to tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py index fca6ce169b..62fcd4abd4 100644 --- a/tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py +++ b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_known_host.py @@ -5,7 +5,7 @@ from ansible_collections.community.general.plugins.modules.source_control.bitbuc from ansible_collections.community.general.plugins.modules.source_control.bitbucket.bitbucket_pipeline_known_host import HAS_PARAMIKO from ansible_collections.community.general.tests.unit.compat import unittest from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, ModuleTestCase, set_module_args class TestBucketPipelineKnownHostModule(ModuleTestCase): diff --git a/tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py similarity index 98% rename from tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py rename to tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py index 534b8727f6..875bb48ec4 100644 --- a/tests/unit/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py +++ b/tests/unit/plugins/modules/source_control/bitbucket/test_bitbucket_pipeline_variable.py @@ -2,7 +2,7 @@ from ansible_collections.community.general.plugins.module_utils.source_control.b from ansible_collections.community.general.plugins.modules.source_control.bitbucket import bitbucket_pipeline_variable from ansible_collections.community.general.tests.unit.compat import unittest from ansible_collections.community.general.tests.unit.compat.mock import patch -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleFailJson, AnsibleExitJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleFailJson, AnsibleExitJson, ModuleTestCase, set_module_args class TestBucketPipelineVariableModule(ModuleTestCase): diff --git a/tests/unit/modules/source_control/gitlab/__init__.py b/tests/unit/plugins/modules/source_control/gitlab/__init__.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/__init__.py rename to tests/unit/plugins/modules/source_control/gitlab/__init__.py diff --git a/tests/unit/modules/source_control/gitlab/gitlab.py b/tests/unit/plugins/modules/source_control/gitlab/gitlab.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/gitlab.py rename to tests/unit/plugins/modules/source_control/gitlab/gitlab.py diff --git a/tests/unit/modules/source_control/gitlab/test_gitlab_deploy_key.py b/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_deploy_key.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/test_gitlab_deploy_key.py rename to tests/unit/plugins/modules/source_control/gitlab/test_gitlab_deploy_key.py diff --git a/tests/unit/modules/source_control/gitlab/test_gitlab_group.py b/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_group.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/test_gitlab_group.py rename to tests/unit/plugins/modules/source_control/gitlab/test_gitlab_group.py diff --git a/tests/unit/modules/source_control/gitlab/test_gitlab_hook.py b/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_hook.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/test_gitlab_hook.py rename to tests/unit/plugins/modules/source_control/gitlab/test_gitlab_hook.py diff --git a/tests/unit/modules/source_control/gitlab/test_gitlab_project.py b/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/test_gitlab_project.py rename to tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py diff --git a/tests/unit/modules/source_control/gitlab/test_gitlab_runner.py b/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/test_gitlab_runner.py rename to tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py diff --git a/tests/unit/modules/source_control/gitlab/test_gitlab_user.py b/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_user.py similarity index 100% rename from tests/unit/modules/source_control/gitlab/test_gitlab_user.py rename to tests/unit/plugins/modules/source_control/gitlab/test_gitlab_user.py diff --git a/tests/unit/modules/storage/__init__.py b/tests/unit/plugins/modules/storage/__init__.py similarity index 100% rename from tests/unit/modules/storage/__init__.py rename to tests/unit/plugins/modules/storage/__init__.py diff --git a/tests/unit/modules/storage/hpe3par/__init__.py b/tests/unit/plugins/modules/storage/hpe3par/__init__.py similarity index 100% rename from tests/unit/modules/storage/hpe3par/__init__.py rename to tests/unit/plugins/modules/storage/hpe3par/__init__.py diff --git a/tests/unit/modules/storage/hpe3par/test_ss_3par_cpg.py b/tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py similarity index 100% rename from tests/unit/modules/storage/hpe3par/test_ss_3par_cpg.py rename to tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py diff --git a/tests/unit/modules/system/__init__.py b/tests/unit/plugins/modules/system/__init__.py similarity index 100% rename from tests/unit/modules/system/__init__.py rename to tests/unit/plugins/modules/system/__init__.py diff --git a/tests/unit/modules/system/interfaces_file/__init__.py b/tests/unit/plugins/modules/system/interfaces_file/__init__.py similarity index 100% rename from tests/unit/modules/system/interfaces_file/__init__.py rename to tests/unit/plugins/modules/system/interfaces_file/__init__.py diff --git a/tests/unit/modules/system/interfaces_file/fixtures/__init__.py b/tests/unit/plugins/modules/system/interfaces_file/fixtures/__init__.py similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/__init__.py rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/__init__.py diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4 b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4 similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4 rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4 diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6 b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6 similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6 rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6 diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_method.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_revert b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_revert similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_revert rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_revert diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_revert.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_revert.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_method.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_revert.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json b/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json diff --git a/tests/unit/modules/system/interfaces_file/fixtures/input/address_family b/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/address_family similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/input/address_family rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/input/address_family diff --git a/tests/unit/modules/system/interfaces_file/fixtures/input/default_dhcp b/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/default_dhcp similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/input/default_dhcp rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/input/default_dhcp diff --git a/tests/unit/modules/system/interfaces_file/fixtures/input/servers.com b/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/servers.com similarity index 100% rename from tests/unit/modules/system/interfaces_file/fixtures/input/servers.com rename to tests/unit/plugins/modules/system/interfaces_file/fixtures/input/servers.com diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/__init__.py b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/__init__.py similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/__init__.py rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/__init__.py diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/__init__.py b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/__init__.py similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/__init__.py rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/__init__.py diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family.test_no_changes.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4 b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4 similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4 rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4 diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv4_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6 b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6 similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6 rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6 diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_ipv6_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_change_method.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_revert.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/address_family_set_aggi_slaves.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp.test_no_changes.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6 diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv6_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_change_method.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_revert.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_and_eth0_mtu.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/default_dhcp_set_aggi_slaves.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com.test_no_changes.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv4_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6 diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_post_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_ipv6_pre_up.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_change_method.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_revert.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_and_eth0_mtu.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/input/address_family b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/input/address_family similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/input/address_family rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/input/address_family diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/input/default_dhcp b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/input/default_dhcp similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/input/default_dhcp rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/input/default_dhcp diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/input/servers.com b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/input/servers.com similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/fixtures/input/servers.com rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/fixtures/input/servers.com diff --git a/tests/unit/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py b/tests/unit/plugins/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py similarity index 100% rename from tests/unit/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py rename to tests/unit/plugins/modules/system/interfaces_file/interfaces_file/test_interfaces_file.py diff --git a/tests/unit/modules/system/interfaces_file/test_interfaces_file.py b/tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py similarity index 100% rename from tests/unit/modules/system/interfaces_file/test_interfaces_file.py rename to tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py diff --git a/tests/unit/modules/system/test_java_keystore.py b/tests/unit/plugins/modules/system/test_java_keystore.py similarity index 98% rename from tests/unit/modules/system/test_java_keystore.py rename to tests/unit/plugins/modules/system/test_java_keystore.py index 74214a88bb..27f6b86efb 100644 --- a/tests/unit/modules/system/test_java_keystore.py +++ b/tests/unit/plugins/modules/system/test_java_keystore.py @@ -7,7 +7,7 @@ import os -from ansible_collections.community.general.tests.unit.modules.utils import ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import ModuleTestCase, set_module_args from ansible_collections.community.general.tests.unit.compat.mock import patch from ansible_collections.community.general.tests.unit.compat.mock import Mock from ansible.module_utils.basic import AnsibleModule diff --git a/tests/unit/modules/system/test_pamd.py b/tests/unit/plugins/modules/system/test_pamd.py similarity index 100% rename from tests/unit/modules/system/test_pamd.py rename to tests/unit/plugins/modules/system/test_pamd.py diff --git a/tests/unit/modules/system/test_parted.py b/tests/unit/plugins/modules/system/test_parted.py similarity index 98% rename from tests/unit/modules/system/test_parted.py rename to tests/unit/plugins/modules/system/test_parted.py index 97248e47b7..75a8ddc2d8 100644 --- a/tests/unit/modules/system/test_parted.py +++ b/tests/unit/plugins/modules/system/test_parted.py @@ -19,7 +19,7 @@ __metaclass__ = type from ansible_collections.community.general.tests.unit.compat.mock import patch, call from ansible_collections.community.general.plugins.modules.system import parted as parted_module from ansible_collections.community.general.plugins.modules.system.parted import parse_partition_info -from ansible_collections.community.general.tests.unit.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args +from ansible_collections.community.general.tests.unit.plugins.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase, set_module_args # Example of output : parted -s -m /dev/sdb -- unit 'MB' print parted_output1 = """ diff --git a/tests/unit/modules/system/test_ufw.py b/tests/unit/plugins/modules/system/test_ufw.py similarity index 100% rename from tests/unit/modules/system/test_ufw.py rename to tests/unit/plugins/modules/system/test_ufw.py diff --git a/tests/unit/modules/utils.py b/tests/unit/plugins/modules/utils.py similarity index 100% rename from tests/unit/modules/utils.py rename to tests/unit/plugins/modules/utils.py diff --git a/tests/unit/modules/web_infrastructure/__init__.py b/tests/unit/plugins/modules/web_infrastructure/__init__.py similarity index 100% rename from tests/unit/modules/web_infrastructure/__init__.py rename to tests/unit/plugins/modules/web_infrastructure/__init__.py diff --git a/tests/unit/modules/web_infrastructure/test_apache2_module.py b/tests/unit/plugins/modules/web_infrastructure/test_apache2_module.py similarity index 100% rename from tests/unit/modules/web_infrastructure/test_apache2_module.py rename to tests/unit/plugins/modules/web_infrastructure/test_apache2_module.py diff --git a/tests/unit/modules/web_infrastructure/test_jenkins_plugin.py b/tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py similarity index 100% rename from tests/unit/modules/web_infrastructure/test_jenkins_plugin.py rename to tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py