aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-11 16:52:37 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-11 16:52:37 +0200
commita6c891644229f8ea972d9aa99a686922c137214d (patch)
tree7447a36a6a9bb156f36ef36552de31034a5411ed
parent53d6c9b9a5d505ef51d29dc9635873e04c5cda45 (diff)
add a test description for each test
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--cpufreq/Makefile2
-rw-r--r--cpufreq/cpufreq_01.txt1
-rw-r--r--cpufreq/cpufreq_02.txt1
-rw-r--r--cpufreq/cpufreq_03.txt1
-rw-r--r--cpufreq/cpufreq_04.txt1
-rw-r--r--cpufreq/cpufreq_05.txt1
-rw-r--r--cpufreq/cpufreq_06.txt1
-rw-r--r--cpufreq/cpufreq_07.txt1
-rw-r--r--cpufreq/cpufreq_08.txt1
-rw-r--r--cpufreq/cpufreq_09.txt1
-rw-r--r--sched_mc/Makefile2
-rw-r--r--sched_mc/sched_01.txt1
-rw-r--r--sched_mc/sched_02.txt1
-rw-r--r--sched_mc/sched_03.txt1
-rw-r--r--sched_mc/sched_04.txt1
15 files changed, 17 insertions, 0 deletions
diff --git a/cpufreq/Makefile b/cpufreq/Makefile
index f52a1f4..9c9133e 100644
--- a/cpufreq/Makefile
+++ b/cpufreq/Makefile
@@ -28,6 +28,8 @@ LOG=$(TST:.sh=.log)
check: uncheck $(LOG)
%.log: %.sh
+ @echo -e "###\n### $(<:.sh=):"
+ @echo -n "### "; cat $(<:.sh=.txt); echo "###"
@./$< 2> $@
clean:
diff --git a/cpufreq/cpufreq_01.txt b/cpufreq/cpufreq_01.txt
new file mode 100644
index 0000000..c40a620
--- /dev/null
+++ b/cpufreq/cpufreq_01.txt
@@ -0,0 +1 @@
+test the cpufreq framework is available for frequency
diff --git a/cpufreq/cpufreq_02.txt b/cpufreq/cpufreq_02.txt
new file mode 100644
index 0000000..4123148
--- /dev/null
+++ b/cpufreq/cpufreq_02.txt
@@ -0,0 +1 @@
+test the cpufreq framework is available for governor
diff --git a/cpufreq/cpufreq_03.txt b/cpufreq/cpufreq_03.txt
new file mode 100644
index 0000000..a979614
--- /dev/null
+++ b/cpufreq/cpufreq_03.txt
@@ -0,0 +1 @@
+test the governor change is effective
diff --git a/cpufreq/cpufreq_04.txt b/cpufreq/cpufreq_04.txt
new file mode 100644
index 0000000..0d70931
--- /dev/null
+++ b/cpufreq/cpufreq_04.txt
@@ -0,0 +1 @@
+test the change of the frequency is effective in 'userspace' mode
diff --git a/cpufreq/cpufreq_05.txt b/cpufreq/cpufreq_05.txt
new file mode 100644
index 0000000..37e6061
--- /dev/null
+++ b/cpufreq/cpufreq_05.txt
@@ -0,0 +1 @@
+test 'ondemand' and 'conservative' trigger correctly the configuration directory
diff --git a/cpufreq/cpufreq_06.txt b/cpufreq/cpufreq_06.txt
new file mode 100644
index 0000000..c3e41cb
--- /dev/null
+++ b/cpufreq/cpufreq_06.txt
@@ -0,0 +1 @@
+test the change of the frequencies affect the performances of a test program
diff --git a/cpufreq/cpufreq_07.txt b/cpufreq/cpufreq_07.txt
new file mode 100644
index 0000000..805173b
--- /dev/null
+++ b/cpufreq/cpufreq_07.txt
@@ -0,0 +1 @@
+test the load of the cpu affects the frequency with 'ondemand'
diff --git a/cpufreq/cpufreq_08.txt b/cpufreq/cpufreq_08.txt
new file mode 100644
index 0000000..2a218e2
--- /dev/null
+++ b/cpufreq/cpufreq_08.txt
@@ -0,0 +1 @@
+test the load of the cpu does not affect the frequency with 'userspace'
diff --git a/cpufreq/cpufreq_09.txt b/cpufreq/cpufreq_09.txt
new file mode 100644
index 0000000..547749b
--- /dev/null
+++ b/cpufreq/cpufreq_09.txt
@@ -0,0 +1 @@
+test the load of the cpu does not affect the frequency with 'powersave'
diff --git a/sched_mc/Makefile b/sched_mc/Makefile
index f52a1f4..9c9133e 100644
--- a/sched_mc/Makefile
+++ b/sched_mc/Makefile
@@ -28,6 +28,8 @@ LOG=$(TST:.sh=.log)
check: uncheck $(LOG)
%.log: %.sh
+ @echo -e "###\n### $(<:.sh=):"
+ @echo -n "### "; cat $(<:.sh=.txt); echo "###"
@./$< 2> $@
clean:
diff --git a/sched_mc/sched_01.txt b/sched_mc/sched_01.txt
new file mode 100644
index 0000000..6783a3a
--- /dev/null
+++ b/sched_mc/sched_01.txt
@@ -0,0 +1 @@
+test the presence of the 'sched_mc_power_savings' file
diff --git a/sched_mc/sched_02.txt b/sched_mc/sched_02.txt
new file mode 100644
index 0000000..5493610
--- /dev/null
+++ b/sched_mc/sched_02.txt
@@ -0,0 +1 @@
+test the topology is implemented in the kernel
diff --git a/sched_mc/sched_03.txt b/sched_mc/sched_03.txt
new file mode 100644
index 0000000..b9e8d6f
--- /dev/null
+++ b/sched_mc/sched_03.txt
@@ -0,0 +1 @@
+test the topology files are present
diff --git a/sched_mc/sched_04.txt b/sched_mc/sched_04.txt
new file mode 100644
index 0000000..7f5ed4a
--- /dev/null
+++ b/sched_mc/sched_04.txt
@@ -0,0 +1 @@
+test the change are effective for the 'sched_mc_power_savings' file