Make TestSwiftBasicOps use object_client
TestSwiftBasicOps uses a raw http client without object_client
which has enough functions for testing. The raw http client will
be moved to tempest-lib with a rest client together. In addition,
all scenario tests should not use the raw http client because they
are integrated tests.
This patch makes TestSwiftBasicOps use object_client.
In addtion, this patch adds default headers to raw_request() because
raw_request() couldn't handle the case and TypeError happened if not
passing headers to raw_request().
Change-Id: I4aee464d1f1ef67ba6db6c37b5bb6c5e5607a162
2 files changed