summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-10-10 18:21:21 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-10-10 18:21:21 +0530
commit89c67ea7d08c71808356d92800f8c6a38a50624f (patch)
tree89ea7f9b8f8f928fb5fbf5e23b0d6eaaa649770f
parenteaf2b2b724320fc28d480b9c70ca024e95aa4747 (diff)
ubuntu: cpu-freq-test: opt path instead of root
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--ubuntu/cpu-freq-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/cpu-freq-test.yaml b/ubuntu/cpu-freq-test.yaml
index 8ca2a89..8708bae 100644
--- a/ubuntu/cpu-freq-test.yaml
+++ b/ubuntu/cpu-freq-test.yaml
@@ -16,13 +16,13 @@ metadata:
install:
steps:
- - 'cd /root/'
+ - 'cd /opt/'
- 'git clone --depth 1 http://git.linaro.org/people/naresh.kamboju/cpufreq-tests.git'
deps:
- git
run:
steps:
- - 'cd /root/cpufreq-tests'
+ - 'cd /opt/cpufreq-tests'
- lava-test-case cpu-freq-tests --shell ./cpu-freq-tests.sh
- lava-test-case-attach cpu-freq-tests-output cpu-freq-tests.sh.output.txt
- lava-test-case-attach cpu-freq-tests-dmesg cpu-freq-tests.sh.dmesg.txt