From d27fb0779cc779970810f545f966773746efe03a Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Wed, 10 Dec 2014 08:33:59 +0000 Subject: [PATCH] Write the detail of tempest-lib REST Client dev At Paris summit, we had a consensus that we will implement the base REST Client code in tempest-lib. This patch writes the detail of the development. Change-Id: I5a00936362ae852dda43b145dbc415a5795b5cba --- specs/tempest-library.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/specs/tempest-library.rst b/specs/tempest-library.rst index 1cdd0c0..855b507 100644 --- a/specs/tempest-library.rst +++ b/specs/tempest-library.rst @@ -96,11 +96,14 @@ Assignee(s) Primary assignee: Matthew Treinish +Other contributors: + Ken'ichi Ohmichi + Milestones ---------- Target Milestone for completion: - Juno Release + Kilo Release Work Items ---------- @@ -122,7 +125,15 @@ Work Items * Matchers * SSH validation code - * Copy and convert the Tempest REST Client and service clients + * Copy and convert the Tempest REST Client + + * Clean up the REST Client code + * Separate the base REST Client code from Tempest specific code + * Move the REST Client specific exception to base REST Client code + * Copy the base REST Client code to tempest-lib repository + * Switch Tempest to use the base REST Client code of tempest-lib + + * Copy and convert the Tempest service clients * Add documentation and examples for using the libraries interfaces Dependencies