While running the controllers test in the controllers subset, we found that the test_controllers.sh will complain about:
/opt/ltp/testcases/bin/test_controllers.sh: line 105: /opt/ltp/testcases/bin/run_cpuacct_test.sh: No such file or directory
/opt/ltp/testcases/bin/test_controllers.sh: line 106: /opt/ltp/testcases/bin/run_cpuacct_test.sh: No such file or directory
Source code in the test_controllers.sh:
if [ "$CPUACCOUNT_CONTROLLER" = "cpuacct" ] && [ "$CPUACCOUNT_CONTROLLER_VALUE" = "1" ]
then
$LTPROOT/testcases/bin/run_cpuacct_test.sh 1;
$LTPROOT/testcases/bin/run_cpuacct_test.sh 2;
A quick dig shows the run_cpuacct_test.sh has been deprecated with cpuacct test case rewrite in commit 1bdfee68c9cb04.
While running the controllers test in the controllers subset, we found that the test_controllers.sh will complain about:
Source code in the test_controllers.sh:
A quick dig shows the run_cpuacct_test.sh has been deprecated with cpuacct test case rewrite in commit 1bdfee68c9cb04.