From patchwork Tue Aug 9 13:17:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 3318 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id DB6D12406C for ; Tue, 9 Aug 2011 13:17:21 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9EA25A18648 for ; Tue, 9 Aug 2011 13:17:21 +0000 (UTC) Received: by qyk31 with SMTP id 31so3332925qyk.11 for ; Tue, 09 Aug 2011 06:17:21 -0700 (PDT) Received: by 10.224.199.2 with SMTP id eq2mr5576856qab.69.1312895841041; Tue, 09 Aug 2011 06:17:21 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.190.71 with SMTP id dh7cs46315qcb; Tue, 9 Aug 2011 06:17:20 -0700 (PDT) Received: from mr.google.com ([10.216.168.193]) by 10.216.168.193 with SMTP id k43mr6748756wel.95.1312895840450 (num_hops = 1); Tue, 09 Aug 2011 06:17:20 -0700 (PDT) Received: by 10.216.168.193 with SMTP id k43mr4756511wel.95.1312895839760; Tue, 09 Aug 2011 06:17:19 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id u44si14493823weq.20.2011.08.09.06.17.19; Tue, 09 Aug 2011 06:17:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QqmBL-0005oX-4c for ; Tue, 09 Aug 2011 13:17:19 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 1E13E2E808B for ; Tue, 9 Aug 2011 13:17:19 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 85 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 85: Add missing builtin tests Message-Id: <20110809131719.30037.87096.launchpad@loganberry.canonical.com> Date: Tue, 09 Aug 2011 13:17:19 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13628"; Instance="initZopeless config overlay" X-Launchpad-Hash: e3a8bb999c6463358a192e788a2ed916a5a53d61 ------------------------------------------------------------ revno: 85 committer: Zygmunt Krynicki branch nick: insanity-fixes timestamp: Tue 2011-08-09 11:48:02 +0200 message: Add missing builtin tests modified: abrek/providers.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'abrek/providers.py' --- abrek/providers.py 2011-06-28 12:51:57 +0000 +++ abrek/providers.py 2011-08-09 09:48:02 +0000 @@ -18,12 +18,17 @@ """ _builtin_tests = [ + 'bootchart', + 'firefox', 'glmemperf', 'gmpbench', 'gtkperf', 'ltp', + 'peacekeeper' 'posixtestsuite', 'pwrmgmt', + 'pybench', + 'smem', 'stream', 'tiobench', 'x11perf',