<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/functionaltests, branch 2.1.0</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Adds changes related to py3 compatibility</title>
<updated>2015-11-24T11:05:14+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-11-24T10:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=fa5f6c4b56772ed9f8779a8ffb0d47245c49e1bd'/>
<id>fa5f6c4b56772ed9f8779a8ffb0d47245c49e1bd</id>
<content type='text'>
This patch replaces map() and zip() with six.moves.map()
and six.moves.zip() respectively  to provide py2/3
compatibility.

Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b
Partially-Implements: blueprint designate-py3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch replaces map() and zip() with six.moves.map()
and six.moves.zip() respectively  to provide py2/3
compatibility.

Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b
Partially-Implements: blueprint designate-py3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add functional tests for blacklists"</title>
<updated>2015-11-09T15:54:23+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-09T15:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=dca1ccba74b309c3ae245e443b78071373497413'/>
<id>dca1ccba74b309c3ae245e443b78071373497413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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>Merge "Fixes order of argument in assertEqual"</title>
<updated>2015-11-04T21:43:36+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-04T21:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0c965ec1a90dd31d55a3d60e7464335fb26cc5cc'/>
<id>0c965ec1a90dd31d55a3d60e7464335fb26cc5cc</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 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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
