summaryrefslogtreecommitdiff
path: root/designateclient/functionaltests/v2/test_zone_import.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a race condition in one of the zone import testsPaul Glass2016-04-081-1/+3
| | | | | | | This test would occasionally fail if the import was still PENDING when the check asserted a COMPLETED status. Change-Id: Ia2c320d50dd061980c27b0b7ec0cb6c65c13f6e7
* Implement zone importRahman Syed2016-03-301-0/+63
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