<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/tests/test_v1, branch stein-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>Replace 'assertTrue(a in b)' with 'assertIn(a, b)'</title>
<updated>2016-09-28T06:51:43+00:00</updated>
<author>
<name>Cao Xuan Hoang</name>
<email>hoangcx@vn.fujitsu.com</email>
</author>
<published>2016-09-28T06:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=da65768aba7a5a31fc0821df7f88eb76ea41fc1c'/>
<id>da65768aba7a5a31fc0821df7f88eb76ea41fc1c</id>
<content type='text'>
trivialfix

Change-Id: Iaf6fc3b4b68d764de38856cab54d27579565310f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trivialfix

Change-Id: Iaf6fc3b4b68d764de38856cab54d27579565310f
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to keystoneauth</title>
<updated>2016-05-16T20:20:28+00:00</updated>
<author>
<name>Clenimar Filemon</name>
<email>clenimar.filemon@gmail.com</email>
</author>
<published>2016-05-06T21:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=b68dca09b13166a7a357d5d41e7def93ed4e30cb'/>
<id>b68dca09b13166a7a357d5d41e7def93ed4e30cb</id>
<content type='text'>
This patch migrates designateclient to using keystoneauth Session
instead of deprecated keystoneclient's Session and plugins.

Also, this patch removes the old designateclient.auth module as it is
not used anywhere else in the code base and its purpose is overridden by
the fact that keystoneauth acts as an abstraction layer for
authentication (handling requests and reauthentication internally).

Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch migrates designateclient to using keystoneauth Session
instead of deprecated keystoneclient's Session and plugins.

Also, this patch removes the old designateclient.auth module as it is
not used anywhere else in the code base and its purpose is overridden by
the fact that keystoneauth acts as an abstraction layer for
authentication (handling requests and reauthentication internally).

Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using non-existent method of Mock</title>
<updated>2016-02-17T12:24:14+00:00</updated>
<author>
<name>Chaozhe.Chen</name>
<email>chaozhe.chen@easystack.cn</email>
</author>
<published>2016-02-17T03:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=607bef280c19a8842ff97629d65bbf8ddf288845'/>
<id>607bef280c19a8842ff97629d65bbf8ddf288845</id>
<content type='text'>
There is no method called_once_with() in Mock object.
Use assert_called_once_with() instead.

I tested it in my tox environment. The revised assertion will work.

Change-Id: I530b58a434b4c031d236b0b04e8c7091854c992f
Closes-Bug: #1544522
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no method called_once_with() in Mock object.
Use assert_called_once_with() instead.

I tested it in my tox environment. The revised assertion will work.

Change-Id: I530b58a434b4c031d236b0b04e8c7091854c992f
Closes-Bug: #1544522
</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>Merge "Adds test cases for servers in designateclient"</title>
<updated>2015-10-12T21:23:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-10-12T21:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=d8c0240b0ea6fbfe00878511a93bc0befac923a1'/>
<id>d8c0240b0ea6fbfe00878511a93bc0befac923a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds test cases for servers in designateclient</title>
<updated>2015-09-29T09:12:45+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-09-29T09:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=3f8ab7772d35f23753b713c1c72b489d8f5a6083'/>
<id>3f8ab7772d35f23753b713c1c72b489d8f5a6083</id>
<content type='text'>
This patch adds test cases for servers module of

v1 client.

Change-Id: I3576962d03a8da88ed5bf105ff2c7a5c32aff43c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds test cases for servers module of

v1 client.

Change-Id: I3576962d03a8da88ed5bf105ff2c7a5c32aff43c
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds test cases for domain in designate v1 client</title>
<updated>2015-09-29T08:29:16+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-09-29T08:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=54a9d4c0c99798323b7aa1ecab493e0e4d7c3f4f'/>
<id>54a9d4c0c99798323b7aa1ecab493e0e4d7c3f4f</id>
<content type='text'>
This patch adds test cases for domain of v1 client.

Change-Id: Ie6bf3c89d8c04c438e2751682f851c868b5dc48b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds test cases for domain of v1 client.

Change-Id: Ie6bf3c89d8c04c438e2751682f851c868b5dc48b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Implement socket timeout in v1"</title>
<updated>2015-09-08T13:40:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-08T13:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=9803b87a31971b601920e37956e17a64ad896b8e'/>
<id>9803b87a31971b601920e37956e17a64ad896b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Added test cases for reports in designateclient"</title>
<updated>2015-09-07T13:42:19+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-07T13:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=649e7d48c8bcd76b1ef1f5d8f0f87e8f1056fd24'/>
<id>649e7d48c8bcd76b1ef1f5d8f0f87e8f1056fd24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Added diagnostics,sync and touch test cases for v1 designateclient"</title>
<updated>2015-09-07T13:42:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-07T13:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=1212e969a646e84ef6c6f87f4012bda06999e11f'/>
<id>1212e969a646e84ef6c6f87f4012bda06999e11f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
