Jordan Pittier | 4408c4a | 2016-04-29 15:05:09 +0200 | [diff] [blame] | 1 | --- |
2 | features: | ||||
3 | - The RestClient (in tempest.lib.common.rest_client) now supports POSTing | ||||
4 | and PUTing data with chunked transfer encoding. Just pass an `iterable` | ||||
5 | object as the `body` argument and set the `chunked` argument to `True`. | ||||
6 | - A new generator called `chunkify` is added in | ||||
7 | tempest.lib.common.utils.data_utils that yields fixed-size chunks (slices) | ||||
8 | from a Python sequence. | ||||
9 |