Test case(uncompleted) https://gist.github.com/imduffy15/4e3a505cbc2a662acc6e
Using the command: nosetests --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/component/test_ldap.py --marvin-config is in there as it requires a configuration file to run. It being there means advanced.cfg is deployed as a configuration before running the test. Attempting to execute the test without cleaning out the database results an error about the zone already existing from the deployment of the advanced.cfg. If possible I would like to test without deploying a datacenter. Thanks again!