Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/480#discussion_r32807101 --- Diff: test/integration/testpaths/testpath_vmlc.py --- @@ -176,6 +176,19 @@ def setUpClass(cls): cls.zone = get_zone(cls.apiclient) cls._cleanup = [] + cls.skiptest = False --- End diff -- There is no need for these checks. Instead the tests which leave the storage pool in disabled state should be looked at. Hold it for now.
--- 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. ---