Re: Marvin Question

2016-03-31 Thread Tutkowski, Mike
Thanks for the reply, Sanjeev. As it turns out, going back to version 7.19.0 of pycurl fixed the issue for me. From: Sanjeev Neelarapu Sent: Thursday, March 31, 2016 10:58 PM To: dev@cloudstack.apache.org Subject: RE: Marvin Question Hi Mike, This could

RE: Marvin Question

2016-03-31 Thread Sanjeev Neelarapu
: Tutkowski, Mike [mailto:mike.tutkow...@netapp.com] Sent: Friday, April 01, 2016 7:02 AM To: dev@cloudstack.apache.org Subject: Re: Marvin Question I don't remember ever explicitly building libcurl, but maybe I'll have to do that. > On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike &g

Re: Marvin Question

2016-03-31 Thread Tutkowski, Mike
: Thursday, March 31, 2016 7:32 PM To: dev@cloudstack.apache.org Subject: Re: Marvin Question I don't remember ever explicitly building libcurl, but maybe I'll have to do that. > On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike > wrote: > > Hi, > > > I'm not sure

Re: Marvin Question

2016-03-31 Thread Tutkowski, Mike
I don't remember ever explicitly building libcurl, but maybe I'll have to do that. > On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike > wrote: > > Hi, > > > I'm not sure what changed in my environment, but now I'm having trouble > running my Marvin tests. > > > I've un-installed and re-instal

Re: Marvin Question

2014-06-04 Thread Mike Tutkowski
Hi Santhosh, Thanks for the reply! I usually send out a follow-up e-mail when I solve a problem after raising a question on the mailing list; however, in this case, I forgot to do so. As it turns out, I solved this problem the way you specified. For some reason, I had removed the LogFolderPath

RE: Marvin Question

2014-06-04 Thread Santhosh Edukulla
1. Check the config file you are providing input to nose, it should have "LogFolderPath" variable. For reference you can see setup/dev/advanced.cfg. 2. Below example should give an idea of running a test suite using nose. nosetests-2.7 --with-marvin --marvin-config=setup/dev/advanced.cfg --w