Add Glance v1.0 REST API Tests
Tempest currently doesn't have REST API tests for Glance. This blue print proposes to add REST API tests for v1.0 of Glance.
Client:
The new API tests will use glanceclient/
Existing tests:
The existing tests will be marked as smoke tests as they will exercise Glance service using the standard client: python-
Blueprint information
- Status:
- Complete
- Approver:
- Ravikumar Venkatesan
- Priority:
- Medium
- Drafter:
- Kavan Patil
- Direction:
- Needs approval
- Assignee:
- Kavan Patil
- Definition:
- Approved
- Series goal:
- Accepted for havana
- Implementation:
- Implemented
- Milestone target:
- havana-2
- Started by
- Ravikumar Venkatesan
- Completed by
- Ravikumar Venkatesan
Related branches
Related bugs
Sprints
Whiteboard
Work items:
----------------
1) Requesting a List of Public VM Images https:/
2) Register a New Virtual Machine Image https:/
3) List available images (all details). https:/
4) List details of the specified image. https:/
5) Updating an Image/Uploading an Image File or Updating Image Metadat https:/
6) Deletes the specified image. https:/
7) Replacing a Membership List for an Image https:/
8) Requesting a List of VM Images shared with a given tenant. https:/
9) Adding a Member to an Image v1/images/
10) Replacing a Membership List for an Image v1/images/
11) Removing a Member from an Image v1/images/
Gerrit topic: https:/
Addressed by: https:/
blueprint add-glance-
Gerrit topic: https:/
Gerrit topic: https:/
Addressed by: https:/
Break out RestClient error checking.
Addressed by: https:/
Add an images client.
Gerrit topic: https:/
Addressed by: https:/
Add image members tests.