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
: 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
: 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
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
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
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