Enable py33 voting in jenkins gating
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
Fix Released
|
High
|
Joe Gordon | ||
python-novaclient |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Currenly, py33 test is enabled in jenkins gating as "non-voting", if the change is failed in py33 test, it still can be merged.
There are a series of commits which fix the problems of py33 test:
py33: don't encode security_group
https:/
py33: sort the files parameters of "--files"
https:/
py33: use six.StringIO() to mock stdout/stderr
https:/
py33: sort hosts while treeize AvailabilityZone
https:/
py33: unify the input of request to json format
https:/
py33: align the order of parameters for urlencode()
https:/
py33: safe_encode() returns bytes in Python 3
https:/
py33: iteration order of dict is unpredictable
https:/
py33: uuid verification in find_resource()
https:/
py33: 'str' does not support the buffer interface
https:/
py33: dict.keys() is not a list in python3
https:/
py33: 'dict_keys' object does not support indexing
https:/
when all of them are merged, the py33 voting can be enabled.
I thing there should be a dedicated jenkins gating project for this request, but I am not sure.
Help set it to proper project if it is not belong to here.