Dan Kenigsberg has submitted this change and it was merged. Change subject: Fix monitor state change for newer kernels/iproute ......................................................................
Fix monitor state change for newer kernels/iproute On el6 kernels adding a vlan over a link doesn't create an entry for the link under the vlan. On f19+ kernels it does happen, so we need to check that the state change instead of just checking if there is some state reported. Change-Id: I759b0b8fdd7794a50fe1a0e630691592a4c45946 Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/20496 Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/functional/networkTests.py 1 file changed, 6 insertions(+), 4 deletions(-) Approvals: Antoni Segura Puimedon: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/20496 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I759b0b8fdd7794a50fe1a0e630691592a4c45946 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
