summaryrefslogtreecommitdiff
path: root/designateclient/functionaltests/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Use tempest instead of Tempest-libghanshyam2016-11-221-1/+1
| | | | | | | | | | | tempest-lib has been deprecated since a year. All the interfaces available in tempest-lib are now available in tempest/lib. This patch make use of tempest/lib instead of tempest-lib. Also add tempest in test-requirements.txt Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
* Implement zone exportRahman Syed2016-03-231-1/+16
| | | | | | | | | | | Zone export commands (create, list, show, delete, showfile) are missing from the python-designateclient. This change includes implementation, as well as unit tests and functionaltests. Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611 Partial-Bug: #1550532
* Adds changes related to py3 compatibilitysonu.kumar2015-11-241-1/+2
| | | | | | | | | This patch replaces map() and zip() with six.moves.map() and six.moves.zip() respectively to provide py2/3 compatibility. Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b Partially-Implements: blueprint designate-py3
* Layout some functional tests for the V2 CLIPaul Glass2015-09-231-0/+80
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71