From patchwork Thu Sep 20 15:26:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 11579 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 5D72A23E54 for ; Thu, 20 Sep 2012 15:26:13 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id F2DC63D09981 for ; Thu, 20 Sep 2012 15:26:12 +0000 (UTC) Received: by ieje10 with SMTP id e10so3082437iej.11 for ; Thu, 20 Sep 2012 08:26:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=0qGzjeEoocCy4WerN6b92xPxzjRwcpkWC1SkB0+yW0E=; b=FeA0b8qD96/JBahHsE7EEFaAhsn+V+O8m0Tjzr+wrVuWsjkXJOQzd5Jxl/jvOEFGkB U0/l9aKkH++XkqLCf8PwMVva/r65gGVpZDt8kl7gXl+N3c7lJnhYrSidkUpTSp2pd5bw 3HvbEymYLeCOVouRFYH1qhPnIwWJEpCSdiFE1kCl01Y9aFpSH8QVE2dDmMkE+xuWh5g9 WhI/JGDeiau5oZKL3nhsu2wSXN5hU93RLbKrNns5bOlOuQw/Xa1Y1w2aAEHoJge14opU n6toMAiqK2/JeZwJsh26/V8p48O7tLNazGuyPDle9ZhG1bHXzSyt7dPtUFSlOxp8Jg92 dUyw== Received: by 10.50.237.41 with SMTP id uz9mr2024077igc.43.1348154772244; Thu, 20 Sep 2012 08:26:12 -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.50.184.232 with SMTP id ex8csp81263igc; Thu, 20 Sep 2012 08:26:11 -0700 (PDT) Received: by 10.180.99.196 with SMTP id es4mr6668897wib.18.1348154770742; Thu, 20 Sep 2012 08:26:10 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id p20si14644843wiv.37.2012.09.20.08.26.10 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 08:26:10 -0700 (PDT) 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 1TEidm-00075I-63 for ; Thu, 20 Sep 2012 15:26:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 1C487E0341 for ; Thu, 20 Sep 2012 15:26:10 +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: 179 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 179: remove empty INSTALLSTEPS from test definitions Message-Id: <20120920152610.12057.1384.launchpad@ackee.canonical.com> Date: Thu, 20 Sep 2012 15:26:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15985"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 9dce032b43891adda7eb5a1a2bd78db85275e0d9 X-Gm-Message-State: ALoCoQnuwLXEb0hz1GLOleEUCS7Kxcrd7eVJcHbGJ4x7ujNLl/hXrToB1NF9mTgNHcf2PmsYgcYR ------------------------------------------------------------ revno: 179 committer: Andy Doan branch nick: trunk timestamp: Thu 2012-09-20 10:24:10 -0500 message: remove empty INSTALLSTEPS from test definitions INSTALLSTEPS is optional, so lets remove the unneeded stuff modified: lava_test/test_definitions/bluetooth_enablement.py lava_test/test_definitions/bootchart.py lava_test/test_definitions/device_tree.py lava_test/test_definitions/firefox.py lava_test/test_definitions/gatortests.py lava_test/test_definitions/leb_basic_graphics.py lava_test/test_definitions/perf.py lava_test/test_definitions/wifi_enablement.py lava_test/test_definitions/xrestop.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 'lava_test/test_definitions/bluetooth_enablement.py' --- lava_test/test_definitions/bluetooth_enablement.py 2012-09-19 17:11:20 +0000 +++ lava_test/test_definitions/bluetooth_enablement.py 2012-09-20 15:24:10 +0000 @@ -32,7 +32,6 @@ DEFAULT_OPTIONS = "" BZR_REPOS = ["lp:~linaro-foundations/linaro-ubuntu/lava-test-bt-enablement"] -INSTALLSTEPS = [] DEPS = ["bzr", "bluez"] RUNSTEPS = ["cd lava-test-bt-enablement; sudo bash -x ./run-test.sh"] PATTERN = "(?P[a-zA-Z0-9_-]+):\s(?P\w+)" @@ -41,7 +40,7 @@ "FAIL": "fail" } -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=DEPS, bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, fixupdict=FIXUPS) === modified file 'lava_test/test_definitions/bootchart.py' --- lava_test/test_definitions/bootchart.py 2012-09-19 17:11:20 +0000 +++ lava_test/test_definitions/bootchart.py 2012-09-20 15:24:10 +0000 @@ -30,12 +30,11 @@ DEFAULT_OPTIONS = "" BZR_REPOS = ['lp:~linaro-foundations/lava-test/bootchartscript'] -INSTALLSTEPS = [] DEPS = ['bootchart', 'pybootchartgui', 'bzr'] RUNSTEPS = ['./bootchartscript/bootchartscript.sh $(OPTIONS)'] PATTERN = "^(?P\w+):\W+(?P\d+\.\d+)" -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=DEPS, bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, appendall={'units': 'sec', 'result': 'pass'}) === modified file 'lava_test/test_definitions/device_tree.py' --- lava_test/test_definitions/device_tree.py 2012-09-20 15:12:46 +0000 +++ lava_test/test_definitions/device_tree.py 2012-09-20 15:24:10 +0000 @@ -30,7 +30,6 @@ DEFAULT_OPTIONS = "" BZR_REPOS = ["lp:~linaro-foundations/linaro-ubuntu/lava-test-device-tree"] -INSTALLSTEPS = [] DEPS = ["bzr"] RUNSTEPS = ["cd lava-test-device-tree; sudo bash -x ./run-test.sh"] PATTERN = "(?P[a-zA-Z0-9_-]+):\s(?P\w+)" @@ -39,7 +38,7 @@ "FAIL": "fail" } -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=DEPS, bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, fixupdict=FIXUPS) === modified file 'lava_test/test_definitions/firefox.py' --- lava_test/test_definitions/firefox.py 2012-09-19 04:40:25 +0000 +++ lava_test/test_definitions/firefox.py 2012-09-20 15:24:10 +0000 @@ -29,14 +29,13 @@ DEFAULT_OPTIONS = "" GIT_REPOS = ['git://github.com/janimo/firefox-startup-timing.git'] -INSTALLSTEPS = [] DEPS = ['firefox', 'git-core', 'gcalctool'] RUNSTEPS = [( 'cd firefox-startup-timing;' ' ./firefox_startup_timing.sh $(OPTIONS)')] PATTERN = "^(?P\w+):(?P\d+)" -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, git_repos=GIT_REPOS) +installer = TestInstaller(deps=DEPS, git_repos=GIT_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, appendall={'units': 'ms', 'result': 'pass'}) === modified file 'lava_test/test_definitions/gatortests.py' --- lava_test/test_definitions/gatortests.py 2012-06-11 16:51:40 +0000 +++ lava_test/test_definitions/gatortests.py 2012-09-20 15:24:10 +0000 @@ -23,7 +23,6 @@ from lava_test.core.runners import TestRunner from lava_test.core.tests import Test -INSTALLSTEPS = [''] DEPS = ['gatortests'] RUNSTEPS = ["gatortests"] @@ -31,7 +30,7 @@ PATTERN = "^\*\*\*(?P\w+):\s(?P\w+)\*\*\*" -installer = TestInstaller(INSTALLSTEPS, deps=DEPS) +installer = TestInstaller(deps=DEPS) runner = TestRunner(RUNSTEPS,default_options=DEFAULT_OPTIONS) parser = TestParser(pattern=PATTERN) === modified file 'lava_test/test_definitions/leb_basic_graphics.py' --- lava_test/test_definitions/leb_basic_graphics.py 2012-09-19 17:11:20 +0000 +++ lava_test/test_definitions/leb_basic_graphics.py 2012-09-20 15:24:10 +0000 @@ -31,7 +31,6 @@ DEFAULT_OPTIONS = "" BZR_REPOS = ["lp:~linaro-foundations/linaro-ubuntu/lava-test-basic-graphics"] -INSTALLSTEPS = [] DEPS = ["bzr", "mesa-utils-extra", "ubuntu-desktop"] RUNSTEPS = ["cd lava-test-basic-graphics; sudo bash -x ./run-test.sh"] PATTERN = "(?P[a-zA-Z0-9_-]+):\s(?P\w+)" @@ -40,7 +39,7 @@ "FAIL": "fail" } -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=DEPS, bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, fixupdict=FIXUPS) === modified file 'lava_test/test_definitions/perf.py' --- lava_test/test_definitions/perf.py 2012-09-19 17:11:20 +0000 +++ lava_test/test_definitions/perf.py 2012-09-20 15:24:10 +0000 @@ -30,7 +30,6 @@ DEFAULT_OPTIONS = "" DEPS = ["bzr", "linux-tools", "stress-dbgsym"] BZR_REPOS = ["lp:~linaro-maintainers/lava-test/lava-test-perf"] -INSTALLSTEPS = [] RUNSTEPS = ["./lava-test-perf/run-perf-test.sh"] PATTERN = "^(?Pperf[\w\s-]+)\s+:\s+(?P\w+)" FIXUPS = { @@ -38,7 +37,7 @@ "FAIL": "fail" } -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=DEPS, bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, fixupdict=FIXUPS) === modified file 'lava_test/test_definitions/wifi_enablement.py' --- lava_test/test_definitions/wifi_enablement.py 2012-09-19 17:11:20 +0000 +++ lava_test/test_definitions/wifi_enablement.py 2012-09-20 15:24:10 +0000 @@ -32,7 +32,6 @@ DEFAULT_OPTIONS = "" BZR_REPOS = ["lp:~linaro-foundations/linaro-ubuntu/lava-test-wifi-enablement"] -INSTALLSTEPS = [] DEPS = [ "bzr", "wpasupplicant", @@ -46,7 +45,7 @@ "FAIL": "fail" } -installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=DEPS, bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, fixupdict=FIXUPS) === modified file 'lava_test/test_definitions/xrestop.py' --- lava_test/test_definitions/xrestop.py 2012-09-19 17:11:20 +0000 +++ lava_test/test_definitions/xrestop.py 2012-09-20 15:24:10 +0000 @@ -27,12 +27,11 @@ from lava_test.core.tests import Test BZR_REPOS = ['lp:~linaro-foundations/lava-test/xrestopscript'] -INSTALLSTEPS = [] RUNSTEPS = ["./xrestopscript/xrestop.sh $(OPTIONS)"] PATTERN = "^(?P\w+):\W+(?P\d+)" DEFAULT_OPTIONS = "" -installer = TestInstaller(INSTALLSTEPS, deps=["xrestop"], bzr_repos=BZR_REPOS) +installer = TestInstaller(deps=["xrestop"], bzr_repos=BZR_REPOS) runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS) parser = TestParser(PATTERN, appendall={'units': 'KB', 'result': 'pass'})