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 4C580200BD0 for ; Wed, 30 Nov 2016 13:00:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4B145160B21; Wed, 30 Nov 2016 12:00:00 +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 C28F0160B13 for ; Wed, 30 Nov 2016 12:59:59 +0100 (CET) Received: (qmail 82326 invoked by uid 500); 30 Nov 2016 11:59:58 -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 82308 invoked by uid 500); 30 Nov 2016 11:59:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 82303 invoked by uid 99); 30 Nov 2016 11:59:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 11:59:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A25FA2C0453 for ; Wed, 30 Nov 2016 11:59:58 +0000 (UTC) Date: Wed, 30 Nov 2016 11:59:58 +0000 (UTC) From: "Murali Reddy (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-9634) fix marvin test test_router_dhcp_opts failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 30 Nov 2016 12:00:00 -0000 Murali Reddy created CLOUDSTACK-9634: ---------------------------------------- Summary: fix marvin test test_router_dhcp_opts failure Key: CLOUDSTACK-9634 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9634 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Affects Versions: 4.9.0, 4.8.0, 4.10.0.0 Reporter: Murali Reddy Assignee: Murali Reddy Fix For: 4.8.1, 4.10.0.0, 4.9.2.0 test_router_dhcp_opts has been failing on the smoke tests on 4.8 ,4.9, 4.10. This is new test added as part of fix for "CLOUDSTACK-9598: wrong defaut gateway for the nic in non-default network" Marvin VirtualMachine object's nic attribute, does not store nics in any particular order. test made the assumption the nic[0] is default nic of the virtual machine which may not necessarily true all the time nic objects 'isdefault' attribute can be used to verify if the nic is default nic. -- This message was sent by Atlassian JIRA (v6.3.4#6332)