mirror of https://github.com/apache/cloudstack.git
removed unnecessary pdb break point.
This commit is contained in:
parent
5e142f59ef
commit
0aa2b90516
|
|
@ -143,7 +143,6 @@ class TestSnapshotOnRootVolume(cloudstackTestCase):
|
|||
cls.account = Account.create(cls.api_client,
|
||||
cls.services["account"],
|
||||
domainid=cls.domain.id)
|
||||
# pdb.set_trace()
|
||||
cls.service_offering = ServiceOffering.create(
|
||||
cls.api_client,
|
||||
cls.services["service_offering"])
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from marvin.lib.utils import *
|
|||
from marvin.lib.base import *
|
||||
from marvin.lib.common import *
|
||||
from nose.plugins.attrib import attr
|
||||
import pdb
|
||||
|
||||
|
||||
_multiprocess_shared_ = True
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ class TestCreateDiskOffering(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "test"], required_hardware="false")
|
||||
@attr(tags=["advanced", "basic", "eip", "sg", "advancedns", "smoke"], required_hardware="false")
|
||||
def test_01_create_disk_offering(self):
|
||||
"""Test to create disk offering
|
||||
|
||||
|
|
@ -66,7 +66,6 @@ class TestCreateDiskOffering(cloudstackTestCase):
|
|||
self.apiclient,
|
||||
id=disk_offering.id
|
||||
)
|
||||
pdb.set_trace()
|
||||
self.assertEqual(
|
||||
isinstance(list_disk_response, list),
|
||||
True,
|
||||
|
|
|
|||
Loading…
Reference in New Issue