skip one test case for now, which blocks forever

This commit is contained in:
Edison Su 2014-09-18 07:40:14 +00:00
parent 152c226039
commit 7c19ad3f1a
3 changed files with 3 additions and 4 deletions

View File

@ -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):

View File

@ -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()

View File

@ -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