From patchwork Thu Aug 11 15:05:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3394 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0CEF8241D4 for ; Thu, 11 Aug 2011 15:06:28 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id B54F7A18658 for ; Thu, 11 Aug 2011 15:06:27 +0000 (UTC) Received: by qyk31 with SMTP id 31so4067491qyk.11 for ; Thu, 11 Aug 2011 08:06:27 -0700 (PDT) Received: by 10.229.62.150 with SMTP id x22mr7428954qch.136.1313075186807; Thu, 11 Aug 2011 08:06:26 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.190.71 with SMTP id dh7cs118823qcb; Thu, 11 Aug 2011 08:06:26 -0700 (PDT) Received: from mr.google.com ([10.216.59.204]) by 10.216.59.204 with SMTP id s54mr19497wec.20.1313075186039 (num_hops = 1); Thu, 11 Aug 2011 08:06:26 -0700 (PDT) Received: by 10.216.59.204 with SMTP id s54mr15050wec.20.1313075185149; Thu, 11 Aug 2011 08:06:25 -0700 (PDT) Received: from mtagate3.uk.ibm.com (mtagate3.uk.ibm.com [194.196.100.163]) by mx.google.com with ESMTPS id e61si5816306wed.69.2011.08.11.08.06.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Aug 2011 08:06:24 -0700 (PDT) Received-SPF: neutral (google.com: 194.196.100.163 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=194.196.100.163; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.196.100.163 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p7BF6NLD005569 for ; Thu, 11 Aug 2011 15:06:23 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7BF6MKr2281476 for ; Thu, 11 Aug 2011 16:06:22 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7BF6Mqn030843 for ; Thu, 11 Aug 2011 09:06:22 -0600 Received: from smtp.lab.toulouse-stg.fr.ibm.com (srv01.lab.toulouse-stg.fr.ibm.com [9.101.4.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p7BF6M2m030840; Thu, 11 Aug 2011 09:06:22 -0600 Received: from localhost.localdomain (sig-9-145-101-0.uk.ibm.com [9.145.101.0]) by smtp.lab.toulouse-stg.fr.ibm.com (Postfix) with ESMTP id AFBBE210F74; Thu, 11 Aug 2011 17:06:20 +0200 (CEST) From: Daniel Lezcano To: linaro-dev@lists.linaro.org Subject: [PATCH] add a test description for each test Date: Thu, 11 Aug 2011 17:05:45 +0200 Message-Id: <1313075145-9953-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.4.1 Signed-off-by: Daniel Lezcano --- cpufreq/Makefile | 2 ++ cpufreq/cpufreq_01.txt | 1 + cpufreq/cpufreq_02.txt | 1 + cpufreq/cpufreq_03.txt | 1 + cpufreq/cpufreq_04.txt | 1 + cpufreq/cpufreq_05.txt | 1 + cpufreq/cpufreq_06.txt | 1 + cpufreq/cpufreq_07.txt | 1 + cpufreq/cpufreq_08.txt | 1 + cpufreq/cpufreq_09.txt | 1 + sched_mc/Makefile | 2 ++ sched_mc/sched_01.txt | 1 + sched_mc/sched_02.txt | 1 + sched_mc/sched_03.txt | 1 + sched_mc/sched_04.txt | 1 + 15 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 cpufreq/cpufreq_01.txt create mode 100644 cpufreq/cpufreq_02.txt create mode 100644 cpufreq/cpufreq_03.txt create mode 100644 cpufreq/cpufreq_04.txt create mode 100644 cpufreq/cpufreq_05.txt create mode 100644 cpufreq/cpufreq_06.txt create mode 100644 cpufreq/cpufreq_07.txt create mode 100644 cpufreq/cpufreq_08.txt create mode 100644 cpufreq/cpufreq_09.txt create mode 100644 sched_mc/sched_01.txt create mode 100644 sched_mc/sched_02.txt create mode 100644 sched_mc/sched_03.txt create mode 100644 sched_mc/sched_04.txt 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