Boris Stoyanov created CLOUDSTACK-9526:
------------------------------------------
Summary: 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)