You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/storage/netapp
Nathan Swartz 4c8407fb83 Fix documentation and facts_from_proxy value in the netapp_e_facts module. (#61072) 5 years ago
..
__init__.py Resolve issues in NetApp E-Series Host module (#39748) 6 years ago
test_na_elementsw_access_group.py bug fixes for group (#60887) 5 years ago
test_na_elementsw_cluster_config.py New Module na_elementsw_cluster_config (#52373) 5 years ago
test_na_elementsw_cluster_snmp.py New Module: na_elementsw_cluster_snmp (#52374) 5 years ago
test_na_elementsw_initiators.py New Module: na_elementsw_initiators (#52375) 5 years ago
test_na_ontap_aggregate.py New options for na_ontap_aggregate (wait_for_online, and time_out) (#52353) 6 years ago
test_na_ontap_autosupport.py New Options for Autosupport (#50773) 6 years ago
test_na_ontap_broadcast_domain.py Merging of broadcast domain and Broadcast domain port (#51978) 5 years ago
test_na_ontap_cifs.py Set vscan_fileop_profile for na_ontap_cifs (#57373) 5 years ago
test_na_ontap_cifs_server.py Fix failing test modules due to incorrect use of pytest.skip() (#54282) 5 years ago
test_na_ontap_cluster.py Use pytest.mark.skip instead of pytest.skip. 5 years ago
test_na_ontap_cluster_peer.py Allow for multiple LIFS instead of 1 at a time (#54800) 5 years ago
test_na_ontap_command.py update to command (#60141) 5 years ago
test_na_ontap_dns.py Add Rest API to DNS (#59937) 5 years ago
test_na_ontap_export_policy_rule.py Update na_ontap_export_policy_rule to allow multiple rules to be set at once. (#54801) 5 years ago
test_na_ontap_firewall_policy.py Update to na_ontap_firewall_policy (#51976) 5 years ago
test_na_ontap_firmware_upgrade.py Allow firmware update for (SP, ACP, Shelf, Disk) (#58597) 5 years ago
test_na_ontap_flexcache.py Speed up a few more tests by mocking time.sleep (#61186) 5 years ago
test_na_ontap_igroup.py Change na_ontap_igroup to NetAppModule module format (#52280) 6 years ago
test_na_ontap_igroup_initiator.py fixes (#60146) 5 years ago
test_na_ontap_info.py Netapp: rename _facts -> _info (#60980) 5 years ago
test_na_ontap_interface.py New options to Interface (#60499) 5 years ago
test_na_ontap_ipspace.py NetApp ONTAP module for manage ipspaces (#49821) 5 years ago
test_na_ontap_job_schedule.py Modify job schedule to allow list of date and times instead of a single datetime (#51510) 6 years ago
test_na_ontap_kerberos_realm.py New storage/netapp module - na_ontap_kerberos_realm (#59923) 5 years ago
test_na_ontap_lun_copy.py New Module: Allow for copy of Luns (#52285) 6 years ago
test_na_ontap_lun_map.py Fix .encode('hex') call for python3 (#53343) 5 years ago
test_na_ontap_motd.py Unit tests: remove unused imports (#59812) 5 years ago
test_na_ontap_ndmp.py New Module: na_ontap_ndmp (#59815) 5 years ago
test_na_ontap_net_ifgrp.py Modify port would remove and re-add ports on a modify which can results in an error (#53341) 5 years ago
test_na_ontap_net_port.py Modify na_ontap_net_port NetAppModule module format, allow for multiple ports, unit tests (#52286) 5 years ago
test_na_ontap_net_routes.py Updates to na_ontap_net_route (#49656) 5 years ago
test_na_ontap_net_subnet.py Auto support logs were not being created (#60901) 5 years ago
test_na_ontap_nfs.py Add tcp_max_xfer_size option for na_ontap_nfs, plus unit test (#52288) 5 years ago
test_na_ontap_nvme.py Use pytest.mark.skip instead of pytest.skip. 5 years ago
test_na_ontap_nvme_namespace.py New Module: na_ontap_nvme_namespace (#50886) 6 years ago
test_na_ontap_nvme_subsystem.py New Module: na_ontap_nvme_subsystem (#50887) 6 years ago
test_na_ontap_object_store.py New module na_ontap_object_store (#59048) 5 years ago
test_na_ontap_ports.py New Module: na_ontap_ports (#59814) 5 years ago
test_na_ontap_portset.py new feature (#57320) 5 years ago
test_na_ontap_qos_adaptive_policy_group.py Added NetApp ONTAP Adaptive QoS Policy Module (#58707) 5 years ago
test_na_ontap_qos_policy_group.py New Module: na_ontap_qos_policy_group (#51392) 6 years ago
test_na_ontap_quotas.py New Module: na_ontap_quotas (#49783) 5 years ago
test_na_ontap_security_key_manager.py New Module: Manage security keys (#52291) 6 years ago
test_na_ontap_service_processor_network.py Unit tests: remove unused imports (#59740) 5 years ago
test_na_ontap_snapmirror.py New options for identity_preserve (#60498) 5 years ago
test_na_ontap_snapshot.py Rewrite of na_ontap_snapshot to follow NetAppModule, add new option to rename snapshot, bug fix to modify snapmirror_label (#52297) 5 years ago
test_na_ontap_snapshot_policy.py add modify to snapshot policy (#59149) 5 years ago
test_na_ontap_software_update.py Allow to to upgrade more than 1 node at a time. (#50780) 6 years ago
test_na_ontap_svm.py push fix (#54916) 5 years ago
test_na_ontap_ucadapter.py ucadapter rewrite and unit test (#49497) 6 years ago
test_na_ontap_unix_group.py bug fixes (#59049) 5 years ago
test_na_ontap_unix_user.py New Module: Na_ontap_unix_user (#50888) 6 years ago
test_na_ontap_user.py new options (#60142) 5 years ago
test_na_ontap_user_role.py Update user roles to NetAppModule format (#50992) 6 years ago
test_na_ontap_volume.py Added comment field to na_ontap_volume module (#59566) 5 years ago
test_na_ontap_volume_autosize.py New Module: Volume Autosize (#59936) 5 years ago
test_na_ontap_volume_clone.py Add uid, and gid to volume clone (#57371) 5 years ago
test_na_ontap_vscan.py Unit tests: remove unused imports (#59812) 5 years ago
test_na_ontap_vscan_on_access_policy.py Unit tests: remove unused imports (#59812) 5 years ago
test_na_ontap_vscan_on_demand_task.py New Module: na_ontap_vscan_on_demand_task (#51183) 6 years ago
test_na_ontap_vscan_scanner_pool.py Use pytest.mark.skip instead of pytest.skip. 5 years ago
test_na_ontap_vserver_cifs_security.py new module: na_ontap_vserver_cifs_security (#59817) 5 years ago
test_netapp.py ignore netapp tests when no libs (#48941) 6 years ago
test_netapp_e_alerts.py Unit tests: remove unused imports (#59740) 5 years ago
test_netapp_e_asup.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_netapp_e_auditlog.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_netapp_e_drive_firmware.py Add netapp_e_drive_firmware (#59528) 5 years ago
test_netapp_e_facts.py Fix documentation and facts_from_proxy value in the netapp_e_facts module. (#61072) 5 years ago
test_netapp_e_firmware.py Add netapp_e_firmware module (#59529) 5 years ago
test_netapp_e_global.py Unit tests: remove unused imports (#59812) 5 years ago
test_netapp_e_host.py Host dev upstream (#57086) 5 years ago
test_netapp_e_hostgroup.py Improve netapp_e_hostgroup and add unit tests. (#57094) 5 years ago
test_netapp_e_iscsi_interface.py unit tests: remove unused imports (#60462) 5 years ago
test_netapp_e_iscsi_target.py unit tests: remove unused imports (#60462) 5 years ago
test_netapp_e_ldap.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_netapp_e_mgmt_interface.py unit tests: remove unused imports (#60462) 5 years ago
test_netapp_e_storagepool.py Improve netapp_e_storagepool and add units. (#57095) 5 years ago
test_netapp_e_syslog.py unit tests: remove unused imports (#60462) 5 years ago
test_netapp_e_volume.py Volume dev upstream new options (#59660) 5 years ago