History log of /external/ltp/testcases/kernel/power_management/runpwtests01.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/runpwtests01.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/runpwtests01.sh