Antoni Segura Puimedon has posted comments on this change.

Change subject: link monitor: Add optional asynchronous operation
......................................................................


Patch Set 5: Verified+1

Verified in ipython:

    In [1]: from vdsm import ipwrapper

    In [2]: m = ipwrapper.Monitor()

    In [3]: m.start()

    In [4]: for event in m:
        print event
       ...: 
    MonitorEvent(device='dummy_888', flags=frozenset(['BROADCAST', 'NOARP']),
                 state='DOWN')
    MonitorEvent(device='dummy_888', flags=frozenset(['BROADCAST', 'NOARP']),
                 state='DELETED')

It keeps giving the events as expected.

-- 
To view, visit http://gerrit.ovirt.org/21430
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib8ca850fc324a5b4c0268541fd4d4d062706a159
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Assaf Muller <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to