summaryrefslogtreecommitdiff
path: root/designateclient/functionaltests/v2/test_zone_export.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement zone importRahman Syed2016-03-301-16/+3
| | | | | | | | | | | Zone import commands (create, list, show, delete) are missing from the python-designateclient. This change includes implementation, as well as unit tests and functionaltests. Change-Id: I635431b5ef11989247e8d185ad692e4fee9bebba Closes-Bug: #1550532
* Implement zone exportRahman Syed2016-03-231-0/+94
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