Dan Kenigsberg has submitted this change and it was merged. Change subject: restTests: use short release/version ......................................................................
restTests: use short release/version oVirt Engine cannot handle release/version with more then 2 digits. To workaround, we add a sed command into vdsm.spec to make version/release a short string in dsaversion.py. However, restTests is failing now because the version provided by dsaversion are not releated to the version string provided by REST API. This patch will add a workaround also in restTests.py Change-Id: I350cd7b561d9db25f47988de290181a34b93c2c8 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M tests/functional/restTests.py 1 file changed, 12 insertions(+), 2 deletions(-) Approvals: Douglas Schilling Landgraf: Verified Adam Litke: Verified; Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4956 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I350cd7b561d9db25f47988de290181a34b93c2c8 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
