From patchwork Tue Feb 7 23:18:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6699 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 C0D5F23E01 for ; Tue, 7 Feb 2012 23:18:15 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8AEA4A187A5 for ; Tue, 7 Feb 2012 23:18:15 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id z7so14552226iab.11 for ; Tue, 07 Feb 2012 15:18:15 -0800 (PST) Received: by 10.50.161.231 with SMTP id xv7mr19387317igb.0.1328656695327; Tue, 07 Feb 2012 15:18:15 -0800 (PST) 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.231.169.210 with SMTP id a18cs139082ibz; Tue, 7 Feb 2012 15:18:14 -0800 (PST) Received: by 10.180.80.8 with SMTP id n8mr37438286wix.14.1328656691730; Tue, 07 Feb 2012 15:18:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id p27si11264461weq.126.2012.02.07.15.18.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 15:18:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RuuId-0002Ui-4j for ; Tue, 07 Feb 2012 23:18:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 1939BE0284 for ; Tue, 7 Feb 2012 23:18:11 +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: 117 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 117: New leb basic graphics tests from rsalveti Message-Id: <20120207231811.28766.37977.launchpad@ackee.canonical.com> Date: Tue, 07 Feb 2012 23:18:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14747"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 88cac2cc654309ba5fbdf6c039a002073af62711 X-Gm-Message-State: ALoCoQllxmIk+lmEAf6weLxH6t+yVV3jQE0UkaRVwTkwyD+LuW+qwiKFq9plQIT7BYTJseE6iitT Merge authors: Ricardo Salveti (rsalveti) Related merge proposals: https://code.launchpad.net/~linaro-foundations/lava-test/leb-basic-graphics/+merge/90640 proposed by: Ricardo Salveti (rsalveti) review: Approve - Paul Larson (pwlars) ------------------------------------------------------------ revno: 117 [merge] committer: Paul Larson branch nick: lava-test timestamp: Tue 2012-02-07 15:14:44 -0800 message: New leb basic graphics tests from rsalveti added: lava_test/test_definitions/leb-basic-graphics.py modified: doc/tests.rst lava_test/core/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 'doc/tests.rst' --- doc/tests.rst 2012-02-07 23:13:34 +0000 +++ doc/tests.rst 2012-02-07 23:14:44 +0000 @@ -13,6 +13,7 @@ * `gmpbench`_ * `gtkperf`_ * `insanity`_ + * `leb-basic-graphics`_ * `ltp`_ * `lttng`_ * `peacekeeper`_ @@ -55,6 +56,10 @@ ++++++++ .. automodule:: lava_test.test_definitions.insanity +leb-basic-graphics ++++++++++ +.. automodule:: lava_test.test_definitions.leb-basic-graphics + ltp +++ .. automodule:: lava_test.test_definitions.ltp === modified file 'lava_test/core/providers.py' --- lava_test/core/providers.py 2012-02-07 23:13:34 +0000 +++ lava_test/core/providers.py 2012-02-07 23:14:44 +0000 @@ -36,6 +36,7 @@ 'glmemperf', 'gmpbench', 'gtkperf', + 'leb-basic-graphics', 'ltp', 'lttng', 'peacekeeper', === added file 'lava_test/test_definitions/leb-basic-graphics.py' --- lava_test/test_definitions/leb-basic-graphics.py 1970-01-01 00:00:00 +0000 +++ lava_test/test_definitions/leb-basic-graphics.py 2012-02-07 23:14:44 +0000 @@ -0,0 +1,46 @@ +# Copyright (c) 2012 Linaro +# +# Author: Ricardo Salveti +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +""" +The LEB Basic Graphics validates that the board supports basic graphics +applications and UI environments, like X11, Unity 2D and Unity 3D. + +**URL:** https://code.launchpad.net/~linaro-foundations/linaro-ubuntu/lava-test-basic-graphics + +**Default Options:** None +""" + +from lava_test.core.installers import TestInstaller +from lava_test.core.parsers import TestParser +from lava_test.core.runners import TestRunner +from lava_test.core.tests import Test + +DEFAULT_OPTIONS = "" +INSTALLSTEPS = ["bzr branch lp:~linaro-foundations/linaro-ubuntu/lava-test-basic-graphics leb-basic-graphics"] +DEPS = ["bzr", "mesa-utils-extra", "ubuntu-desktop"] +RUNSTEPS = ["cd leb-basic-graphics; sudo bash -x ./run-test.sh"] +PATTERN = "(?P[a-zA-Z0-9_-]+):\s(?P\w+)" +FIXUPS = { + "PASS": "pass", + "FAIL": "fail" + } + +testinst = TestInstaller(INSTALLSTEPS, deps=DEPS) +testrun = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) +testparser = TestParser(PATTERN, fixupdict = FIXUPS) +testobj = Test(test_id="leb-basic-graphics", installer=testinst, + runner=testrun, parser=testparser)