update to command (#60141)

This commit is contained in:
Chris Archibald 2019-08-12 07:30:00 -07:00 committed by Jake Jackson
parent 5df9075386
commit 13403b3688
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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'