]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add API tests for subnetpool allocation
authorzengfagao <zengfa.gao@hp.com>
Wed, 25 Mar 2015 14:28:25 +0000 (07:28 -0700)
committerzengfagao <zengfa.gao@hp.com>
Tue, 31 Mar 2015 14:41:19 +0000 (07:41 -0700)
commit92d2054f8a19cc1a759a8d9707e76c58b3b492d3
treeeb2bd1ee23c91fae856ecbbf7895e4636e225166
parentc699515a19185274338a2b39a5db45b37893e405
Add API tests for subnetpool allocation

Add subnetpool creating, listing, updating and deleting
via REST API.

Change-Id: I0be397e6739a651ce1562137f9b03d0ca8739697
Depends-on: I88c6b15aab258069758f1a9423d6616ceb4a33c4
Partially-Implements: blueprint subnet-allocation
neutron/tests/tempest/api/network/test_subnetpools.py [new file with mode: 0644]
neutron/tests/tempest/api/network/test_subnetpools_negative.py [new file with mode: 0644]
neutron/tests/tempest/services/network/json/network_client.py