2018-03-13 23:24:30 +08:00
|
|
|
# Running Tests
|
|
|
|
|
|
|
|
## The OpenLDAP Dependency
|
2016-02-03 07:37:35 +08:00
|
|
|
|
2020-03-26 21:53:12 +08:00
|
|
|
The testsuite depends on an OpenLDAP server. slapd(8) and the CLI must
|
|
|
|
be installed for it to work. However there is no need to configure the
|
|
|
|
server.
|
2019-10-15 03:27:31 +08:00
|
|
|
|
2020-03-26 21:53:12 +08:00
|
|
|
The testsuite takes care of starting its own server and configuring it.
|
|
|
|
It won't conflict with the system OpenLDAP server instance.
|
2019-10-15 03:27:31 +08:00
|
|
|
|
2020-03-26 21:53:12 +08:00
|
|
|
The testsuite needs the following modules to be available:
|
|
|
|
* `bdb`
|
|
|
|
* `memberof`
|
|
|
|
* `refint`
|
2016-06-29 16:51:28 +08:00
|
|
|
|
2018-03-13 23:24:30 +08:00
|
|
|
## Running All Suites
|
|
|
|
|
|
|
|
As with all other RabbitMQ subprojects,
|
|
|
|
|
2019-10-15 03:27:31 +08:00
|
|
|
``` sh
|
|
|
|
make tests
|
|
|
|
```
|
2018-03-13 23:24:30 +08:00
|
|
|
|
|
|
|
will run all test suites.
|