summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-06-22 20:19:32 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-06-22 20:22:18 +0530
commit334690208fed81ddaf736b08501632c443cd2d29 (patch)
tree6887047040fd4dab4a84735adad8bb99502c54b0 /android
parentb7317e5aeb952710e94c27b73cfcd93aa8780b15 (diff)
android: Remove obsolete scheduler_testssuites
android/scheduler_testssuites.yaml is replaced with common/scheduler_testssuites.yaml. So remove the obsolete test definition. Change-Id: I16b7ae4f38ab5025fbd7954998fc053fb36b70bb Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/scheduler_testssuites.yaml41
1 files changed, 0 insertions, 41 deletions
diff --git a/android/scheduler_testssuites.yaml b/android/scheduler_testssuites.yaml
deleted file mode 100644
index f751fcf..0000000
--- a/android/scheduler_testssuites.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-metadata:
- name: big.LITTLE_Scheduler_tests
- version: 1.0
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "big.LITTLE Scheduler tests: This test suite generates
- synthetic loads to validate the scheduler task placements
- functionality on big and little cores according to the load
- of the task. Test execution takes around 60 minutes"
- maintainer:
- - "naresh.kamboju@linaro.org"
- os:
- - "android"
- devices:
- - "vexpress-tc2"
- scope:
- - "functional"
- timeout: 6000
-
-install:
- steps:
- - "echo 0 > /sys/kernel/bL_switcher/active"
- - "mkdir /data/local/fts"
- - "cd /data/local/fts"
- - "wget http://people.linaro.org/~naresh.kamboju/scheduler_testrun.tar.gz"
- - "tar -xvzf scheduler_testrun.tar.gz"
- - "mv testrunner testrunner_back"
- - "cp testrunner_back/run_sched_tests.sh ."
- - "cp testrunner_back/testrunner ."
-
-run:
- steps:
- - "sh /data/local/fts/run_sched_tests.sh &> sched_output.log"
- - "cat sched_output.log | egrep -w 'succeeded|failed|deprecated'"
- - "lava-test-run-attach sched_output.log text/plain"
-
-parse:
- pattern: "^(?P<test_case_id>\\S+):\\s+(?P<result>\\S+)$"
- fixupdict:
- succeeded: pass
- failed: fail
- deprecated: skip