
From Vinzenz Feenstra <vfeenstr@redhat.com>:
Vinzenz Feenstra has submitted this change and it was merged. ( https://gerrit.ovirt.org/80105 ) Change subject: linux: fix missing argument for lambda of list_nics ...................................................................... linux: fix missing argument for lambda of list_nics Commit a76da96 added posibility to ignore certain interfaces from list of available NICs. This change added a new argument to the function ethtool_list_nics() that handles listing when python-ethtool is available. It however did not add the argument to the lambda used when there is no python-ethtool available. Change-Id: I3235e9a95ad7accde1e7d88973dc3fe03c8c0d2b Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- M ovirt-guest-agent/GuestAgentLinux2.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins CI: Passed CI tests Vinzenz Feenstra: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/80105 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3235e9a95ad7accde1e7d88973dc3fe03c8c0d2b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Tomas Golembiovsky <tgolembi@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>