[ovirt-devel] [VDSM] Flaky (networking?) test

Nir Soffer nsoffer at redhat.com
Fri Jan 13 20:17:30 UTC 2017


On Fri, Jan 13, 2017 at 10:08 PM, Dan Kenigsberg <danken at redhat.com> wrote:
> On Fri, Jan 13, 2017 at 6:10 PM, Nir Soffer <nsoffer at 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


More information about the Devel mailing list