test-appliance: remove the old python-based ltm server code

It has since been replaced by Tim Shen's new version implemented the
Go language.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14 files changed
tree: c1615efeab6cada259fd5afd0ac41dbd8e9f837c
  1. acl/
  2. android-compat/
  3. attr/
  4. contrib/
  5. dbench/
  6. Documentation/
  7. e2fsprogs-libs/
  8. kernel-configs/
  9. kvm-xfstests/
  10. libaio/
  11. misc/
  12. popt/
  13. .checkpatch.conf
  14. .dockerignore
  15. .gitignore
  16. .travis.yml
  17. build-all
  18. config
  19. config.docker
  20. COPYING
  21. do-all
  22. do-update
  23. Dockerfile
  24. gen-tarball
  25. get-all
  26. get-versions
  27. Makefile
  28. README.md
  29. setup-buildchroot
  30. update-all
README.md

xfstests-bld

The xfstests-bld project was originally designed as system to make it easy to build xfstests in way that isolated it from the versions of various libraries such as libaio, xfsprogs, that were available in a particular distribution. It has since evolved to have four primary functions:

More details about how to use xfstests-bld to carry out these three functions can be found in the Documentation directory.

If you are first getting started using xfstests, you should probably read the Quickstart guide first. If you don't know much about xfstests, you may also want to read this introduction to xfstests.

License

The xfstests-bld project has been made available under the terms of the GNU General Public License, version 2. A copy can be found in the file named COPYING in the distribution.