Re: running BVT locally

2013-08-12 Thread Prasanna Santhanam
Daan, This is possible. All the tests are under test/integration. test/integration/smoke -> bvt test/integration/component -> feature specific tests I'll assume you have cloudstack setup manually and just want to fire all the tests against this deployment. This could be your laptop from where yo

Re: running BVT locally

2013-08-12 Thread Daan Hoogland
A bit of a stupid question, I guess On Mon, Aug 12, 2013 at 5:43 PM, Prasanna Santhanam wrote: ... > I'll assume you have cloudstack setup manually and just want to fire > all the tests against this deployment. This could be your laptop from > where you have your management server running. Just o

Re: running BVT locally

2013-08-12 Thread Prasanna Santhanam
On Mon, Aug 12, 2013 at 06:20:58PM +0200, Daan Hoogland wrote: > A bit of a stupid question, I guess > > On Mon, Aug 12, 2013 at 5:43 PM, Prasanna Santhanam wrote: > ... > > I'll assume you have cloudstack setup manually and just want to fire > > all the tests against this deployment. This could

Re: running BVT locally

2013-08-12 Thread Daan Hoogland
Prasanna, I checked out the marvin and tst setuyp pages. I have marvin $ python Python 2.7.3 (default, Dec 18 2012, 13:50:09) [GCC 4.5.3] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import marvin; >>> marvin >>> but still $ nosetests --with-marvin --ma

Re: running BVT locally

2013-08-12 Thread Prasanna Santhanam
Did you install Python in Cygwin's environment or on Windows? The latter will not work since cygwin does not detect the python version on your windows environment. On Mon, Aug 12, 2013 at 06:57:08PM +0200, Daan Hoogland wrote: > Prasanna, > > I checked out the marvin and tst setuyp pages. > > I

Re: running BVT locally

2013-08-12 Thread Prasanna Santhanam
Did you happen to take a look at the instructions for setting up a cygwin environment? https://cwiki.apache.org/confluence/x/gI7lAQ On Tue, Aug 13, 2013 at 11:04:08AM +0530, Prasanna Santhanam wrote: > Did you install Python in Cygwin's environment or on Windows? The > latter will not work since

Re: running BVT locally

2013-08-13 Thread Daan Hoogland
my pip got corrupted, i reinstalled it. python is installed with cygwin, it seems to work fine otherwise. I am reinstalling cygwin as 64 bit version now and will let you know my progress. from eclipse cygwin is not going to help anyhow, is it? regards, Daan On Tue, Aug 13, 2013 at 7:40 AM, Prasa

Re: running BVT locally

2013-08-13 Thread Prasanna Santhanam
Yeah - if you edit python code with eclipse using pydev there's a problem. Pydev doesn't work well with cygwin and is not supported. On Tue, Aug 13, 2013 at 09:48:27AM +0200, Daan Hoogland wrote: > my pip got corrupted, i reinstalled it. > python is installed with cygwin, it seems to work fine oth

Re: running BVT locally

2013-08-13 Thread Daan Hoogland
might the fact that I am running from cygwin cli in a dir that I use with eclipse as well be a problem somehow? A fresh cygwin install still complains it cannot open it's local python 2.7.5 from maven run, while python starts fine. Come to think of it this is of topic for this list. I'll keep look

Re: running BVT locally

2013-08-13 Thread Daan Hoogland
Prasanna, in the docs I read (mistakingly) that marvin-nose comes installed automatically with the python dependencies (of marvin?) Or is it a result of the $ mvn -P developer -pl :cloud-marvin I fetched the jenkins build of marvin and pip installed it. nosetests still says no such option --with

RE: running BVT locally

2013-08-13 Thread Alex Huang
6 AM > To: dev > Subject: Re: running BVT locally > > might the fact that I am running from cygwin cli in a dir that I use with > eclipse > as well be a problem somehow? A fresh cygwin install still complains it cannot > open it's local python 2.7.5 from maven run, while

Re: running BVT locally

2013-08-13 Thread Daan Hoogland
Seems like too much trouble to me. > > --Alex > >> -Original Message- >> From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] >> Sent: Tuesday, August 13, 2013 2:46 AM >> To: dev >> Subject: Re: running BVT locally >> >> might the fact that I am run

Re: running BVT locally

2013-08-13 Thread Prasanna Santhanam
On Tue, Aug 13, 2013 at 12:26:07PM +0200, Daan Hoogland wrote: > Prasanna, > > in the docs I read (mistakingly) that marvin-nose comes installed > automatically with the python dependencies (of marvin?) Yes - it installs with the marvin dependency. Doc is correct. > > Or is it a result of the >

Re: running BVT locally

2013-08-13 Thread Daan Hoogland
next step: $ pip install /cygdrive/h/CloudStack/Marvin-0.1.0-1507.tar.gz ... Downloading/unpacking requests (from Marvin==0.1.0) Downloading requests-1.2.3.tar.gz (348kB): 348kB downloaded Running setup.py egg_info for package requests Cleaning up... Command python setup.py egg_info failed wit

Re: running BVT locally

2013-08-13 Thread Prasanna Santhanam
Share your pip.log please, on apaste.info? Does easy_install marvin-tarball work? On Tue, Aug 13, 2013 at 02:03:45PM +0200, Daan Hoogland wrote: > next step: > > $ pip install /cygdrive/h/CloudStack/Marvin-0.1.0-1507.tar.gz > ... > Downloading/unpacking requests (from Marvin==0.1.0) > Download

Re: running BVT locally

2013-08-13 Thread Daan Hoogland
On Tue, Aug 13, 2013 at 2:17 PM, Prasanna Santhanam wrote: > Share your pip.log please, on apaste.info? cant reach apaste right now, but will do when avail > Does easy_install marvin-tarball work? no, segfault at the requests setup

Re: running BVT locally

2013-08-13 Thread Prasanna Santhanam
On Tue, Aug 13, 2013 at 02:46:02PM +0200, Daan Hoogland wrote: > On Tue, Aug 13, 2013 at 2:17 PM, Prasanna Santhanam wrote: > > Share your pip.log please, on apaste.info? > cant reach apaste right now, but will do when avail > > > Does easy_install marvin-tarball work? > no, segfault at the reque

Re: running BVT locally

2013-08-14 Thread Daan Hoogland
Heya Prasanna, I saw your feature. Nice. It works on the mac but you knew that. I'd better bring my mac to work today:| Daan On Tue, Aug 13, 2013 at 7:05 PM, Prasanna Santhanam wrote: > On Tue, Aug 13, 2013 at 02:46:02PM +0200, Daan Hoogland wrote: >> On Tue, Aug 13, 2013 at 2:17 PM, Prasanna S