Dan Kenigsberg has submitted this change and it was merged. Change subject: caps: refactor cpuinfo parsing ......................................................................
caps: refactor cpuinfo parsing The cpuinfo file parsing gathers information such as CPU model name, frequency and supported flags. Current code parses whole file, keeping all the CPU information. This is not effective as the values are duplicates - therefore allowing us to parse only the essential information and discard the rest. Change-Id: Ib705bba4789bd1938bf26ae387af72b079020ce7 Signed-off-by: Martin Polednik <[email protected]> Reviewed-on: https://gerrit.ovirt.org/51523 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Continuous-Integration: Jenkins CI --- M tests/capsTests.py M vdsm/caps.py 2 files changed, 27 insertions(+), 32 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Martin Polednik: Verified -- To view, visit https://gerrit.ovirt.org/51523 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib705bba4789bd1938bf26ae387af72b079020ce7 Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Polednik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Milan Zamazal <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
