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 8A40F10A5B for ; Fri, 13 Feb 2015 10:34:21 +0000 (UTC) Received: (qmail 33856 invoked by uid 500); 13 Feb 2015 10:34:10 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 33725 invoked by uid 500); 13 Feb 2015 10:34:10 -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 33702 invoked by uid 99); 13 Feb 2015 10:34:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 10:34:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F30FBE05DE; Fri, 13 Feb 2015 10:34:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Date: Fri, 13 Feb 2015 10:34:11 -0000 Message-Id: <3ed4f7ca50ef40c9a0656ca929b5007c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: updated refs/heads/master to ada8cdc CLOUDSTACK-7911: Adding test cases for usage test path Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ada8cdce Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ada8cdce Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ada8cdce Branch: refs/heads/master Commit: ada8cdce7009e41ddf37348cfac2d4f79592379e Parents: a68de9a Author: Ashutosh K Authored: Fri Jan 30 07:56:08 2015 -0800 Committer: SrikanteswaraRao Talluri Committed: Fri Feb 13 16:02:56 2015 +0530 ---------------------------------------------------------------------- test/integration/testpaths/testpath_usage.py | 3327 +++++++++++++++++++++ tools/marvin/marvin/config/test_data.py | 8 +- tools/marvin/marvin/dbConnection.py | 4 +- tools/marvin/marvin/lib/base.py | 48 +- tools/marvin/marvin/lib/utils.py | 6 +- 5 files changed, 3382 insertions(+), 11 deletions(-) ----------------------------------------------------------------------