[
https://issues.apache.org/jira/browse/CLOUDSTACK-9128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054273#comment-15054273
]
ASF GitHub Bot commented on CLOUDSTACK-9128:
--------------------------------------------
Github user remibergsma commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1199#discussion_r47431233
--- 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 --
Why can't this 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)