36e543b9a3
Segments client is necessary to test the routed provider networks feature. the following client methods are now available for Tempest: * create_segment * update_segment * show_segment * delete_segment * list_segments Change-Id: Ie89468351fc9cf68ccf356d35ee9ba4b5037c499
13 lines
340 B
YAML
13 lines
340 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``segments`` client to Tempest to make possible the testing of the
|
|
Routed Provider Networks feature.
|
|
The following API calls are available for tempest from now:
|
|
|
|
* POST /segments
|
|
* PUT /segments/{segment_id}
|
|
* GET /segment/{segment_id}
|
|
* DELETE /segments/{segment_id}
|
|
* GET /segments
|