Make na_ontap_user idempotent (#51509)

* changes to clusteR

* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* Fix Idempotent issue

* Fix author

* Fix author
This commit is contained in:
Chris Archibald
2019-02-21 07:11:07 -08:00
committed by John R Barker
parent 053081a8a0
commit bd8e75a67b
2 changed files with 10 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ from ansible.modules.storage.netapp.na_ontap_user \
import NetAppOntapUser as my_module # module under test
if not netapp_utils.has_netapp_lib():
pytestmark = pytest.skip('skipping as missing required netapp_lib')
pytestmark = pytest.mark.skip('skipping as missing required netapp_lib')
def set_module_args(args):