Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB41311B44 for ; Mon, 4 Aug 2014 18:38:12 +0000 (UTC) Received: (qmail 98368 invoked by uid 500); 4 Aug 2014 18:38:12 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 98339 invoked by uid 500); 4 Aug 2014 18:38:12 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 98329 invoked by uid 500); 4 Aug 2014 18:38:12 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 98326 invoked by uid 99); 4 Aug 2014 18:38:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 18:38:12 +0000 Date: Mon, 4 Aug 2014 18:38:12 +0000 (UTC) From: "Animesh Chaturvedi (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-7190) Marvin tests on Hyper-V need to go via management server rather than host to access System VMs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-7190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Animesh Chaturvedi updated CLOUDSTACK-7190: ------------------------------------------- Assignee: Animesh Chaturvedi > 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 > Assignee: Animesh Chaturvedi > > 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)