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 C10311792C for ; Thu, 12 Mar 2015 09:17:43 +0000 (UTC) Received: (qmail 90275 invoked by uid 500); 12 Mar 2015 09:17:38 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 90244 invoked by uid 500); 12 Mar 2015 09:17:38 -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 90235 invoked by uid 500); 12 Mar 2015 09:17:38 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 90232 invoked by uid 99); 12 Mar 2015 09:17:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 09:17:38 +0000 Date: Thu, 12 Mar 2015 09:17:38 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8323) Add BVT test case to confirm the proper network adapter types addition for Vmware 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-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358358#comment-14358358 ] ASF GitHub Bot commented on CLOUDSTACK-8323: -------------------------------------------- GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/116 CLOUDSTACK-8323: Adding test case to verify NIC Adapter types for nic in VM when NIC Adapter is specified in template The test case will verify that when a template is registered with nicAdapter as VMXNET3 and when VM is deployed with this VM, also when extra networks are added to the VM, then the NIC adapter in VCenter is shown as VMXNET3 for all the NICs of VM. Test case skipped for now because VCenter API Integration is remaining. It is needed for final verification. Test case is run without final verification and it runs fine. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gauravaradhye/cloudstack 8323 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/116.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #116 ---- commit a98aab142cd6c151b18ab1dccb991be6f7fbdecb Author: Gaurav Aradhye Date: 2015-03-12T09:06:12Z CLOUDSTACK-8323: Adding test case to verify NIC Adapter types for nic in VM when NIC Adapter is specified in template ---- > Add BVT test case to confirm the proper network adapter types addition for Vmware > --------------------------------------------------------------------------------- > > Key: CLOUDSTACK-8323 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8323 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: Future > Reporter: Gaurav Aradhye > Assignee: Gaurav Aradhye > Labels: automation > Fix For: Future > > > The test case will verify that when a template is registered with nicAdapter as VMXNET3 and when VM is deployed with this VM, also when extra networks are added to the VM, then the NIC adapter in VCenter is shown as VMXNET3 for both the NICs of VM. -- This message was sent by Atlassian JIRA (v6.3.4#6332)