Repository: cloudstack Updated Branches: refs/heads/hotfix/scp-exception 7de94c993 -> e13d45e2c (forced update)
removed unnecessary pdb break point. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0aa2b905 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0aa2b905 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0aa2b905 Branch: refs/heads/hotfix/scp-exception Commit: 0aa2b905164978a9e97fc2c4e2c1ec664dd5d05e Parents: 5e142f5 Author: SrikanteswaraRao Talluri <tall...@apache.org> Authored: Mon Feb 9 11:55:53 2015 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Mon Feb 9 11:56:33 2015 +0530 ---------------------------------------------------------------------- test/integration/component/test_snapshots_improvement.py | 1 - test/integration/smoke/test_disk_offerings.py | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0aa2b905/test/integration/component/test_snapshots_improvement.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_snapshots_improvement.py b/test/integration/component/test_snapshots_improvement.py index fe738d4..41e8640 100644 --- a/test/integration/component/test_snapshots_improvement.py +++ b/test/integration/component/test_snapshots_improvement.py @@ -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"]) http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0aa2b905/test/integration/smoke/test_disk_offerings.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_disk_offerings.py b/test/integration/smoke/test_disk_offerings.py index 75f2452..fed0690 100644 --- a/test/integration/smoke/test_disk_offerings.py +++ b/test/integration/smoke/test_disk_offerings.py @@ -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,