ansible/test/units/modules/storage/netapp
Chris Archibald 8dbdd987d8 Fix .encode('hex') call for python3 (#53343)
* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* Revert "Revert "changes to clusteR""

This reverts commit f1104a37b4.

* Revert "Revert "changes to clusteR""

This reverts commit f1104a37b4.

* documentation changes

* Revert "documentation changes"

This reverts commit 02c369d0414fdff492d90865c903bdade3174261.

* fix encode calls for python3

* fix small issue

* switch to to_text

* Fix string
2019-03-27 16:03:58 +00:00
..
__init__.py
test_na_elementsw_cluster_config.py New Module na_elementsw_cluster_config (#52373) 2019-03-27 14:20:52 +00:00
test_na_elementsw_cluster_snmp.py New Module: na_elementsw_cluster_snmp (#52374) 2019-03-22 14:18:39 +00:00
test_na_elementsw_initiators.py New Module: na_elementsw_initiators (#52375) 2019-03-14 15:38:49 +00:00
test_na_ontap_aggregate.py New options for na_ontap_aggregate (wait_for_online, and time_out) (#52353) 2019-02-21 15:20:03 +00:00
test_na_ontap_autosupport.py New Options for Autosupport (#50773) 2019-01-23 18:18:07 +00:00
test_na_ontap_broadcast_domain.py Merging of broadcast domain and Broadcast domain port (#51978) 2019-03-13 18:32:54 +00:00
test_na_ontap_cifs.py Fix failing test modules due to incorrect use of pytest.skip() (#54282) 2019-03-26 10:51:06 -07:00
test_na_ontap_cifs_server.py Fix failing test modules due to incorrect use of pytest.skip() (#54282) 2019-03-26 10:51:06 -07:00
test_na_ontap_cluster.py Use pytest.mark.skip instead of pytest.skip. 2019-03-26 11:10:51 -07:00
test_na_ontap_command.py Add ability to run in Privileged mode to Na_ontap_command (#52343) 2019-03-19 14:49:58 +00:00
test_na_ontap_firewall_policy.py Update to na_ontap_firewall_policy (#51976) 2019-03-11 13:56:30 +00:00
test_na_ontap_flexcache.py New Module: Na_ontap_flexcache (#50885) 2019-02-19 14:35:29 +00:00
test_na_ontap_gather_facts.py Adds Gather Subset Feature to na_ontap_gather_facts (#53993) 2019-03-20 13:56:23 +00:00
test_na_ontap_igroup.py Change na_ontap_igroup to NetAppModule module format (#52280) 2019-02-21 19:01:36 +00:00
test_na_ontap_igroup_initiator.py New Module: Ontap Igroup initiator (#52281) 2019-02-21 16:02:32 +00:00
test_na_ontap_interface.py Added support for nvme, and bug fixes for na_ontap_interface (#52283) 2019-02-19 17:49:59 +00:00
test_na_ontap_job_schedule.py Modify job schedule to allow list of date and times instead of a single datetime (#51510) 2019-02-21 15:04:55 +00:00
test_na_ontap_lun_copy.py New Module: Allow for copy of Luns (#52285) 2019-02-21 16:02:05 +00:00
test_na_ontap_lun_map.py Fix .encode('hex') call for python3 (#53343) 2019-03-27 16:03:58 +00:00
test_na_ontap_net_ifgrp.py Modify port would remove and re-add ports on a modify which can results in an error (#53341) 2019-03-19 14:47:24 +00:00
test_na_ontap_net_port.py Modify na_ontap_net_port NetAppModule module format, allow for multiple ports, unit tests (#52286) 2019-03-13 13:06:37 +00:00
test_na_ontap_net_routes.py Updates to na_ontap_net_route (#49656) 2019-03-11 14:43:26 +00:00
test_na_ontap_net_subnet.py New module: na_ontap_net_subnet (#50491) 2019-03-13 18:31:55 +00:00
test_na_ontap_nfs.py Add tcp_max_xfer_size option for na_ontap_nfs, plus unit test (#52288) 2019-03-05 16:04:21 +00:00
test_na_ontap_nvme.py Use pytest.mark.skip instead of pytest.skip. 2019-03-26 11:10:51 -07:00
test_na_ontap_nvme_namespace.py New Module: na_ontap_nvme_namespace (#50886) 2019-01-25 11:46:10 -05:00
test_na_ontap_nvme_subsystem.py New Module: na_ontap_nvme_subsystem (#50887) 2019-02-13 14:36:48 +00:00
test_na_ontap_portset.py Ability to add port in portset (#52734) 2019-03-14 15:39:11 +00:00
test_na_ontap_qos_policy_group.py New Module: na_ontap_qos_policy_group (#51392) 2019-02-13 15:32:25 +00:00
test_na_ontap_quotas.py New Module: na_ontap_quotas (#49783) 2019-03-05 16:22:31 +00:00
test_na_ontap_security_key_manager.py New Module: Manage security keys (#52291) 2019-02-21 15:35:00 +00:00
test_na_ontap_service_processor_network.py bug fix (#54430) 2019-03-27 14:14:17 +00:00
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) 2019-03-11 15:49:59 +00:00
test_na_ontap_snapshot_policy.py New Module: na_ontap_snapshot_policy.py (#52299) 2019-03-14 13:30:51 +00:00
test_na_ontap_software_update.py Allow to to upgrade more than 1 node at a time. (#50780) 2019-02-19 14:33:49 +00:00
test_na_ontap_svm.py Allow comment for na_ontap_svm (#52300) 2019-03-18 16:53:48 +00:00
test_na_ontap_ucadapter.py ucadapter rewrite and unit test (#49497) 2019-01-28 20:29:56 +00:00
test_na_ontap_unix_group.py New Modules: na_ontap_unix_group (#51390) 2019-02-12 15:06:28 +00:00
test_na_ontap_unix_user.py New Module: Na_ontap_unix_user (#50888) 2019-02-19 14:36:49 +00:00
test_na_ontap_user.py Make na_ontap_user idempotent (#51509) 2019-02-21 15:11:07 +00:00
test_na_ontap_user_role.py Update user roles to NetAppModule format (#50992) 2019-02-19 14:54:49 +00:00
test_na_ontap_volume.py New na_ontap_volume option (#52587) 2019-03-22 14:12:18 +00:00
test_na_ontap_vscan_on_access_policy.py Use pytest.mark.skip instead of pytest.skip. 2019-03-26 11:10:51 -07:00
test_na_ontap_vscan_on_demand_task.py New Module: na_ontap_vscan_on_demand_task (#51183) 2019-02-21 15:13:45 +00:00
test_na_ontap_vscan_scanner_pool.py Use pytest.mark.skip instead of pytest.skip. 2019-03-26 11:10:51 -07:00
test_netapp.py ignore netapp tests when no libs (#48941) 2018-11-21 11:51:40 -05:00
test_netapp_e_alerts.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_asup.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_auditlog.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_global.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_host.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_iscsi_interface.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_iscsi_target.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_ldap.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_mgmt_interface.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_netapp_e_syslog.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00