7 Commits

Author SHA1 Message Date
Rudolf Vriend
b741282eaf Add tsig key support to python-designateclient
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
2017-07-07 14:16:30 +02:00
Tony Xu
f1d274aeef Fix pep8 E501 line too long
Wrap line to under 79 characters in
designateclient/functionaltests/datagen.py

Change-Id: I50deb3ffb70a4845fc825f9ee3eef61c40316b5b
2016-09-23 13:30:54 +08:00
Rahman Syed
d2b88c88c5 Implement zone import
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
2016-03-30 11:23:27 -05:00
Paul Glass
eea5b4d87f Add functional tests for blacklists
Change-Id: If600dd567553459e54ac68e379732d3226fe90b2
2015-10-21 19:49:53 +00:00
Paul Glass
a98de81298 Add functional tests for tlds
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
2015-10-21 18:30:38 +00:00
Paul Glass
b4674f85d1 Add functional tests for recordsets
Change-Id: I7ed14924ea6d4b612e8f1c0b526211f8ba8471b6
2015-10-12 21:08:39 +00:00
Paul Glass
6daf82777e Layout some functional tests for the V2 CLI
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
2015-09-23 14:30:35 +00:00