summaryrefslogtreecommitdiff
path: root/openstackclient/tests/network/v2/test_subnet.py
Commit message (Expand)AuthorAgeFilesLines
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-978/+0
* Add Subnet service-types to subnetsBrian Haley2016-08-191-2/+92
* Add '--dhcp' and '--no-dhcp' options to os subnet list cmdCao Xuan Hoang2016-08-101-0/+32
* Set identity v3 client in networkv2 fakeHuanxuan Ao2016-07-201-14/+4
* Exchange the check order for the dhcp and no-dhcpqtang2016-07-191-2/+0
* Use FakeProject and FakeDomain classes in unit tests of networkv2Huanxuan Ao2016-07-111-14/+7
* Add command to unset information from Subnetsreedip2016-06-291-0/+106
* Merge "Add "--network-segment" option to "subnet create""Jenkins2016-06-201-11/+79
|\
| * Add "--network-segment" option to "subnet create"Richard Theis2016-06-131-11/+79
* | Support bulk deletion for delete commands in networkv2Huanxuan Ao2016-06-161-7/+59
* | osc-lib: utilsDean Troyer2016-06-131-1/+2
|/
* Make set/unset commands in network return normally when nothing specifiedTang Chen2016-06-081-3/+5
* Add ip version filter to subnet listManjeet Singh Bhatia2016-05-161-0/+16
* Remove unnecessary type conversions in network unit testsTang Chen2016-05-061-1/+1
* Append existing information during subnet setreedip2016-04-081-0/+20
* Merge "Subnet: Add "subnet set" command using SDK"Jenkins2016-03-251-3/+71
|\
| * Subnet: Add "subnet set" command using SDKreedip2016-03-241-3/+71
* | Use assert_called_once_with() instead of assert_called_with()Tang Chen2016-03-221-8/+8
|/
* Add "os subnet create" command using SDKBrad Behle2016-03-101-3/+333
* TrivialOrder: Rearrange Class Namesreedip2016-03-011-29/+29
* Subnet: Add "subnet delete" command using SDKreedip2016-03-011-0/+29
* Fixed a bunch of spacingBrandon Palm2016-02-231-0/+1
* Add "os subnet show" command using SDKBrad Behle2016-02-221-0/+74
* Use correct terminology for subnetsDean Troyer2016-01-271-2/+2
* Subnet ListTerry Howe2016-01-251-0/+108