commit | 34f34728d513572c350d3f39e93944555298abd2 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Thu Jan 08 07:56:23 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Jan 13 00:38:08 2015 +0000 |
tree | 18d7f936d5b0c9ef1aa38af5f8cdd789ca4deaa3 | |
parent | 0e83665d9821c82655c7cb398b7db298fc780d58 [diff] |
Add raw_request() to RestClient TokenClientJSON and V3TokenClientJSON call self.http_obj.request() directly for skipping an authentication request. However, the method is internal in RestClient and we need to avoid the call for moving RestClient to tempest-lib. This patch adds raw_request() to RestClient for avoiding it. Change-Id: I240b12139fd91747cf4ed96e0294a0bf082bcf93