Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. All the other test suites/scripts for lustre are placed under lustre/tests/ directory. Place LUTF as well under lustre/tests.
  2. Mention LUTF as a subdirectory to be build in lustre/tests/Makefile.am
  3. Create a Makefile.am under lustre/tests/lutf/ to generate the required object files and swig files. (This step might further require to modify configure.ac under lustre tree parent directory to add python path and other things).
  4. Run "make distclean" to clean up any residual build artifacts
  5. cd to lustre tree parent directory and Run run "sh autogen.sh"
  6. Run "./configure"
  7. Run "make"

LUTF/AT Integration

TBD: How the LUTF integrates in the AT

...