On Fri, Jan 13, 2017 at 10:08 PM, Dan Kenigsberg <danken(a)redhat.com> wrote:
On Fri, Jan 13, 2017 at 6:10 PM, Nir Soffer
<nsoffer(a)redhat.com> wrote:
>
> Great. Still we should find the failing test and remove the useless
> docstring that hides the test name in the error.
Which docstring do you refer to?
I think this is not a docstring, this seems like an error loading a test module:
14:54:44 network.vm_migrate_hook_test.TestOvsHookMigration
14:54:44 test_legacy_to_legacy_non_vlan OK
14:54:44 test_legacy_to_legacy_with_vlan OK
14:54:44 test_legacy_to_ovs_non_vlan OK
14:54:44 test_legacy_to_ovs_with_vlan OK
14:54:44 test_ovs_to_legacy_non_vlan OK
14:54:44 test_ovs_to_legacy_with_vlan OK
14:54:44 test_ovs_to_ovs_non_vlan OK
14:54:44 test_ovs_to_ovs_with_vlan OK
14:54:44 nose.failure.Failure
14:54:44 runTest ERROR
nose does not give any clue about the file that failed, looking in the traceback
it seems to be models_test.py.
So we are probably ok now.
14:54:44 osinfo_test.TestOsinfo
14:54:44 test_kernel_args(b'', '')
OK
14:54:44 test_kernel_args(b'\n', '')
OK
14:54:44 test_kernel_args(b'a', 'a')
OK
14:54:44 test_kernel_args(b'a\n', 'a')
OK
14:54:44 test_kernel_args(b'a\nb', 'a')
OK