small fix to be used with requests==1.1.0 69/22869/3
authorPeter Gubka <pgubka@cisco.com>
Thu, 18 Jun 2015 10:16:09 +0000 (12:16 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 18 Jun 2015 18:28:16 +0000 (18:28 +0000)
commit67f6dc2383cf9e244c4c67de46d65f16caa2fbe8
tree87902cf27b1af098a8a327b6718577ec5e44d1a8
parent33c78d6587911ba04274f166386e4de3ecbd730a
small fix to be used with requests==1.1.0

Any suite using this lib got stuck. Session does not have prepare
function for requests==1.1.0. This lib was initially tested with
newer requests librabry, so the bug did not appear earlier.

Change-Id: Ic6d0c87aa18232e7cf9f61f681e55aa5e2470eb8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
test/csit/libraries/ScaleClient.py