<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/functionaltests/v2/fixtures.py, branch train-eol</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Add tsig key support to python-designateclient</title>
<updated>2017-07-07T12:16:30+00:00</updated>
<author>
<name>Rudolf Vriend</name>
<email>rudolf.vriend@sap.com</email>
</author>
<published>2017-07-07T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=b741282eaff277977507379bbd0de3454eb66232'/>
<id>b741282eaff277977507379bbd0de3454eb66232</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tempest instead of Tempest-lib</title>
<updated>2016-11-22T03:52:16+00:00</updated>
<author>
<name>ghanshyam</name>
<email>ghanshyam.mann@nectechnologies.in</email>
</author>
<published>2016-11-22T03:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=e995bfd553fb0aad8bcb9896240ab561af2d634d'/>
<id>e995bfd553fb0aad8bcb9896240ab561af2d634d</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement zone import</title>
<updated>2016-03-30T16:23:27+00:00</updated>
<author>
<name>Rahman Syed</name>
<email>rahman.syed@gmail.com</email>
</author>
<published>2016-03-25T00:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=d2b88c88c529176db0f3c900ddb411d770fd1277'/>
<id>d2b88c88c529176db0f3c900ddb411d770fd1277</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement zone export</title>
<updated>2016-03-24T01:34:14+00:00</updated>
<author>
<name>Rahman Syed</name>
<email>rahman.syed@gmail.com</email>
</author>
<published>2016-03-22T22:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=ce50ad944490e6238597a72106f5be705db3aae8'/>
<id>ce50ad944490e6238597a72106f5be705db3aae8</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Log stacktraces of MultipleExceptions in functionaltests</title>
<updated>2016-02-15T20:29:34+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2016-02-15T20:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=0c58fc7c4a961e3156ac87a5346eb19af1278c9e'/>
<id>0c58fc7c4a961e3156ac87a5346eb19af1278c9e</id>
<content type='text'>
Change-Id: I479bdb59d06c561c49ae63d8bcbe2e5c8f67577a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I479bdb59d06c561c49ae63d8bcbe2e5c8f67577a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests for blacklists</title>
<updated>2015-10-21T19:49:53+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-09-28T20:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=eea5b4d87fe0151c2d88f7e6219d8cc0a98dcd99'/>
<id>eea5b4d87fe0151c2d88f7e6219d8cc0a98dcd99</id>
<content type='text'>
Change-Id: If600dd567553459e54ac68e379732d3226fe90b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If600dd567553459e54ac68e379732d3226fe90b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests for tlds</title>
<updated>2015-10-21T18:30:38+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-09-28T15:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=a98de81298ab5d5c63d32cc038ccebac7ee778aa'/>
<id>a98de81298ab5d5c63d32cc038ccebac7ee778aa</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests for recordsets</title>
<updated>2015-10-12T21:08:39+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-09-25T21:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=b4674f85d1768063cf2ace2099580c556edb4ec0'/>
<id>b4674f85d1768063cf2ace2099580c556edb4ec0</id>
<content type='text'>
Change-Id: I7ed14924ea6d4b612e8f1c0b526211f8ba8471b6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7ed14924ea6d4b612e8f1c0b526211f8ba8471b6
</pre>
</div>
</content>
</entry>
<entry>
<title>Flesh out zone-related test cases</title>
<updated>2015-10-12T21:08:39+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-09-21T21:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=374970cd101d3a18246dc5da37f3f0c2e42e7ae7'/>
<id>374970cd101d3a18246dc5da37f3f0c2e42e7ae7</id>
<content type='text'>
Change-Id: I387179b0c8f80e87436be0dc841a47f0b0aed598
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I387179b0c8f80e87436be0dc841a47f0b0aed598
</pre>
</div>
</content>
</entry>
</feed>
