Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
4760
Description
auster looks for test scripts like this:
run_suite_logged() {
# ...
suite_script=$(find_script_in_path $suite_name $PATH:$LUSTRE/tests)
# ...
}
When I was trying to run the "lfsck" test script, suite_name was "lfsck", and /usr/sbin/lfsck was found, instead of lfsck.sh in the test script directory. This issue also caused sgpdd-survey and obdfilter-survey to fail.
Attachments
Issue Links
- Trackbacks
-
Changelog 2.2
version 2.2.0 Support for networks: o2iblnd OFED 1.5.4 Server support for kernels: 2.6.32220.4.2.el6 (RHEL6) Client support for unpatched kernels: 2.6.18274.18.1.el5 (RHEL5) 2.6.32220.4.2.el6 (RHEL6) 2.6.32.360....