summaryrefslogtreecommitdiff
path: root/openstackclient/tests/network
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support listing network availability zones"Jenkins2016-02-041-0/+53
|\
| * Support listing network availability zonesRichard Theis2016-02-021-0/+53
* | Merge "Refactor security group delete to use SDK"Jenkins2016-02-033-0/+280
|\ \
| * | Refactor security group delete to use SDKRichard Theis2016-02-023-0/+280
| |/
* | Merge "Network: Abstract get_body() out to be a private helper."Jenkins2016-02-032-9/+11
|\ \
| * | Network: Abstract get_body() out to be a private helper.Tang Chen2016-02-022-9/+11
| |/
* | Merge "Add "os port show" command"Jenkins2016-02-032-4/+125
|\ \
| * | Add "os port show" commandRichard Theis2016-02-022-4/+125
| |/
* | Merge "Add availability zone support for router commands"Jenkins2016-02-032-0/+30
|\ \ | |/ |/|
| * Add availability zone support for router commandsJas2016-01-292-0/+30
* | Fix showing network quotas for a projectRichard Theis2016-02-021-0/+12
* | Merge "Add availability zone support for network commands"Jenkins2016-01-312-2/+25
|\ \
| * | Add availability zone support for network commandsBrad Behle2016-01-282-2/+25
* | | Use correct terminology for subnetsDean Troyer2016-01-271-2/+2
* | | Subnet ListTerry Howe2016-01-252-0/+176
|/ /
* | Add support to delete the portsSaiKiran2016-01-202-0/+130
|/
* Merge "Map some of the SDK field names"Jenkins2016-01-012-8/+11
|\
| * Map some of the SDK field namesTerry Howe2015-12-102-8/+11
* | Replace assertEqual(None, *) with assertIsNone in testsSaiKiran2015-12-172-6/+6
* | Merge "Router: Add "router show" command using SDK"Jenkins2015-12-161-0/+58
|\ \
| * | Router: Add "router show" command using SDKTang Chen2015-12-171-0/+58
* | | Merge "Router: Add "router set" command using SDK"Jenkins2015-12-161-0/+90
|\ \ \ | |/ /
| * | Router: Add "router set" command using SDKTang Chen2015-12-171-0/+90
* | | Merge "Network: Improve no option test for "network create"."Jenkins2015-12-161-0/+10
|\ \ \ | |/ / |/| |
| * | Network: Improve no option test for "network create".Tang Chen2015-12-151-0/+10
* | | Router: Add "router delete" command using SDKTang Chen2015-12-161-0/+29
* | | Router: Add "router create" command using SDKTang Chen2015-12-152-1/+66
|/ /
* | Router: Add "router list" command using SDKTang Chen2015-12-111-0/+105
* | Router: Add class FakeRouter to test "router xxx" commandTang Chen2015-12-111-0/+81
|/
* Trivial: Do not use plural format in command parameter in "network delete"Tang Chen2015-12-111-1/+1
* Remove old code after sdk integrationTerry Howe2015-12-092-9/+0
* SDK integration extensions and server create networksTerry Howe2015-12-092-66/+11
* Remove unuseful test data in test_netwrok.pyTang Chen2015-12-091-36/+0
* Migrate network client to SDK.Tang Chen2015-12-092-72/+23
* Migrate "network show" command to use SDK.Tang Chen2015-12-091-20/+49
* Migrate "network set" command to use SDK.Tang Chen2015-12-091-21/+29
* Migrate "network delete" command to use SDK.Tang Chen2015-12-091-10/+12
* Migrate "network create" command to use SDK.Tang Chen2015-12-091-51/+107
* Migrate "network list" command to new version using SDK.Tang Chen2015-12-081-46/+46
* Introduce class FakeNetwork to fake one or more networks.Tang Chen2015-12-071-0/+89
* Refactor network test: Remove unusful test code.Tang Chen2015-12-051-35/+0
* Refactor TestShowNetwork: Use TestNetwork in TestShowNetworkTang Chen2015-12-051-12/+8
* Refactor TestSetNetwork: Use TestNetwork in TestSetNetworkTang Chen2015-12-051-25/+24
* Refactor TestListNetwork: Use TestNetwork in TestListNetworkTang Chen2015-12-051-51/+44
* Refactor TestDeleteNetwork: Use TestNetwork in TestDeleteNetworkTang Chen2015-12-051-9/+19
* Refactor TestCreateNetwork: Setup identity client in setUp() in TestCreateNet...Tang Chen2015-12-051-22/+18
* Refactor TestCreateNetwork: Setup identity client in setUp() in TestCreateNet...Tang Chen2015-12-051-17/+24
* Refactor TestCreateNetwork: Setup cmd in setUp() in TestCreateNetworkIdentityV2Tang Chen2015-12-051-11/+12
* Refactor TestCreateNetwork: Setup cmd in setUp() in TestCreateNetworkIdentityV3Tang Chen2015-12-051-18/+15
* Refactor TestCreateNetwork: Split TestCreateNetwork into two classes for iden...Tang Chen2015-12-051-1/+11