mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
unskipping skipped tests
and indentation fixes Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
61e150fd58
commit
16e9eaca80
@ -18,15 +18,12 @@
|
||||
""" P1 tests for dedicated Host high availability
|
||||
"""
|
||||
#Import Local Modules
|
||||
import marvin
|
||||
from nose.plugins.attrib import attr
|
||||
from marvin.cloudstackTestCase import *
|
||||
from marvin.cloudstackAPI import *
|
||||
from marvin.integration.lib.utils import *
|
||||
from marvin.integration.lib.base import *
|
||||
from marvin.integration.lib.common import *
|
||||
from marvin import remoteSSHClient
|
||||
import datetime
|
||||
|
||||
|
||||
class Services:
|
||||
@ -73,12 +70,12 @@ class Services:
|
||||
"timeout": 100,
|
||||
}
|
||||
|
||||
|
||||
class TestHostHighAvailability(cloudstackTestCase):
|
||||
""" Dedicated host HA test cases """
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
||||
cls.api_client = super(
|
||||
TestHostHighAvailability,
|
||||
cls
|
||||
|
||||
@ -186,7 +186,6 @@ class Services:
|
||||
}
|
||||
|
||||
|
||||
@unittest.skip("No suitable setup available for testing")
|
||||
class TestVMLifeCycleHostmaintenance(cloudstackTestCase):
|
||||
|
||||
@classmethod
|
||||
@ -562,7 +561,6 @@ class TestVMLifeCycleHostmaintenance(cloudstackTestCase):
|
||||
return
|
||||
|
||||
|
||||
@unittest.skip("No suitable setup available for testing")
|
||||
class TestVPCNetworkRules(cloudstackTestCase):
|
||||
|
||||
@classmethod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user