summaryrefslogtreecommitdiff
path: root/designateclient/functionaltests/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Add shared zone commands5.2.0Igor Malinovskiy2023-02-131-1/+20
| | | | | | | Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: Iea92371176d9126205384624a18a9097acb3daef Partial-Bug: #1714088 Depends-On: https://review.opendev.org/#/c/726334/
* Fixed zone transfer accept list commandMike Durnosvystov2020-10-231-0/+4
| | | | | Change-Id: If7ba1fc9dd3f9d67a49ad3b8ae4c0e0f9733195b Closes-Bug: 1901172
* Add tsig key support to python-designateclientRudolf Vriend2017-07-071-1/+37
| | | | | | | | | | This fix adds support for the designate tsig keys api to python-designateclient. It will add tsigkey related crud commands to the openstackclient. Change-Id: I84336c3aca85ca62771fd2115481eda32ee980d2 Closes-Bug: #1702506
* Use Sphinx 1.5 warning-is-errorStephen Finucane2017-04-201-4/+8
| | | | | | | | | | | With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Migrate the setting from the old warnerrors one. This involves a couple of changes to the docs to fix the now broken build. Change-Id: I9bee7f6f9c69a9ed7bb22325ad1a0a1316dde526
* 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
* Don't use the 'keystone' client (functional tests)Paul Glass2016-05-091-2/+2
| | | | Change-Id: I2568305a5ad779bcd1ca8709f92e2b4d7b4161ff
* Merge "Implement zone import"Jenkins2016-04-061-2/+22
|\
| * Implement zone importRahman Syed2016-03-301-2/+22
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Show responses on zone and recordset deletes"Jenkins2016-03-311-2/+3
|\ \
| * | Show responses on zone and recordset deletesPaul Glass2016-03-301-2/+3
| | | | | | | | | | | | Change-Id: I1b15c64bac1bc495fe7aecbcf08c28b8ea41b5a7
* | | Fix an issue causing a blacklist test to failPaul Glass2016-03-301-1/+1
|/ / | | | | | | Change-Id: I028278faed1a40c5d52f8a608393c953f127a63e
* | Merge "Add a service catalog override to the functional tests"Jenkins2016-03-301-1/+22
|\ \ | |/ |/|
| * Add a service catalog override to the functional testsPaul Glass2016-02-241-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to run the functional tests against environments than what's in the service catalog. note: ideally, this would allow us to run against a Designate in noauth mode. And it does, however there's not a way to pass in the X-Auth-Project-ID header, so the tests will always use the noauth-project (tests involving multiple users like, zone transfer tests, won't work). Change-Id: If9306b27d78d7c774911d3c1abb46bfbf72539f1
* | Implement zone exportRahman Syed2016-03-231-1/+27
|/ | | | | | | | | | | 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
* Add functional tests for blacklistsPaul Glass2015-10-211-1/+36
| | | | Change-Id: If600dd567553459e54ac68e379732d3226fe90b2
* Add functional tests for tldsPaul Glass2015-10-211-1/+32
| | | | | | | | 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
* Add functional tests for recordsetsPaul Glass2015-10-121-1/+65
| | | | Change-Id: I7ed14924ea6d4b612e8f1c0b526211f8ba8471b6
* Flesh out zone-related test casesPaul Glass2015-10-121-4/+104
| | | | Change-Id: I387179b0c8f80e87436be0dc841a47f0b0aed598
* Layout some functional tests for the V2 CLIPaul Glass2015-09-231-0/+86
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71