<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/functionaltests/v2/test_zone.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>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>Show responses on zone and recordset deletes</title>
<updated>2016-03-30T17:07:48+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2016-03-30T16:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=a5e8206ed602c11cc2ea8fbca25b39999cfd5540'/>
<id>a5e8206ed602c11cc2ea8fbca25b39999cfd5540</id>
<content type='text'>
Change-Id: I1b15c64bac1bc495fe7aecbcf08c28b8ea41b5a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1b15c64bac1bc495fe7aecbcf08c28b8ea41b5a7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add functional tests for tlds"</title>
<updated>2015-11-09T15:54:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-09T15:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=665bc6bd05aec513bee6cd221e3f3fbf22470979'/>
<id>665bc6bd05aec513bee6cd221e3f3fbf22470979</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Fixes order of argument in assertEqual</title>
<updated>2015-10-13T07:50:36+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-10-13T07:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=6d9a45bf16ecec3944984f6218b822c55f5e4862'/>
<id>6d9a45bf16ecec3944984f6218b822c55f5e4862</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</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>
<entry>
<title>Layout some functional tests for the V2 CLI</title>
<updated>2015-09-23T14:30:35+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-08-24T15:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=6daf82777ec72337cc0afa6a702e66b64b622488'/>
<id>6daf82777ec72337cc0afa6a702e66b64b622488</id>
<content type='text'>
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
</pre>
</div>
</content>
</entry>
</feed>
