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:29:38 UTC

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

John Dilley created CLOUDSTACK-7190:
---------------------------------------

             Summary: 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)