gotcha :)
On Thu, Aug 14, 2014 at 6:25 PM, Tomaz Muraus <[email protected]> wrote: > If you manually run a single test file, you need to copy the > secrets.py-dist file over first (tox does this for you): > > cp libcloud/test/secrets.py-dist libcloud/test/secrets.py > > > On Thu, Aug 14, 2014 at 6:54 PM, Jesus arteche <[email protected]> > wrote: > > > python libcloud/test/compute/test_softlayer.py > > Traceback (most recent call last): > > File "libcloud/test/compute/test_softlayer.py", line 32, in <module> > > from libcloud.test.secrets import SOFTLAYER_PARAMS > > ImportError: No module named secrets > > > > > > On Thu, Aug 14, 2014 at 5:48 PM, Jerry Chen <[email protected]> wrote: > > > > > > > > On Aug 14, 2014, at 11:46 AM, Jesus arteche <[email protected]> > > > wrote: > > > > > > > hey guys, > > > > > > > > is it possible that the test for softlayer in compute are > > failing...I've > > > > just downloaded a new copy from the repo in Apache, and they > fail...am > > I > > > > correct? > > > > > > To be honest, that seems doubtful, as we run all tests every time we > push > > > new code. > > > > > > Jerry > > > > > > > On Wed, Aug 13, 2014 at 5:57 PM, Tomaz Muraus <[email protected]> > > wrote: > > > > > > > >> Yeah, looks like the XML fixture file is not a well-formed XML > > document. > > > >> > > > >> > > > >> On Wed, Aug 13, 2014 at 6:56 PM, Jerry Chen <[email protected]> > wrote: > > > >> > > > >>> > > > >>> On Aug 13, 2014, at 11:54 AM, Jesus arteche < > [email protected]> > > > >>> wrote: > > > >>> > > > >>>> File "/usr/lib/python2.6/xmlrpclib.py", line 601, in feed > > > >>>> self._parser.Parse(data, 0) > > > >>>> ExpatError: mismatched tag: line 37, column 18 > > > >>> > > > >>> Based on this stack trace, whichever XML file you are trying to > parse > > > is > > > >>> broken on line 37, column 18. > > > >>> > > > >>> Jerry > > > >>> > > > >>> > > > >> > > > > > > > > >
