summaryrefslogtreecommitdiff
path: root/designateclient/functionaltests/v2/test_zone.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
* Show responses on zone and recordset deletesPaul Glass2016-03-301-2/+3
| | | | Change-Id: I1b15c64bac1bc495fe7aecbcf08c28b8ea41b5a7
* Merge "Add functional tests for tlds"Jenkins2015-11-091-0/+5
|\
| * Add functional tests for tldsPaul Glass2015-10-211-0/+5
| | | | | | | | | | | | | | | | The tld tests will create/remove tlds which would cause problems when running zone tests in parallel. To solve this, a separate tld is created for each zone. Change-Id: I8957f6f294bc5624ce049e36bef4a948cef3e380
* | Fixes order of argument in assertEqualsonu.kumar2015-10-131-28/+28
|/ | | | | | | | | | | Some tests in designateclient used incorrect argument order in assertEqual(observed, expected). The correct order expected by testtools is assertEqual(expected, observed). Partial-Bug: #1259292 Change-Id: Icc53b2f21e557170a61ceb52cd6f04c31e3b8425
* Flesh out zone-related test casesPaul Glass2015-10-121-13/+90
| | | | Change-Id: I387179b0c8f80e87436be0dc841a47f0b0aed598
* Layout some functional tests for the V2 CLIPaul Glass2015-09-231-0/+47
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71