summaryrefslogtreecommitdiff
path: root/openstackclient/tests/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor network test: Introduce TestNetworkv2 and TestNetwork to improve uni...Tang Chen2015-12-052-0/+35
* Merge "Remove the --dhcp option to network list"Jenkins2015-07-141-48/+0
|\
| * Remove the --dhcp option to network listTerryHowe2015-07-081-48/+0
* | Remove testing of cliff command line optionsTerryHowe2015-07-082-31/+4
|/
* fix confused domain argument for network create v2Guojian Shao2015-06-261-5/+4
* Add project and domain params to network createColleen Murphy2015-03-191-0/+100
* Begin low-level API for Network v2Dean Troyer2015-01-222-84/+207
* add multi-delete support for compute/image/net/volumewanghong2014-12-231-1/+1
* Merge "Add network extension list"Jenkins2014-09-181-0/+35
|\
| * Add network extension listTerry Howe2014-07-261-0/+35
* | Network use enable/disable vs admin state up/downTerry Howe2014-08-181-4/+4
|/
* Merge "Allow network find to use alternate name"Jenkins2014-07-081-0/+72
|\
| * Allow network find to use alternate nameTerry Howe2014-07-071-0/+72
* | Python 3: do not compare a list to a zip objectTerry Howe2014-07-071-5/+5
|/
* Move network stuff to v2 instead of v2_0Terry Howe2014-07-072-1/+1