Skip to content

Commit

Permalink
Ansible modules for PowerFlex release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuttattz committed Sep 19, 2022
1 parent 4eb2e67 commit b326b3e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion tests/unit/plugins/modules/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
utils.get_logger = MagicMock()
utils.get_powerflex_gateway_host_connection = MagicMock()
utils.PowerFlexClient = MagicMock()
utils.pypowerflex_version_check = MagicMock(return_value={'dependency_present': True, 'error_message': ""})

from ansible.module_utils import basic
basic.AnsibleModule = MagicMock()
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/plugins/modules/test_mdm_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from ansible_collections.dellemc.powerflex.plugins.modules.mdm_cluster import PowerFlexMdmCluster


class TestPowerflexProtectionDomain():
class TestPowerflexMDMCluster():

get_module_args = MockMdmClusterApi.MDM_CLUSTER_COMMON_ARGS
add_mdm_ip = "xx.3x.xx.xx"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/plugins/modules/test_storagepool.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
utils.get_logger = MagicMock()
utils.get_powerflex_gateway_host_connection = MagicMock()
utils.PowerFlexClient = MagicMock()
utils.pypowerflex_version_check = MagicMock(return_value={'dependency_present': True, 'error_message': ""})

from ansible.module_utils import basic
basic.AnsibleModule = MagicMock()
Expand Down
1 change: 0 additions & 1 deletion tests/unit/plugins/modules/test_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
utils.get_logger = MagicMock()
utils.get_powerflex_gateway_host_connection = MagicMock()
utils.PowerFlexClient = MagicMock()
utils.pypowerflex_version_check = MagicMock(return_value={'dependency_present': True, 'error_message': ""})

from ansible.module_utils import basic
basic.AnsibleModule = MagicMock()
Expand Down

0 comments on commit b326b3e

Please sign in to comment.