You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "John Dilley (JIRA)" <ji...@apache.org> on 2014/07/28 12:35:38 UTC

[jira] [Commented] (CLOUDSTACK-7190) Marvin tests on Hyper-V need to go via management server rather than host to access System VMs

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-7190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076067#comment-14076067 ] 

John Dilley commented on CLOUDSTACK-7190:
-----------------------------------------

Patch for review at https://reviews.apache.org/r/23976/

> Marvin tests on Hyper-V need to go via management server rather than host to access System VMs
> ----------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7190
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7190
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: marvin
>    Affects Versions: 4.3.0, 4.4.0, 4.5.0, 4.3.1
>            Reporter: John Dilley
>
> Marvin tests that try to access the system VMs try and SSH to a Hyper-V host, as is done for XenServer and KVM, rather than opening an SSH connection to the management server, as is done for VMWare (which is the correct behaviour for Hyper-V)
> This is because the test code has a lot of conditions like this:
> {noformat}
>         if self.hypervisor.lower() == 'vmware':
>             #SSH into SSVMs is done via management server for Vmware
> {noformat}
> That need to also include Hyper-V



--
This message was sent by Atlassian JIRA
(v6.2#6252)