From Dan Kenigsberg <[email protected]>:

Dan Kenigsberg has submitted this change and it was merged. ( 
https://gerrit.ovirt.org/77940 )

Change subject: network: make ipwrapper.drv_name Python 3 compatible
......................................................................


network: make ipwrapper.drv_name Python 3 compatible

In Python 3 array.array does not support 'c' (Python char) type anymore.
We need to ask for C chars (Python ints) instead and then decode
returned data if needed.

Change-Id: I2dee4fd4a1ac5470e739594704da5781589af1d3
Signed-off-by: Petr Horacek <[email protected]>
---
M lib/vdsm/network/ipwrapper.py
M tests/network/ipwrapper_test.py
2 files changed, 14 insertions(+), 8 deletions(-)

Approvals:
  Jenkins CI: Passed CI tests
  Petr Horáček: Verified
  Dan Kenigsberg: Looks good to me, but someone else must approve
  Edward Haas: Looks good to me, approved



-- 
To view, visit https://gerrit.ovirt.org/77940
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2dee4fd4a1ac5470e739594704da5781589af1d3
Gerrit-PatchSet: 18
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Horáček <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Edward Haas <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Petr Horacek <[email protected]>
Gerrit-Reviewer: Petr Horáček <[email protected]>
Gerrit-Reviewer: gerrit-hooks <[email protected]>
_______________________________________________
vdsm-patches mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to