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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to