aboutsummaryrefslogtreecommitdiff
path: root/cpufreq/cpufreq_09.sh
AgeCommit message (Collapse)Author
2015-03-06cpufreq: Remove unnecessary checksLisa Nguyen
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-02-02Remove local keywords and uninitialized variablesLisa Nguyen
Remove keywords such as "let", "typeset", and "local" that are defined in BASH. Also, clean up any unused variables in the process. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-02-02Remove sigtrap prefixes for trapsLisa Nguyen
Remove signals that begin with SIG* since that is considered a bashism. Use the POSIX-compliant version to list signals to be used with the trap command. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-02-02Replace double equals with one for comparisonLisa Nguyen
Using double equals to evaluate whether two conditions are equal is considered BASH syntax. The POSIX compliant version uses one equal sign for evaluating. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-02-02Fix path to library files and change shebang lineLisa Nguyen
'source' is a BASH keyword. Edit the path to the library files by using the POSIX version of the 'source' keyword. Also change the interpreter from #!/bin/bash to #!/bin/sh. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2014-09-10Display all skipped test results in LAVALisa Nguyen
Allow LAVA to record all the skipped test cases including the ones that will not be executed due to failed sanity checks. This enhancement will keep the number of PM-QA results more consistent across multiple platforms. Fix for Bug #386: https://bugs.linaro.org/show_bug.cgi?id=386 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2014-02-20test feature supported before running suiteSanjay Singh Rawat
add a basic sanity file which will check for feature support and will proceed only if feature supported Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2014-02-20add common function to check the useridSanjay Singh Rawat
id command option doesn't return same output, as it does for ubuntu. Add function with will check the system type and return the userid. Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2013-12-15change options for numerical comparisionSanjay Singh Rawat
use directory test option for cpufreq test and add warning message for hotplug 07 test Signed-off-by: Carlos Hernandez <ceh@ti.com> Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2013-08-21update url for the testsSanjay Singh Rawat
Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2013-04-10pm-qa: change result message for testsSanjay Singh Rawat
- change the result message for each subtest, so that it won't interfere with lava log parsing. Report total pass and fail count for tests. - bug: https://bugs.launchpad.net/linaro-power-qa/+bug/1156614 - change permission in cputopology scripts for execution Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2012-11-28cpufreq bug fix: variables should be surrouded by quotation marks.zhanghongbo
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
2012-11-28cpufreq: governor mode should be checked if it is supported before setting it.hongbo.zhang
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
2011-10-03change header to specify 'on Linux'Daniel Lezcano
Specify the test suite can be run on Linux because it is not ARM specific. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-08-11Changed execution bit.Daniel Lezcano
2011-08-09change the script name with the block name they refer toDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>