Change in vdsm[master]: restTests: use short release/version

agl at us.ibm.com agl at us.ibm.com
Thu May 31 19:07:37 UTC 2012


Adam Litke has posted comments on this change.

Change subject: restTests: use short release/version
......................................................................


Patch Set 2: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File tests/functional/restTests.py
Line 89:         revisionStr = rproduct + "." + rversion
How about something like:

parts = revisionStr.split(".")
revisionStr = "%s.%s" % parts[:1]

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I350cd7b561d9db25f47988de290181a34b93c2c8
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Adam Litke <agl at us.ibm.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list