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 3BADF18FEA for ; Mon, 14 Dec 2015 06:54:52 +0000 (UTC) Received: (qmail 53014 invoked by uid 500); 14 Dec 2015 06:54:47 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 52972 invoked by uid 500); 14 Dec 2015 06:54:47 -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 52918 invoked by uid 500); 14 Dec 2015 06:54:47 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 52914 invoked by uid 99); 14 Dec 2015 06:54:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2015 06:54:47 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D68422C1F56 for ; Mon, 14 Dec 2015 06:54:46 +0000 (UTC) Date: Mon, 14 Dec 2015 06:54:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9128) Testcase to verify if snapshot_store_ref table stores actual size of back snapshot in secondary storage 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-9128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15055525#comment-15055525 ] ASF GitHub Bot commented on CLOUDSTACK-9128: -------------------------------------------- Github user pritisarap12 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1199#discussion_r47465693 --- Diff: test/integration/testpaths/testpath_snapshot_limits.py --- @@ -358,3 +362,129 @@ def test_01_storage_snapshots_limits(self): ) return + + @attr(tags=["advanced", "basic"], required_hardware="true") + def test_02_snapshot_size_check(self): + """ Check Snapshots size in database + 1. Create file on ROOT disk of deployed VM. + 2. Create Snapshot of ROOT disk. + 3. Check if physiacal_size parameter of snapshot_store_ref table + has physical size of snapshot + """ + if self.hypervisor.lower() not in ["xenserver", "vmware"]: + self.skipTest("Test not to be run on %s" % self.hypervisor) --- End diff -- Here we are running the test for Xenserver and VMWare i.e. skip the test if the hypervisor is not XS or VMWare . So the test run on Xenserver. > Testcase to verify if snapshot_store_ref table stores actual size of back snapshot in secondary storage > ------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9128 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9128 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.5.1 > Reporter: Priti Sarap > Fix For: 4.5.1 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)