Dan Kenigsberg has submitted this change and it was merged. Change subject: netlink: event monitor ......................................................................
netlink: event monitor Current event monitor is implemented as a wrapper around `ip monitor` command. It sometimes returns before the underlying monitor is properly started. However, it's used just in a few tests. We want to implement more natural version of monitor - wrapper around the libnl library. With this monitor we will be able e.g. to monitor `ifup` operation on a new device and guarantee properly created network before returned. Change-Id: I0f4fcfde87ad51eb832f54862371b4da1281826e Signed-off-by: Petr Horáček <[email protected]> Reviewed-on: http://gerrit.ovirt.org/36197 Reviewed-by: Ido Barkan <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M debian/vdsm-python.install M lib/vdsm/netlink/Makefile.am M lib/vdsm/netlink/__init__.py A lib/vdsm/netlink/monitor.py M tests/Makefile.am A tests/netlinkTests.py M vdsm.spec.in 7 files changed, 483 insertions(+), 4 deletions(-) Approvals: Ido Barkan: Looks good to me, but someone else must approve Petr Horáček: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/36197 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0f4fcfde87ad51eb832f54862371b4da1281826e Gerrit-PatchSet: 32 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
