[
https://issues.apache.org/jira/browse/CLOUDSTACK-9526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15593970#comment-15593970
]
ASF subversion and git services commented on CLOUDSTACK-9526:
-------------------------------------------------------------
Commit d4f0bf1ca92205f1838d68ec022d62450675a669 in cloudstack's branch
refs/heads/4.8 from [~bstoyanov]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=d4f0bf1 ]
CLOUDSTACK-9526: Marvin test_deploy_vgpu_enabled_vm.py - Fix a hardcoded
username and password
Signed-off-by: Rohit Yadav <[email protected]>
> Marvin test_deploy_vgpu_enabled_vm.py - Fix a hardcoded username and password
> -----------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9526
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9526
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: marvin
> Affects Versions: 4.10.0.0, 4.9.1.0, 4.8.2.0
> Reporter: Boris Stoyanov
>
> Looks like another password issue with this test
> {code}
> AuthenticationException: Authentication failed.
> ====Trying SSH Connection: Host:10.2.2.38 User:root
> Port:22 RetryCnt:57===
> SshClient: Exception under createConnection: ['Traceback (most recent call
> last):\n', ' File "/usr/lib/python2.7/site-packages/marvin/sshClient.py",
> line 121, in createConnection\n timeout=self.timeout)\n', ' File
> "/usr/lib/python2.7/site-packages/paramiko/client.py", line 380, in connect\n
> look_for_keys, gss_auth, gss_kex, gss_deleg_creds, gss_host)\n', ' File
> "/usr/lib/python2.7/site-packages/paramiko/client.py", line 603, in _auth\n
> raise saved_exception\n', 'AuthenticationException: Authentication
> failed.\n']
> Traceback (most recent call last):
> File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 121, in
> createConnection{code}
> {code}[root@trl-97-x-cs48-bstoyanov-marvin ~]# cat
> /marvin/tests/smoke/test_deploy_vgpu_enabled_vm.py |grep testdata
> self.testdata = self.testClient.getParsedTestDataConfig()
>
> port=self.testdata['configurableData']['host']["publicport"],
>
> user=self.testdata['configurableData']['host']["username"],
>
> passwd=self.testdata['configurableData']['host']["password"]){code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)