Simon Pichugin 3cbad9e89f Issue 4623 - RFE - Monitor the current DB locks (#4762) 4 years ago
..
tests 3cbad9e89f Issue 4623 - RFE - Monitor the current DB locks (#4762) 4 years ago
README 27da34cf51 Ticket 48376 - Create a 389-ds-base-tests RPM package 10 years ago
__init__.py 2eeaf899be Ticket 48333 - Simplify accessiblitiy of tests for ds 10 years ago
conftest.py b3dec427f1 Revert "Issue 51017 - Implement dynamic ds/bz pytest markers" 5 years ago
create_test.py 40edb3cd91 Issue 4656 - Remove problematic language from source code 4 years ago
pytest.ini 9e80a33efb Issue #50353 - Categorize tests by tiers 6 years ago
requirements.txt fe48b60481 Issue 50873 - Fix issues with healthcheck tool 5 years ago

README

389-ds-base-tests README
=================================================

Prerequisites:
-------------------------------------------------
Install the python-lib389 packages, or
download the source(git clone ssh://git.fedorahosted.org/git/389/lib389.git) and set your PYTHONPATH accordingly


Description:
-------------------------------------------------
This package includes python-lib389 based python scripts for testing the Directory Server. The following describes the various types of tests available:

tickets - These scripts test individual bug fixes
suites - These test functinoal areas of the server
stress - These tests perform "stress" tests on the server

There is also a "create_test.py" script available to construct a template test script for creating new tests.


Documentation:
-------------------------------------------------
See http://www.port389.org for the latest information

http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html
http://www.port389.org/docs/389ds/howto/howto-write-lib389.html
http://www.port389.org/docs/389ds/howto/howto-run-lib389-jenkins.html