-
- Downloads
Verify delete agent response of V2/V3 APIs
This patch adds the JSON schema for response status of Nova agent delete APIs to block the backward incompatibility change in the future. delete agent does not return the response body. Response status of above APIs is below: V2 : 200 V3 : 204 Partially implements blueprint nova-api-attribute-test Change-Id: I1040b61b081d783a7c206189e11d16f9f9e77f91
Showing
- tempest/api_schema/compute/v2/agents.py 17 additions, 0 deletionstempest/api_schema/compute/v2/agents.py
- tempest/api_schema/compute/v3/agents.py 17 additions, 0 deletionstempest/api_schema/compute/v3/agents.py
- tempest/services/compute/json/agents_client.py 4 additions, 1 deletiontempest/services/compute/json/agents_client.py
- tempest/services/compute/v3/json/agents_client.py 4 additions, 1 deletiontempest/services/compute/v3/json/agents_client.py
Loading
Please register or sign in to comment