Re: Executing a single smoke test without bring up a zone

2013-07-11 Thread Ian Duffy
Brilliant! Thank you. Got my first integration test working. The old one that was in there for LDAP testing didn't seem to work... there was a line of code that went like login = login.loginCmd() I don't know python but I assume that causes some local/global conflicts? On 11 July 2013 15:52, Pra

Re: Executing a single smoke test without bring up a zone

2013-07-11 Thread Prasanna Santhanam
On Thu, Jul 11, 2013 at 03:48:17PM +0100, Ian Duffy wrote: > 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 nosetests --with-marvin -

Re: Executing a single smoke test without bring up a zone

2013-07-11 Thread Ian Duffy
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 adv

Re: Executing a single smoke test without bring up a zone

2013-07-11 Thread Ian Duffy
Will send it onto you later today, messed up with git and lost my changes. On 11 July 2013 13:56, Prasanna Santhanam wrote: > On Thu, Jul 11, 2013 at 01:42:44PM +0100, Ian Duffy wrote: >> Hi Prasanna, >> >> I'm trying to execute a single smoke test for testing LDAP auth. But >> marvin wants me t

Re: Executing a single smoke test without bring up a zone

2013-07-11 Thread Prasanna Santhanam
On Thu, Jul 11, 2013 at 01:42:44PM +0100, Ian Duffy wrote: > Hi Prasanna, > > I'm trying to execute a single smoke test for testing LDAP auth. But > marvin wants me to deploy a "datacenter" before it will go ahead and > test. I don't need any hosts/zones for testing it. > > Is there a way of test

Executing a single smoke test without bring up a zone

2013-07-11 Thread Ian Duffy
Hi Prasanna, I'm trying to execute a single smoke test for testing LDAP auth. But marvin wants me to deploy a "datacenter" before it will go ahead and test. I don't need any hosts/zones for testing it. Is there a way of testing without deploying a configuration? Thanks, Ian