Code review comment for lp:~zulcss/nova/nova-lxc

Revision history for this message
Chuck Short (zulcss) wrote :

> ======================================================================
> ERROR: Failure: SyntaxError (can't assign to function call (test_virt.py, line
> 262))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/pymodules/python2.7/nose/loader.py", line 382, in
> loadTestsFromName
> addr.filename, addr.module)
> File "/usr/lib/pymodules/python2.7/nose/importer.py", line 39, in
> importFromPath
> return self.importFromDir(dir_path, fqname)
> File "/usr/lib/pymodules/python2.7/nose/importer.py", line 86, in
> importFromDir
> mod = load_module(part_fqname, fh, filename, desc)
> File "/home/soren/src/openstack/nova/nova/nova/tests/test_virt.py", line 262
> for i (check, expected_result) in enumerate(check):
> SyntaxError: can't assign to function call
>
> ======================================================================
> FAIL: test_authors_up_to_date (nova.tests.test_misc.ProjectTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/home/soren/src/openstack/nova/nova/nova/tests/test_misc.py", line 59,
> in test_authors_up_to_date
> '%r not listed in Authors' % missing)
> AssertionError: set([u'<email address hidden>']) not listed in Authors
>
> ----------------------------------------------------------------------

Ok thats fixed now...test suite runs cleanly now.

« Back to merge proposal