Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EC99105F0 for ; Sat, 8 Jun 2013 07:58:50 +0000 (UTC) Received: (qmail 60982 invoked by uid 500); 8 Jun 2013 07:58:47 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 60955 invoked by uid 500); 8 Jun 2013 07:58:43 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 60948 invoked by uid 99); 8 Jun 2013 07:58:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jun 2013 07:58:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6B0438A0C4B; Sat, 8 Jun 2013 07:58:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Message-Id: <8da2bdf8aada4b4d97e3918ccd0240b1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to c30d9be Date: Sat, 8 Jun 2013 07:58:39 +0000 (UTC) Updated Branches: refs/heads/master cb80ae244 -> c30d9be3c Remove vm from cleanup list VM will be cleaned up when the account is cleaned up Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c30d9be3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c30d9be3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c30d9be3 Branch: refs/heads/master Commit: c30d9be3cea30339cfff40c1002906634291b373 Parents: cb80ae2 Author: Prasanna Santhanam Authored: Sat Jun 8 13:27:08 2013 +0530 Committer: Prasanna Santhanam Committed: Sat Jun 8 13:27:08 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_routers.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c30d9be3/test/integration/smoke/test_routers.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_routers.py b/test/integration/smoke/test_routers.py index f6ca279..d89acf9 100644 --- a/test/integration/smoke/test_routers.py +++ b/test/integration/smoke/test_routers.py @@ -107,7 +107,6 @@ class TestRouterServices(cloudstackTestCase): serviceofferingid=cls.service_offering.id ) cls.cleanup = [ - cls.vm_1, cls.account, cls.service_offering ]