summaryrefslogtreecommitdiff
path: root/openstackclient/tests/network/v2
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Refactor security group rule delete to use SDK"Jenkins2016-02-182-13/+161
|\ \ | |/ |/|
| * Refactor security group rule delete to use SDKRichard Theis2016-02-102-13/+161
* | Define FakeFloatingIP class in tests/compute for nova network commandsTang Chen2016-02-161-2/+2
* | Merge "Rename parameter "identifier" to "network" in network commands"Jenkins2016-02-151-4/+4
|\ \
| * | Rename parameter "identifier" to "network" in network commandsTang Chen2016-02-141-4/+4
* | | Merge "Use assertRaises() to check if an exception is raised"Jenkins2016-02-152-24/+15
|\ \ \
| * | | Use assertRaises() to check if an exception is raisedTang Chen2016-02-142-24/+15
| |/ /
* | | Support "network delete" command in nova networkTang Chen2016-02-141-0/+47
|/ /
* | Floating IP: Neutron support for "ip floating list" commandTang Chen2016-02-142-1/+80
* | Floating IP: Neutron support for "ip floating delete" commandJude Job2016-02-142-1/+181
* | Trivial: Fix a typo in test_network.pyTang Chen2016-02-111-1/+1
* | Fix DisplayCommandBase comments for cliff Lister subclass testsTang Chen2016-02-092-5/+15
|/
* 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-032-0/+177
|\ \
| * | Refactor security group delete to use SDKRichard Theis2016-02-022-0/+177
| |/
* | 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-091-9/+11
* Remove unuseful test data in test_netwrok.pyTang Chen2015-12-091-36/+0
* Migrate network client to SDK.Tang Chen2015-12-091-48/+14
* 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