mirror of https://github.com/apache/cloudstack.git
skip one test case for now, which blocks forever
This commit is contained in:
parent
152c226039
commit
7c19ad3f1a
|
|
@ -23,7 +23,6 @@ from marvin.lib.utils import *
|
|||
from marvin.lib.base import *
|
||||
from marvin.lib.common import *
|
||||
from marvin.sshClient import SshClient
|
||||
from nose.plugins.attrib import attr
|
||||
import pytest
|
||||
|
||||
class TestDeployVmWithAffinityGroup(cloudstackTestCase):
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@pytest.mark.tags(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="CLOUDSTACK-6984")
|
||||
@pytest.mark.tags(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true", BugId="CLOUDSTACK-6984")
|
||||
def test_vm_life_cycle(self):
|
||||
self.stop_vm()
|
||||
self.start_vm()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__author__ = 'edison'
|
||||
import os
|
||||
from marvin.marvinPlugin import MarvinInit
|
||||
from marvin.marvinInit import MarvinInit
|
||||
from marvin.codes import FAILED
|
||||
|
||||
def getMarvin():
|
||||
|
|
@ -43,4 +43,4 @@ def initTestClass(cls, idenifier):
|
|||
if cls.clstestclient is None:
|
||||
cls.clstestclient = marvinObj.getTestClient()
|
||||
|
||||
marvinObj.getTestClient().identifier = idenifier
|
||||
marvinObj.getTestClient().identifier = idenifier
|
||||
|
|
|
|||
Loading…
Reference in New Issue