Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-11 Thread Ian Duffy
> Did you try bind this to the pre-integration-test phase of the > client module? See how marvin.setup profile does this for the checkin > tests. Cool will check that, could be a solution. I've parked this idea for now. Currently writing the tests and will come back to it at a later date.

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-11 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 02:41:07PM +0100, Ian Duffy wrote: > > Will the ldap:run launch another war? > > I have no idea Just reading it from > http://ldap-maven-plugin.btmatthews.com/run-mojo.html Did you try bind this to the pre-integration-test phase of the client module? See how marvin.se

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
> Will the ldap:run launch another war? I have no idea Just reading it from http://ldap-maven-plugin.btmatthews.com/run-mojo.html I think what I want to do is execute different phases on different projects. I could do: mvn -pl :cloud-client-ui jetty:run followed by: mvn -pl :cloud-plugin-

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 11:28:05AM +0100, Ian Duffy wrote: > > Sounds like a good idea if all config is in flat files. Runnable from > > maven and can be linked with the checkin tests > > Newbie maven question > > Is it possible to do something like: > mvn -pl :cloud-client-ui jetty-run > :cl

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
> Sounds like a good idea if all config is in flat files. Runnable from > maven and can be linked with the checkin tests Newbie maven question Is it possible to do something like: mvn -pl :cloud-client-ui jetty-run :cloud-plugin-user-authenticator-ldap ldap:run On 10 July 2013 11:11, Prasan

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 10:43:07AM +0100, Ian Duffy wrote: > > How difficult would it be? If it pollutes the > > test and makes it complex > > I know there that there is a maven plugin that will bring up an > apacheds server based of flat ldif files: > http://ldap-maven-plugin.btmatthews.com/. Wou

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
> How difficult would it be? If it pollutes the > test and makes it complex I know there that there is a maven plugin that will bring up an apacheds server based of flat ldif files: http://ldap-maven-plugin.btmatthews.com/. Would it be possible to trigger that to startup when cloud-client-ui jetty

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 10:24:53AM +0100, Ian Duffy wrote: > Hi, > > I was looking at the integration test within > test/integration/component/test_ldap.py and noticed that all the > hostnames are hard coded IPs. > > Is it possible to bring up a standalone embedded LDAP server such as > ApacheDS

GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
Hi, I was looking at the integration test within test/integration/component/test_ldap.py and noticed that all the hostnames are hard coded IPs. Is it possible to bring up a standalone embedded LDAP server such as ApacheDS during execution of integration tests? Thanks, Ian