summaryrefslogtreecommitdiff
path: root/common/scripts/pm-qa.sh
AgeCommit message (Collapse)Author
2015-02-26common/scripts/pm-qa.sh: Update pm-qa.sh script for AndroidLisa Nguyen
Remove unnecessary busybox symbolic links, replace suspend test module with cputopology, and simply code further. Change-Id: I52e5b43ec7c83e6a1d2389dd42177793ed76036f Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2014-08-06pmqa: for android change path to /system/binSanjay Singh Rawat
in android execute permission for binaries is removed, when they are moved to /data/benchmark dir, because of this limitation in the system moving pmqa to /system/bin path bug : https://bugs.linaro.org/show_bug.cgi?id=156 Change-Id: I5e02e3aede3dd66a6d9b58cfde386d1ab3631044 Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2014-08-02pmqa: correct sanity check return valueSanjay Singh Rawat
- features which are not supported will be skipped - bug 166 Change-Id: Ifaf0a659c61984fe397f3b39fa3bfe23c8a905a9
2014-04-11pmqa: remove utils from the subtest directory listSanjay Singh Rawat
- utils dir is having binaries which will be used by other tests of the suite. No need to consider it as a subtest. - bug : 1290766 Change-Id: I3f766d51ac423c7d4f4bc29bb892114746548855
2014-02-14pmqa: run sanity file before starting testsSanjay Singh Rawat
- verify using the sanity script return status, whether the subtest is suppoerted or not - remove the sched_mc test as its not supported Change-Id: I1314fdf60a7938124391853472a4bb3093a5630f Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2013-07-09Add pm-qa test definition and related scripts.Senthil Kumaran