README 1.1 KB

12345678910111213141516171819202122232425262728
  1. 389-ds-base-tests README
  2. =================================================
  3. Prerequisites:
  4. -------------------------------------------------
  5. Install the python-lib389 packages, or
  6. download the source(git clone ssh://git.fedorahosted.org/git/389/lib389.git) and set your PYTHONPATH accordingly
  7. Description:
  8. -------------------------------------------------
  9. This package includes python-lib389 based python scripts for testing the Directory Server. The following describes the various types of tests available:
  10. tickets - These scripts test individual bug fixes
  11. suites - These test functinoal areas of the server
  12. stress - These tests perform "stress" tests on the server
  13. There is also a "create_test.py" script available to construct a template test script for creating new tests.
  14. Documentation:
  15. -------------------------------------------------
  16. See http://www.port389.org for the latest information
  17. http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html
  18. http://www.port389.org/docs/389ds/howto/howto-write-lib389.html
  19. http://www.port389.org/docs/389ds/howto/howto-run-lib389-jenkins.html