Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F7A5DD1F for ; Tue, 19 Feb 2013 00:54:49 +0000 (UTC) Received: (qmail 90387 invoked by uid 500); 19 Feb 2013 00:54:49 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 90369 invoked by uid 500); 19 Feb 2013 00:54:49 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 90359 invoked by uid 99); 19 Feb 2013 00:54:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 00:54:49 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 00:54:41 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1J0sJew000598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Feb 2013 19:54:19 -0500 Received: from [10.3.112.34] (ovpn-112-34.phx2.redhat.com [10.3.112.34]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1J0sIGv025936 for ; Mon, 18 Feb 2013 19:54:18 -0500 Message-ID: <1361235257.2648.25.camel@avon.watzmann.net> Subject: Re: [PATCH core 6/8] Mock: Cleanup in how we create mock 'metrics' From: David Lutterkort To: dev@deltacloud.apache.org Date: Mon, 18 Feb 2013 16:54:17 -0800 In-Reply-To: <1361194878-14297-6-git-send-email-mfojtik@redhat.com> References: <1361194878-14297-1-git-send-email-mfojtik@redhat.com> <1361194878-14297-6-git-send-email-mfojtik@redhat.com> Organization: Red Hat Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2013-02-18 at 14:41 +0100, mfojtik@redhat.com wrote: > From: Michal Fojtik > > Moved the code to the Metric model to keep MockDriver > clean. > > Signed-off-by: Michal fojtik > --- > server/lib/deltacloud/models/metric.rb | 45 ++++++++++++++++++++++++++++++++++ > 1 file changed, 45 insertions(+) ACK