summaryrefslogtreecommitdiff
path: root/neutron/tests/unit/extensions/test_dns.py
Commit message (Expand)AuthorAgeFilesLines
* [S-RBAC] Switch to new policies by defaultSlawek Kaplonski2023-04-211-3/+1
* Deprecate 'allow_overlapping_ips' config optionSlawek Kaplonski2021-10-211-2/+0
* Replace assertItemsEqual with assertCountEqualgugug2020-11-301-1/+1
* Start enforcing E125 flake8 directiveBrian Haley2019-07-191-11/+9
* use api def ALIAS in supported_extension_aliasesBoden R2019-04-081-1/+3
* Use constant IP_VERSION_4/6 in unit testsHongbin Lu2018-08-271-8/+12
* Fix all pep8 E129 errorsBrian Haley2018-05-031-3/+3
* use dns api def from neutron-libBoden R2017-10-201-16/+18
* Refactoring config options for ml2 config optsAradhana Singh2017-09-081-4/+3
* Fix call a method of extension classHirofumi Ichihara2017-03-301-1/+1
* Spin off context moduleArmando Migliaccio2017-03-061-1/+1
* Adopt neutron-lib plugin directoryArmando Migliaccio2016-11-231-2/+2
* Fix deprecation warningsGary Kotton2016-08-261-3/+2
* Refactor DNS integration out of DB core pluginBin Yu2016-07-261-5/+19
* Ensure unit tests don't assume an IP address allocation strategyRyan Tidwell2016-05-171-8/+14
* Use constants from neutron-libHenry Gessau2016-04-231-1/+2
* Fix test failure against latest oslo.* from masterDavanum Srinivas2016-03-231-2/+3
* Stops update_network handling updates it shouldn'tJames Anziano2016-03-111-0/+24
* Postpone heavy policy check for ports to laterIhar Hrachyshka2016-02-051-4/+6
* Fix params order in assertEqualYatin Kumbhare2016-02-031-25/+25
* Fix required extensions mix-uparmando-migliaccio2016-01-281-1/+1
* Fix module's import orderBhagyashri Shewale2016-01-221-1/+1
* Removes the use of mutables as default argsGary Kotton2015-10-291-2/+5
* Eliminate autoaddress check for DNS integrationMiguel Lavalle2015-09-221-2/+4
* Add dns_label processing for PortsMiguel Lavalle2015-08-241-0/+469