mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-21 21:13:53 +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
|
""" P1 tests for dedicated Host high availability
|
||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
|
||||||
from nose.plugins.attrib import attr
|
from nose.plugins.attrib import attr
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
from marvin.integration.lib.base import *
|
from marvin.integration.lib.base import *
|
||||||
from marvin.integration.lib.common import *
|
from marvin.integration.lib.common import *
|
||||||
from marvin import remoteSSHClient
|
|
||||||
import datetime
|
|
||||||
|
|
||||||
|
|
||||||
class Services:
|
class Services:
|
||||||
@ -73,12 +70,12 @@ class Services:
|
|||||||
"timeout": 100,
|
"timeout": 100,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class TestHostHighAvailability(cloudstackTestCase):
|
class TestHostHighAvailability(cloudstackTestCase):
|
||||||
""" Dedicated host HA test cases """
|
""" Dedicated host HA test cases """
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
|
||||||
cls.api_client = super(
|
cls.api_client = super(
|
||||||
TestHostHighAvailability,
|
TestHostHighAvailability,
|
||||||
cls
|
cls
|
||||||
|
|||||||
@ -186,7 +186,6 @@ class Services:
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("No suitable setup available for testing")
|
|
||||||
class TestVMLifeCycleHostmaintenance(cloudstackTestCase):
|
class TestVMLifeCycleHostmaintenance(cloudstackTestCase):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -562,7 +561,6 @@ class TestVMLifeCycleHostmaintenance(cloudstackTestCase):
|
|||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("No suitable setup available for testing")
|
|
||||||
class TestVPCNetworkRules(cloudstackTestCase):
|
class TestVPCNetworkRules(cloudstackTestCase):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user