summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_auth_backend_ldap/TESTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_auth_backend_ldap/TESTING.md')
-rw-r--r--deps/rabbitmq_auth_backend_ldap/TESTING.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/deps/rabbitmq_auth_backend_ldap/TESTING.md b/deps/rabbitmq_auth_backend_ldap/TESTING.md
new file mode 100644
index 0000000000..0308b4fb07
--- /dev/null
+++ b/deps/rabbitmq_auth_backend_ldap/TESTING.md
@@ -0,0 +1,25 @@
+# Running Tests
+
+## The OpenLDAP Dependency
+
+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.
+
+The testsuite takes care of starting its own server and configuring it.
+It won't conflict with the system OpenLDAP server instance.
+
+The testsuite needs the following modules to be available:
+* `bdb`
+* `memberof`
+* `refint`
+
+## Running All Suites
+
+As with all other RabbitMQ subprojects,
+
+``` sh
+make tests
+```
+
+will run all test suites.