4d4e4decc39fe68f3624f92903ed29edd605375e

Some client tests uses status code 204 although it expects the API returns a body with status code 200, for instance, test_add_interface_by_subnet, test_add_peer_to_bgp_speaker, and so on. This patch makes the tests use correct status code and also changes default status code into 200 because it's an usual code of PUT operation. Change-Id: I5dbcad8769a32e8834347fb57695db72b313b0a5 Closes-bug: #1611167
Python bindings to the Neutron API
This is a client library for Neutron built on the Neutron API. It
provides a Python API (the neutronclient
module) and a
command-line tool (neutron
).
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Developer's Guide
Description
Languages
Python
100%