update to command (#60141)

pull/60426/head
Chris Archibald 5 years ago committed by Jake Jackson
parent 5df9075386
commit 13403b3688

@ -17,7 +17,7 @@ description:
extends_documentation_fragment:
- netapp.na_ontap
module: na_ontap_command
short_description: "NetApp ONTAP Run any cli command"
short_description: NetApp ONTAP Run any cli command, the username provided needs to have console login permission.
version_added: "2.7"
options:
command:

@ -106,9 +106,9 @@ class TestMyModule(unittest.TestCase):
def set_default_args(vsim=False):
''' populate hostname/username/password '''
if vsim:
hostname = '10.193.78.219'
hostname = '10.10.10.10'
username = 'admin'
password = 'netapp1!'
password = 'admin'
else:
hostname = 'hostname'
username = 'username'

Loading…
Cancel
Save