History log of /external/ltp/testcases/kernel/power_management/runpwtests03.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf28ef793d99eb54ab0dbfab46c8ac70e43c3733 22-Nov-2017 Shuang Qiu <shuang.qiu@oracle.com> runpwtests03:skip read check for the files without read permission

According to the cpufreq-stats doc,cpufreq/stats/reset is
write-only attribute of cpu freq sysfs file.
So skip the cat checking for the files like this file which
has not read permission.

Signed-off-by: Shuang Qiu <shuang.qiu@oracle.com>
Acked-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/kernel/power_management/runpwtests03.sh
dfe5cacd1f0f733386c343178ec1a52d743da4fa 25-Nov-2015 Wei Jiangang <weijg.fnst@cn.fujitsu.com> fix the redirection order

The 2>&1 has to be after >/dev/null.
PS, this patch fix the problem is as same as b85bb78.

Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
/external/ltp/testcases/kernel/power_management/runpwtests03.sh
3e0f6cc79c90076f678191fc4be1dc8d4e861cb5 24-Apr-2015 Xing Gu <gux.fnst@cn.fujitsu.com> power_management: call the function eg. test_sched_mc instead of script test_sched_mc.sh

Many scripts eg. test_sched_mc.sh is called only from
one test eg. runpwtests01.sh. Remove the script code
into the corresponding test case.

Signed-off-by: Xing Gu <gux.fnst@cn.fujitsu.com>
/external/ltp/testcases/kernel/power_management/runpwtests03.sh
c911068fa1c16152b47f78becd7c24b62e6cd1fe 24-Apr-2015 Xing Gu <gux.fnst@cn.fujitsu.com> power_management: split runpwtests.sh into separate testcases

Split runpwtests.sh into separate testcases, eg. runpwtests01.sh.

Modification of pm_include.sh:
* Add check_kervel_arch() to check kernel version and architecture.
* Echo the result instead of using return from the is_multi_core etc.
* Use "tst_brkm TCONF" instead of "echo", when the current system
configuration doesn't support the test.
* In order to match the count of TPASS/TFAIL with the TST_COUNT
in each case, eg. runpwtests_exclusive01.sh, change "tst_resm
TPASS/TFAIL" to "echo" in analyze_package_consolidation_result
function etc.
* Change format.

Modification of power_management_tests/power_management_tests_exclusive
in runtest:
* Change runpwtests.sh to new testcases.
* Since I don't have suitable machines and can't test some cases'
correctness, eg runpwtests05.sh, currently these cases are
disabled.

Signed-off-by: Xing Gu <gux.fnst@cn.fujitsu.com>
/external/ltp/testcases/kernel/power_management/runpwtests03.sh