Merge lp:~sanjay-rawat/lava-android-test/pm-qa-change into lp:lava-android-test

Proposed by sanjay singh rawat
Status: Merged
Merged at revision: 248
Proposed branch: lp:~sanjay-rawat/lava-android-test/pm-qa-change
Merge into: lp:lava-android-test
Diff against target: 21 lines (+2/-2)
1 file modified
lava_android_test/test_definitions/pm-qa/pm-qa.sh (+2/-2)
To merge this branch: bzr merge lp:~sanjay-rawat/lava-android-test/pm-qa-change
Reviewer Review Type Date Requested Status
Yongqin Liu Approve
Ragesh R Pending
Linaro Validation Team Pending
Review via email: mp+159299@code.launchpad.net

Commit message

change pm-qa path in android. related bug #1156610

Description of the change

With the change for bug https://bugs.launchpad.net/linaro-power-qa/+bug/1156610, now the path for pm-qa suite is changed to directory /data/benchmark/pm-qa

To post a comment you must log in.
Revision history for this message
Yongqin Liu (liuyq0307) wrote :

OK for me,
will merge it tomorrow if no one have other comments or not helped to merge it.

review: Approve
Revision history for this message
sanjay singh rawat (sanjay-rawat) wrote :

thanks Yongqin

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_android_test/test_definitions/pm-qa/pm-qa.sh'
2--- lava_android_test/test_definitions/pm-qa/pm-qa.sh 2012-07-12 07:09:23 +0000
3+++ lava_android_test/test_definitions/pm-qa/pm-qa.sh 2013-04-17 06:57:39 +0000
4@@ -1,7 +1,7 @@
5 #!/system/bin/sh
6
7 test_func(){
8- if [ ! -d /system/xbin/pm-qa ]; then
9+ if [ ! -d /data/benchmark/pm-qa ]; then
10 echo "pm-qa=fail"
11 exit
12 fi
13@@ -30,7 +30,7 @@
14
15 export PATH=/data/bin:$PATH
16
17- cd /system/xbin/pm-qa
18+ cd /data/benchmark/pm-qa
19
20 pwd=$PWD
21 echo $pwd

Subscribers

People subscribed via source and target branches