From 334690208fed81ddaf736b08501632c443cd2d29 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Mon, 22 Jun 2015 20:19:32 +0530 Subject: 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 --- android/scheduler_testssuites.yaml | 41 -------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 android/scheduler_testssuites.yaml 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\\S+):\\s+(?P\\S+)$" - fixupdict: - succeeded: pass - failed: fail - deprecated: skip -- cgit v1.2.3