Antoni Segura Puimedon has posted comments on this change.

Change subject: setupNetworks: Fix incorrect mtu overriding when adding 
multiple networks
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.ovirt.org/#/c/25343/2/tests/functional/networkTests.py
File tests/functional/networkTests.py:

Line 253:                 '%s found unexpectedly in running config' % vlanName)
Line 254: 
Line 255:     def assertMtu(self, mtu, *elems):
Line 256:         for elem in elems:
Line 257:             self.assertEquals(int(mtu), 
int(self.vdsm_net.getMtu(elem)))
> coercing the test-based mtu into int is dependable,  but Vdsm returns a non
vdsm returns always a non-int MTU for backwards compatibility reasons. The api 
schema says it should be uint (and it should!) but the older engines expected 
strings so we left it as it was.
Line 258: 
Line 259:     @cleanupNet
Line 260:     @permutations([[True], [False]])
Line 261:     @RequireDummyMod


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia375c2e0e4a1896ab99d734e3203a5ef49570f36
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Ondřej Svoboda <osvob...@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