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 2CB94107C3 for ; Mon, 12 Aug 2013 09:13:02 +0000 (UTC) Received: (qmail 98125 invoked by uid 500); 12 Aug 2013 09:13:02 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 98102 invoked by uid 500); 12 Aug 2013 09:13:01 -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 98092 invoked by uid 99); 12 Aug 2013 09:13:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 09:13:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7314D8BC43A; Mon, 12 Aug 2013 09:13:00 +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: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 73d49d0 Date: Mon, 12 Aug 2013 09:13:00 +0000 (UTC) Updated Branches: refs/heads/master 062eab8df -> 73d49d090 Fix test naming to reflect the test purpose Signed-off-by: Prasanna Santhanam (cherry picked from commit 445341355d18d280c745e8a1abcf39bafd938f91) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/73d49d09 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/73d49d09 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/73d49d09 Branch: refs/heads/master Commit: 73d49d0907843bb24c0d2c4707da458afa5072e0 Parents: 062eab8 Author: Prasanna Santhanam Authored: Mon Aug 12 14:42:05 2013 +0530 Committer: Prasanna Santhanam Committed: Mon Aug 12 14:42:33 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_nic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/73d49d09/test/integration/smoke/test_nic.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_nic.py b/test/integration/smoke/test_nic.py index 0d43a92..b28e1b8 100644 --- a/test/integration/smoke/test_nic.py +++ b/test/integration/smoke/test_nic.py @@ -129,7 +129,7 @@ class Services: # CentOS 5.3 (64-bit) } -class TestDeployVM(cloudstackTestCase): +class TestNic(cloudstackTestCase): def setUp(self): self.cleanup = []