summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/network/v2/test_subnet.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.networkStephen Finucane2023-05-101-298/+474
* Replace assertItemsEqual with assertCountEqualTakashi Natsume2022-09-191-2/+2
* Refactor network fakes to sdk properties PART 3Nurmatov Mamatisa2022-03-161-2/+2
* Refactor network fakes to sdk properties PART 2Nurmatov Mamatisa2022-03-151-3/+3
* Get rid of tenant_id in the network commandsArtem Goncharov2022-01-171-7/+7
* Merge "Add --subnet-pool to subnet list"Zuul2021-11-251-0/+42
|\
| * Add --subnet-pool to subnet listBrian Haley2021-03-161-0/+42
* | Replace assertItemsEqual with assertCountEqualDirk Mueller2021-05-031-21/+21
* | network: Add missing subnet unset --gateway <subnet-id>Bharat Kunwar2021-03-051-0/+4
|/
* Make use of comparable 'FormattableColumn' subclassesStephen Finucane2020-12-091-21/+21
* Merge "Add unit tests and release note for dns_publish_fixed_ip"Zuul2020-03-241-0/+38
|\
| * Add unit tests and release note for dns_publish_fixed_ipDean Troyer2020-01-141-0/+38
* | Raise flake8-import-order version to latestSean McGinnis2020-01-101-2/+2
|/
* Use cliff formattable columns in network commandsAkihiro Motoki2019-05-091-46/+46
* Fix subnet host_routes errorHuang Cheng2018-06-141-0/+30
* Allow setting network-segment on subnet updateHarald Jensas2018-06-061-0/+23
* Use instance variables for subnet testsGary Kotton2017-07-261-141/+146
* network tag UT: avoid using mix-in test classAkihiro Motoki2017-07-251-38/+130
* Network tag supportAkihiro Motoki2017-07-231-15/+65
* Merge "SDK Refactor: Prepare subnet commands"Jenkins2016-12-021-4/+4
|\
| * SDK Refactor: Prepare subnet commandsAbhishek Raut2016-11-191-4/+4
* | Introduce overwrite functionality in ``osc subnet set``Reedip2016-11-281-1/+7
|/
* Remove beta label for network segment resourceRichard Theis2016-09-281-18/+0
* Overwrite/Clear support for subnetsReedip2016-09-211-0/+33
* Merge "Add 'description' option to os subnet (pool) create/set cmd"Jenkins2016-09-201-0/+64
|\
| * Add 'description' option to os subnet (pool) create/set cmdCao Xuan Hoang2016-09-201-0/+64
* | Add filtering options to os subnet list commandCao Xuan Hoang2016-09-191-1/+109
|/
* Replace 'MagicMock' with 'Mock'qtang2016-09-141-1/+1
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-0/+978