Ondřej Svoboda has posted comments on this change.

Change subject: netinfo: Replace misused asserts with InvalidConfiguration
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/34361/1/lib/vdsm/netinfo.py
File lib/vdsm/netinfo.py:

Line 859:         for port in ports:
Line 860:             if port in self.vlans:
Line 861:                 if vlan is not None:
Line 862:                     raise InvalidConfiguration(
Line 863:                         "Unexpected vlan: %s exepected: None" % 
(vlan,))
> Feel free to post the next revision with this change. As a bonus, I'll let 
I take this as an opportunity to experiment with Python's -O flag.
Line 864:                 nic = getVlanDevice(port)
Line 865:                 vlan = getVlanID(port)
Line 866:                 if self.vlans[port]['iface'] != nic:
Line 867:                     raise InvalidConfiguration(


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I99ee49aa7e2364f57112e2452e3eab3940b6b00a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Ondřej Svoboda <osvob...@redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizr...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to