aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Hongbo <hongbo.zhang@stericsson.com>2012-03-23 15:29:08 +0800
committerZhang Hongbo <hongbo.zhang@stericsson.com>2012-03-23 15:30:48 +0800
commit7c356293290656bd45b9b65a868dc22431dd4090 (patch)
tree4ce22bf7058fa368e7b38a8d68c575365b3802bb
parent81a450d811f0f18b1a601a83f255465fe984168a (diff)
comments for switch on/off each test added.
Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org>
-rwxr-xr-xsuspend/suspend_01.sh1
-rwxr-xr-xsuspend/suspend_02.sh1
-rwxr-xr-xsuspend/suspend_03.sh3
-rwxr-xr-xsuspend/suspend_04.sh3
-rwxr-xr-xsuspend/suspend_05.sh1
-rwxr-xr-xsuspend/suspend_06.sh1
6 files changed, 8 insertions, 2 deletions
diff --git a/suspend/suspend_01.sh b/suspend/suspend_01.sh
index dbcc936..2b79c67 100755
--- a/suspend/suspend_01.sh
+++ b/suspend/suspend_01.sh
@@ -29,6 +29,7 @@
source ../include/functions.sh
source ../include/suspend.sh
+# test_dbus: switch on/off this test
test_dbus=1
auto=1
diff --git a/suspend/suspend_02.sh b/suspend/suspend_02.sh
index 10e0296..591e0cb 100755
--- a/suspend/suspend_02.sh
+++ b/suspend/suspend_02.sh
@@ -29,6 +29,7 @@
source ../include/functions.sh
source ../include/suspend.sh
+# test_pmsuspend: switch on/off this test
test_pmsuspend=1
auto=1
diff --git a/suspend/suspend_03.sh b/suspend/suspend_03.sh
index 8ef0c58..0c40451 100755
--- a/suspend/suspend_03.sh
+++ b/suspend/suspend_03.sh
@@ -29,7 +29,8 @@
source ../include/functions.sh
source ../include/suspend.sh
-test_ac=1
+# test_ac: switch on/off this test
+test_ac=0
auto=1
if [ "$test_ac" -eq 1 -a "$battery_count" -eq 0 ]; then
diff --git a/suspend/suspend_04.sh b/suspend/suspend_04.sh
index dc7410b..13c639a 100755
--- a/suspend/suspend_04.sh
+++ b/suspend/suspend_04.sh
@@ -29,7 +29,8 @@
source ../include/functions.sh
source ../include/suspend.sh
-test_power=1
+# test_power: switch on/off this test
+test_power=0
auto=1
args_power_sleep=60
diff --git a/suspend/suspend_05.sh b/suspend/suspend_05.sh
index 857a3fc..661adf4 100755
--- a/suspend/suspend_05.sh
+++ b/suspend/suspend_05.sh
@@ -29,6 +29,7 @@
source ../include/functions.sh
source ../include/suspend.sh
+# test_timed: switch on/off this test
test_timed=1
auto=1
diff --git a/suspend/suspend_06.sh b/suspend/suspend_06.sh
index 890358d..59cc7ec 100755
--- a/suspend/suspend_06.sh
+++ b/suspend/suspend_06.sh
@@ -29,6 +29,7 @@
source ../include/functions.sh
source ../include/suspend.sh
+# test_repeat: switch on/off this test
test_repeat=1
auto=1
args_repeat_iterations=5