[
https://issues.apache.org/jira/browse/CLOUDSTACK-9526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594009#comment-15594009
]
ASF subversion and git services commented on CLOUDSTACK-9526:
-------------------------------------------------------------
Commit a664e035bd8ddfe9c270cf15f8e904d25d0c4e02 in cloudstack's branch
refs/heads/4.9 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a664e03 ]
Merge pull request #1692 from shapeblue/4.8-marvinpingtests
Fix Smoke Test Failuresfix ping tests to properly recognise successful ping
test (on 4.8 branch)
* pr/1692:
CLOUDSTACK-9529: Cleanup resources after marvin test completes
CLOUDSTACK-9533: gateway of public IP is not handled correctly when parsing
the cmd_line.json to create ips.json databag
CLOUDSTACK-9532: Use macchinina as a template for failing tests
CLOUDSTACK-9527: test_01_test_vm_volume_snapshot making test negative again
CLOUDSTACK-9531: Try template teardown without failure
CLOUDSTACK-9527: Skip tests not supported for hypervisor
CLOUDSTACK-9524: Check router hypervisor before ssh to VR
CLOUDSTACK-9522: Check for available attribute in marvin response
CLOUDSTACK-9526: Marvin test_deploy_vgpu_enabled_vm.py - Fix a hardcoded
username and password
CLOUDSTACK-9515: internal LB vm is not handled when parsing cmd_line.json,
resulting in internal LB vm not come up
CLOUDSTACK-9161: move quota test to plugins
Marvin Tests: Fix VPC network offering selection
fix macchinina template specificied for vmware in Marvin tests
fix ping tests to properly recognise successful ping test
CLOUDSTACK-9514: Making the credentials of the host to be picked up from the
CLOUDSTACK-9511: fix test_privategw_acl.py to handle multiple physical
networks
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)