From patchwork Fri Aug 5 13:03:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3282 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 D64F424073 for ; Fri, 5 Aug 2011 13:03:22 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id A6860A184A3 for ; Fri, 5 Aug 2011 13:03:22 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so1768594qwb.11 for ; Fri, 05 Aug 2011 06:03:22 -0700 (PDT) Received: by 10.229.44.195 with SMTP id b3mr1740341qcf.7.1312549402339; Fri, 05 Aug 2011 06:03:22 -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.6.73 with SMTP id 9cs47892qcy; Fri, 5 Aug 2011 06:03:22 -0700 (PDT) Received: from mr.google.com ([10.227.19.137]) by 10.227.19.137 with SMTP id a9mr2412492wbb.105.1312549402009 (num_hops = 1); Fri, 05 Aug 2011 06:03:22 -0700 (PDT) Received: by 10.227.19.137 with SMTP id a9mr1805513wbb.105.1312549401073; Fri, 05 Aug 2011 06:03:21 -0700 (PDT) Received: from mtagate1.uk.ibm.com (mtagate1.uk.ibm.com [194.196.100.161]) by mx.google.com with ESMTPS id fe3si6146263wbb.64.2011.08.05.06.03.20 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Aug 2011 06:03:21 -0700 (PDT) Received-SPF: neutral (google.com: 194.196.100.161 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=194.196.100.161; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.196.100.161 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 mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p75D3JRr002261; Fri, 5 Aug 2011 13:03:19 GMT Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p75D3JuT1843214; Fri, 5 Aug 2011 14:03:19 +0100 Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p75D3IAe030412; Fri, 5 Aug 2011 07:03:18 -0600 Received: from smtp.lab.toulouse-stg.fr.ibm.com (srv01.lab.toulouse-stg.fr.ibm.com [9.101.4.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p75D3IEg030409; Fri, 5 Aug 2011 07:03:18 -0600 Received: from localhost.localdomain (sig-9-146-235-102.de.ibm.com [9.146.235.102]) by smtp.lab.toulouse-stg.fr.ibm.com (Postfix) with ESMTP id D3181210FB9; Fri, 5 Aug 2011 15:03:17 +0200 (CEST) From: Daniel Lezcano To: linaro-dev@lists.linaro.org Cc: vincent.guittot@linaro.org, amit.kucheria@linaro.org Subject: [pm-qa 2/5] test_01 : test sched_mc file presence Date: Fri, 5 Aug 2011 15:03:01 +0200 Message-Id: <1312549384-26580-2-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1312549384-26580-1-git-send-email-daniel.lezcano@linaro.org> References: <1312549384-26580-1-git-send-email-daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano --- Makefile | 3 +++ include/functions.sh | 11 +++++++++++ sched_mc/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ sched_mc/test_01.sh | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 sched_mc/Makefile create mode 100644 sched_mc/test_01.sh diff --git a/Makefile b/Makefile index be9df5d..abc866b 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,11 @@ all: check: @(cd utils; $(MAKE) check) @(cd cpufreq; $(MAKE) check) + @(cd sched_mc; $(MAKE) check) + uncheck: @(cd cpufreq; $(MAKE) uncheck) + @(cd sched_mc; $(MAKE) uncheck) recheck: uncheck check diff --git a/include/functions.sh b/include/functions.sh index 67c356a..e01d0dc 100644 --- a/include/functions.sh +++ b/include/functions.sh @@ -197,6 +197,17 @@ check_cpufreq_files() { return 0 } +check_sched_mc_files() { + + local dirpath=$CPU_PATH + + for i in $@; do + check "$i exists" "test -f" $dirpath/$i || return 1 + done + + return 0 +} + save_governors() { governors_backup= diff --git a/sched_mc/Makefile b/sched_mc/Makefile new file mode 100644 index 0000000..f52a1f4 --- /dev/null +++ b/sched_mc/Makefile @@ -0,0 +1,38 @@ +# +# PM-QA validation test suite for the power management on ARM +# +# Copyright (C) 2011, Linaro Limited. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# Contributors: +# Daniel Lezcano (IBM Corporation) +# - initial API and implementation +# + +TST=$(wildcard *.sh) +LOG=$(TST:.sh=.log) + +check: uncheck $(LOG) + +%.log: %.sh + @./$< 2> $@ + +clean: + rm -f $(LOG) + +uncheck: clean + +recheck: uncheck check diff --git a/sched_mc/test_01.sh b/sched_mc/test_01.sh new file mode 100644 index 0000000..e0fd9aa --- /dev/null +++ b/sched_mc/test_01.sh @@ -0,0 +1,32 @@ +#!/bin/bash +# +# PM-QA validation test suite for the power management on ARM +# +# Copyright (C) 2011, Linaro Limited. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# Contributors: +# Daniel Lezcano (IBM Corporation) +# - initial API and implementation +# + +# URL : https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#sched_mc_01 + +source ../include/functions.sh + +FILES="sched_mc_power_savings" + +check_sched_mc_files $FILES