From patchwork Tue Jul 26 12:47:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3148 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 DCCBA24142 for ; Tue, 26 Jul 2011 12:54:06 +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 A4EB6A184FE for ; Tue, 26 Jul 2011 12:54:06 +0000 (UTC) Received: by qwb8 with SMTP id 8so247516qwb.11 for ; Tue, 26 Jul 2011 05:54:06 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr607629qci.114.1311684844172; Tue, 26 Jul 2011 05:54:04 -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.217.78 with SMTP id hl14cs111160qcb; Tue, 26 Jul 2011 05:54:03 -0700 (PDT) Received: by 10.227.5.194 with SMTP id 2mr5040555wbw.93.1311684424001; Tue, 26 Jul 2011 05:47:04 -0700 (PDT) Received: from mtagate2.uk.ibm.com (mtagate2.uk.ibm.com [194.196.100.162]) by mx.google.com with ESMTPS id fm18si814673wbb.147.2011.07.26.05.47.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jul 2011 05:47:02 -0700 (PDT) Received-SPF: neutral (google.com: 194.196.100.162 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=194.196.100.162; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.196.100.162 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 mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p6QCl22f010698; Tue, 26 Jul 2011 12:47:02 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 p6QCl1RP2527232; Tue, 26 Jul 2011 13:47:01 +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 p6QCl1p3022527; Tue, 26 Jul 2011 06:47:01 -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 p6QCl02Y022456; Tue, 26 Jul 2011 06:47:01 -0600 Received: from mai.lab.toulouse-stg.fr.ibm.com (dhcp7.lab.toulouse-stg.fr.ibm.com [9.101.4.207]) by smtp.lab.toulouse-stg.fr.ibm.com (Postfix) with ESMTP id 68869210FBC; Tue, 26 Jul 2011 14:47:01 +0200 (CEST) From: Daniel Lezcano To: linaro-dev@lists.linaro.org Cc: amit.kucheria@linaro.org Subject: [pm-qa 13/14] test the load of the cpu does not affect the frequency with 'userspace' Date: Tue, 26 Jul 2011 14:47:03 +0200 Message-Id: <1311684424-8057-14-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1311684424-8057-1-git-send-email-daniel.lezcano@linaro.org> References: <1311684424-8057-1-git-send-email-daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano --- cpufreq/test_08.sh | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 78 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_08.sh diff --git a/cpufreq/test_08.sh b/cpufreq/test_08.sh new file mode 100644 index 0000000..cf86494 --- /dev/null +++ b/cpufreq/test_08.sh @@ -0,0 +1,78 @@ +#!/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#test_08 + +source ../include/functions.sh + +CPUBURN=../utils/cpuburn + +check_frequency() { + local cpu=$1 + local freq=$2 + local curfreq= + local pid= + + $CPUBURN $cpu & + pid=$! + + set_frequency $cpu $freq + + wait_latency $cpu + curfreq=$(get_frequency $cpu) + kill $pid + + check "'userspace' $(frequnit $freq) is fixed" "test \"$curfreq\" == \"$freq\"" + if [ "$?" != "0" ]; then + return 1 + fi + + return 0 +} + +check_userspace() { + + local cpu=$1 + local maxfreq=$(get_max_frequency $cpu) + local minfreq=$(get_min_frequency $cpu) + local curfreq=$(get_frequency $cpu) + + set_governor $cpu userspace + + for_each_frequency $cpu check_frequency $minfreq +} + +save_governors + +if [ $(id -u) != 0 ]; then + log_skip "run as non-root" + exit 0 +fi + +trap "restore_governors; sigtrap" SIGHUP SIGINT SIGTERM + +for_each_cpu check_userspace + +restore_governors