aboutsummaryrefslogtreecommitdiff
path: root/suspend
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 /suspend
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 'suspend')
-rwxr-xr-xsuspend/suspend_01.sh1
-rwxr-xr-xsuspend/suspend_02.sh1
-rwxr-xr-xsuspend/suspend_03.sh1
-rwxr-xr-xsuspend/suspend_04.sh1
-rwxr-xr-xsuspend/suspend_05.sh1
5 files changed, 5 insertions, 0 deletions
diff --git a/suspend/suspend_01.sh b/suspend/suspend_01.sh
index e591dc9..6f36302 100755
--- a/suspend/suspend_01.sh
+++ b/suspend/suspend_01.sh
@@ -45,4 +45,5 @@ else
fi
restore_trace
+test_status_show
rm -f "$LOGFILE"
diff --git a/suspend/suspend_02.sh b/suspend/suspend_02.sh
index 5e41d08..ceb6398 100755
--- a/suspend/suspend_02.sh
+++ b/suspend/suspend_02.sh
@@ -45,5 +45,6 @@ else
fi
restore_trace
+test_status_show
rm -f "$LOGFILE"
diff --git a/suspend/suspend_03.sh b/suspend/suspend_03.sh
index b71966c..de81627 100755
--- a/suspend/suspend_03.sh
+++ b/suspend/suspend_03.sh
@@ -46,4 +46,5 @@ else
fi
restore_trace
+test_status_show
rm -f "$LOGFILE"
diff --git a/suspend/suspend_04.sh b/suspend/suspend_04.sh
index 8947afd..0eb70dd 100755
--- a/suspend/suspend_04.sh
+++ b/suspend/suspend_04.sh
@@ -70,4 +70,5 @@ else
fi
restore_trace
+test_status_show
rm -f "$LOGFILE"
diff --git a/suspend/suspend_05.sh b/suspend/suspend_05.sh
index a87490c..55396e5 100755
--- a/suspend/suspend_05.sh
+++ b/suspend/suspend_05.sh
@@ -90,4 +90,5 @@ else
fi
restore_trace
+test_status_show
rm -f "$LOGFILE"