Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CA477200D54 for ; Fri, 8 Dec 2017 20:16:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C8C1B160BFD; Fri, 8 Dec 2017 19:16:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1AA54160C20 for ; Fri, 8 Dec 2017 20:16:06 +0100 (CET) Received: (qmail 34153 invoked by uid 500); 8 Dec 2017 19:16:06 -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 34144 invoked by uid 500); 8 Dec 2017 19:16:06 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 34141 invoked by uid 99); 8 Dec 2017 19:16:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 19:16:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8CA3AC13EF for ; Fri, 8 Dec 2017 19:16:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 9rU_B5IYJw2j for ; Fri, 8 Dec 2017 19:16:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2EC0A5FB20 for ; Fri, 8 Dec 2017 19:16:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 89DD7E25D8 for ; Fri, 8 Dec 2017 19:16:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 394A7273F5 for ; Fri, 8 Dec 2017 19:16:01 +0000 (UTC) Date: Fri, 8 Dec 2017 19:16:01 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-10181) Skip testing rVR related tests on VMware until this feature is properly supported on VMware MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Dec 2017 19:16:08 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-10181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284065#comment-16284065 ] ASF subversion and git services commented on CLOUDSTACK-10181: -------------------------------------------------------------- Commit 6ac084aac3a6eb02f258f5319e0c09c2cf0be7a3 in cloudstack's branch refs/heads/debian9-systemvmtemplate from [~rohit.yadav@shapeblue.com] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=6ac084a ] CLOUDSTACK-10181: Skip rVR test cases for VMware until supported With this change, rVR related test cases will be skipped for VMware where this feature is not properly supported. Signed-off-by: Rohit Yadav > Skip testing rVR related tests on VMware until this feature is properly supported on VMware > ------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-10181 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10181 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Fix For: 4.11.0.0 > > > Redundant virtual routers don't work on VMware due to its use of the same mac address on public nics, and unavailability of interface like KVM/XenServer does. Due to this, the feature never worked properly on VMware. While running integration/marvin tests, rVR related test cases fail everytime on VMware and take up a lot of time for the job to fail (sometimes 3600s as defined in global settings for an env). The aim of the ticket is to log this issue and make changes to the integration tests to skip certain rVR test cases on VMware until this feature is properly implemented for VMware. -- This message was sent by Atlassian JIRA (v6.4.14#64029)