diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 165: Cleanup perf deps/runsteps. (LP: #1011967)

Message ID 20120626083514.19138.2122.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Fathi Boudra June 26, 2012, 8:35 a.m. UTC
Merge authors:
  Fathi Boudra (fboudra)
Related merge proposals:
  https://code.launchpad.net/~fboudra/lava-test/cleanup-perf-lp1011967/+merge/112024
  proposed by: Fathi Boudra (fboudra)
------------------------------------------------------------
revno: 165 [merge]
committer: Fathi Boudra <fathi.boudra@linaro.org>
branch nick: lava-test
timestamp: Tue 2012-06-26 11:33:45 +0300
message:
  Cleanup perf deps/runsteps. (LP: #1011967)
modified:
  lava_test/test_definitions/perf.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
diff mbox

Patch

=== modified file 'lava_test/test_definitions/perf.py'
--- lava_test/test_definitions/perf.py	2012-06-26 03:55:07 +0000
+++ lava_test/test_definitions/perf.py	2012-06-26 08:28:32 +0000
@@ -28,9 +28,9 @@ 
 from lava_test.core.tests import Test
 
 DEFAULT_OPTIONS = ""
-DEPS = ["bzr", "linux-tools", "stress", "stress-dbgsym"]
+DEPS = ["bzr", "linux-tools", "stress-dbgsym"]
 INSTALLSTEPS = ["bzr branch lp:~linaro-maintainers/lava-test/lava-test-perf"]
-RUNSTEPS = ["cp lava-test-perf/run-perf-test.sh .; sudo bash -x ./run-perf-test.sh"]
+RUNSTEPS = ["./lava-test-perf/run-perf-test.sh"]
 PATTERN = "^(?P<test_case_id>perf[\w\s-]+)\s+:\s+(?P<result>\w+)"
 FIXUPS = {
     "PASS": "pass",