removed unnecessary pdb break point.

This commit is contained in:
SrikanteswaraRao Talluri 2015-02-09 11:55:53 +05:30
parent 5e142f59ef
commit 0aa2b90516
2 changed files with 2 additions and 4 deletions

View File

@ -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"])

View File

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