aboutsummaryrefslogtreecommitdiff
path: root/cpuidle
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-04-10 14:06:14 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-04-10 14:09:13 +0530
commit3bf6194ec949d26015d95747d4f09867178397e9 (patch)
treed758d020f03384b04c949adeb36cc15661c74b82 /cpuidle
parent5f74d6f92840a168b861bd06e4d33a811dfb9bdb (diff)
pm-qa: change result message for tests
- change the result message for each subtest, so that it won't interfere with lava log parsing. Report total pass and fail count for tests. - bug: https://bugs.launchpad.net/linaro-power-qa/+bug/1156614 - change permission in cputopology scripts for execution Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
Diffstat (limited to 'cpuidle')
-rwxr-xr-xcpuidle/cpuidle_01.sh1
-rwxr-xr-xcpuidle/cpuidle_02.sh1
-rwxr-xr-xcpuidle/cpuidle_03.sh1
-rwxr-xr-xcpuidle/cpuidle_sanity.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/cpuidle/cpuidle_01.sh b/cpuidle/cpuidle_01.sh
index 8fe2f5d..ec7b911 100755
--- a/cpuidle/cpuidle_01.sh
+++ b/cpuidle/cpuidle_01.sh
@@ -58,3 +58,4 @@ check_cpuidle_files() {
check_cpuidle_files
for_each_cpu check_cpuidle_state_files
+test_status_show
diff --git a/cpuidle/cpuidle_02.sh b/cpuidle/cpuidle_02.sh
index 1b155c1..491107b 100755
--- a/cpuidle/cpuidle_02.sh
+++ b/cpuidle/cpuidle_02.sh
@@ -35,3 +35,4 @@ if [ $(id -u) != 0 ]; then
fi
check "cpuidle program runs successfully (120 secs)" "./$CPUIDLE_KILLER"
+test_status_show
diff --git a/cpuidle/cpuidle_03.sh b/cpuidle/cpuidle_03.sh
index 22bca10..25cca1b 100755
--- a/cpuidle/cpuidle_03.sh
+++ b/cpuidle/cpuidle_03.sh
@@ -58,3 +58,4 @@ trap "restore_cpus; sigtrap" SIGHUP SIGINT SIGTERM
for_each_cpu check_cpuidle_kill
restore_cpus
+test_status_show
diff --git a/cpuidle/cpuidle_sanity.sh b/cpuidle/cpuidle_sanity.sh
index a8336fa..568c129 100755
--- a/cpuidle/cpuidle_sanity.sh
+++ b/cpuidle/cpuidle_sanity.sh
@@ -33,3 +33,4 @@ check_cpuidle_sysfs_entry() {
}
check_cpuidle_sysfs_entry
+test_status_show