Warning
This repository has been migrated under wrensec-test project.
Repository containing Wren:IDM system tests.
- audit - TODO
- auth - TODO
- config - TODO
- crypto - TODO
- email - Email Service Features
- endpoint - Endpoint Features
- info - Info Service Features
- managed - TODO
- policy - TODO
- provisioner - Provisioner Features
- repo - TODO
- router - TODO
- scheduler - TODO
- scripting - TODO
- sync - Synchronization Features
- workflow - Workflow Features
Before running any tests, make sure the following entries are in your hosts file:
127.0.0.1 wrenidm.wrensecurity.local
127.0.0.1 smtp.wrensecurity.localTests can be run using the Maven Surefire Plugin:
$ mvn testYou can restrict the execution of tests by specifying the name of the test class:
$ mvn test -Dtest="RouteTest"Tests are based on the latest Wren:IDM docker image. This image name can be overriden
with WRENIDM_IMAGE environment variable:
$ WRENIDM_IMAGE=wrenidm-local mvn test