<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/functional/tests/identity, branch 2.3.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Defaults are ignored with flake8</title>
<updated>2016-02-23T17:08:36+00:00</updated>
<author>
<name>Tom Cocozzello</name>
<email>tjcocozz@us.ibm.com</email>
</author>
<published>2016-02-23T17:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3d7a26bdec7b3a41090b6b092025ab5cd8f87b24'/>
<id>3d7a26bdec7b3a41090b6b092025ab5cd8f87b24</id>
<content type='text'>
If “ignore” is not set under flake8 in the tox.ini
file there there are defaults set to be ignored.

The depended patch fixes many of the problems.

Change-Id: Ieed2fe1c4654e201d3fe6d40ef93e247ee736f8b
Doc: http://flake8.readthedocs.org/en/latest/config.html#default
Depends-On: I935ab48e7c5bac5f88ecdb3a05f73fb44fc9f41d
Closes-Bug: #1548910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If “ignore” is not set under flake8 in the tox.ini
file there there are defaults set to be ignored.

The depended patch fixes many of the problems.

Change-Id: Ieed2fe1c4654e201d3fe6d40ef93e247ee736f8b
Doc: http://flake8.readthedocs.org/en/latest/config.html#default
Depends-On: I935ab48e7c5bac5f88ecdb3a05f73fb44fc9f41d
Closes-Bug: #1548910
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix identity test_role functional tests</title>
<updated>2016-02-11T13:30:56+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-02-11T13:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=7d6d23d3780ef176eca9b353b5645762b13846c0'/>
<id>7d6d23d3780ef176eca9b353b5645762b13846c0</id>
<content type='text'>
A recent keystone change [1] resulted in the domain_id field
being included when showing a role.

[1] https://github.com/openstack/keystone/commit/407eabde417e85bb35bc7cbf1995857f4b20aeca

Change-Id: I344f4d727f2a16217c075ad8b8393c1e0a233c2e
Closes-Bug: #1544547
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A recent keystone change [1] resulted in the domain_id field
being included when showing a role.

[1] https://github.com/openstack/keystone/commit/407eabde417e85bb35bc7cbf1995857f4b20aeca

Change-Id: I344f4d727f2a16217c075ad8b8393c1e0a233c2e
Closes-Bug: #1544547
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Skip identity v2 functional tests"</title>
<updated>2016-02-01T20:56:43+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-02-01T20:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=bca1a930f49b731001c1a06f78b0ff516af9959a'/>
<id>bca1a930f49b731001c1a06f78b0ff516af9959a</id>
<content type='text'>
This reverts commit 5032dbc8074d5133c6b71610cd57d3c8da07c9b9 based on [1].

[1] https://review.openstack.org/#/c/274703/

Change-Id: Ic10ef7c37d71e452fbc4bd36e28be79d669b4e3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5032dbc8074d5133c6b71610cd57d3c8da07c9b9 based on [1].

[1] https://review.openstack.org/#/c/274703/

Change-Id: Ic10ef7c37d71e452fbc4bd36e28be79d669b4e3f
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip identity v2 functional tests</title>
<updated>2016-01-29T21:45:07+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-01-29T21:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=5032dbc8074d5133c6b71610cd57d3c8da07c9b9'/>
<id>5032dbc8074d5133c6b71610cd57d3c8da07c9b9</id>
<content type='text'>
DevStack now uses identity v3 by default thus causing OSC to
only load openstack.identity.v3 commands. This prevents running
functional tests on openstack.identity.v2 commands. As a result,
this patch set skips all identity v2 functional tests to unblock
the gate.

Change-Id: I066187318be71792a966fa21226fab0d406c3758
Partial-Bug: #1539780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DevStack now uses identity v3 by default thus causing OSC to
only load openstack.identity.v3 commands. This prevents running
functional tests on openstack.identity.v2 commands. As a result,
this patch set skips all identity v2 functional tests to unblock
the gate.

Change-Id: I066187318be71792a966fa21226fab0d406c3758
Partial-Bug: #1539780
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation for project unset cmd for python-openstackclient.</title>
<updated>2016-01-04T15:25:55+00:00</updated>
<author>
<name>Jude Job</name>
<email>judeopenstack@gmail.com</email>
</author>
<published>2015-12-16T09:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=a2a63f19bf1d21c437f1b980aa209277fc947a89'/>
<id>a2a63f19bf1d21c437f1b980aa209277fc947a89</id>
<content type='text'>
This patch introduces a unit test class TestProjectUnset
for testing unset cmd.

Co-Authored-By: Steve Martinelli &lt;stevemar@ca.ibm.com&gt;
Change-Id: Ib4a414d2313e3d37e48d1cb3639f064231aec508
Closes-Bug: #1486597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch introduces a unit test class TestProjectUnset
for testing unset cmd.

Co-Authored-By: Steve Martinelli &lt;stevemar@ca.ibm.com&gt;
Change-Id: Ib4a414d2313e3d37e48d1cb3639f064231aec508
Closes-Bug: #1486597
</pre>
</div>
</content>
</entry>
<entry>
<title>remove url from v3 regions</title>
<updated>2015-10-21T13:21:20+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-10-18T19:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=539c39bfafa06e794b1855325a29f7ee4a9ac3c2'/>
<id>539c39bfafa06e794b1855325a29f7ee4a9ac3c2</id>
<content type='text'>
the parameter "url" was removed from Keystone, it was only added
for one release as part of an experimental support for adding
service providers.

BackwardsIncompatibleImpact
Closes-Bug: 1506841

Change-Id: I7a62fbf1d9bfa8e6dd8d619e98c32b9860348d2e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the parameter "url" was removed from Keystone, it was only added
for one release as part of an experimental support for adding
service providers.

BackwardsIncompatibleImpact
Closes-Bug: 1506841

Change-Id: I7a62fbf1d9bfa8e6dd8d619e98c32b9860348d2e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "additional functional tests for identity providers"</title>
<updated>2015-08-22T04:40:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-08-22T04:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3751dbf1272bf20d82c55d61c2e20bcc0b29c983'/>
<id>3751dbf1272bf20d82c55d61c2e20bcc0b29c983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unwedge the osc gate</title>
<updated>2015-08-21T20:33:48+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-08-21T20:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=59d12a63b4c9eb71294931de1eb8957465cae6fd'/>
<id>59d12a63b4c9eb71294931de1eb8957465cae6fd</id>
<content type='text'>
keystone added a new property to projects, called is_domain.
our functional tests fail because we are not expecting that in
the project's 'show' command.

Change-Id: Idf05118155847e3a6002818c44b99825801ea9f4
Related-Bug: #1487600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keystone added a new property to projects, called is_domain.
our functional tests fail because we are not expecting that in
the project's 'show' command.

Change-Id: Idf05118155847e3a6002818c44b99825801ea9f4
Related-Bug: #1487600
</pre>
</div>
</content>
</entry>
<entry>
<title>additional functional tests for identity providers</title>
<updated>2015-08-21T16:07:58+00:00</updated>
<author>
<name>Kelvin Lui</name>
<email>kelvinlittle@yahoo.com</email>
</author>
<published>2015-08-05T19:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=8fb19bc2a93c6cf6fa71c809dd47c6123a523b04'/>
<id>8fb19bc2a93c6cf6fa71c809dd47c6123a523b04</id>
<content type='text'>
add tests for:

  * delete
  * set
  * list
  * show 

Change-Id: Ibe34f28d7ae77d139a6e0edf4fe04215c371c9a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add tests for:

  * delete
  * set
  * list
  * show 

Change-Id: Ibe34f28d7ae77d139a6e0edf4fe04215c371c9a8
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce functional test for Identity Provider</title>
<updated>2015-08-01T05:38:20+00:00</updated>
<author>
<name>Kelvin Lui</name>
<email>kelvinlittle@yahoo.com</email>
</author>
<published>2015-07-30T18:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=cd98e063eb3bbf5e2e574f61f1062f611707321d'/>
<id>cd98e063eb3bbf5e2e574f61f1062f611707321d</id>
<content type='text'>
Identity Provider currently doesn't have test coverage.

Change-Id: Iea2e705f9d2303f58516f08a7526135988032025
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Identity Provider currently doesn't have test coverage.

Change-Id: Iea2e705f9d2303f58516f08a7526135988032025
</pre>
</div>
</content>
</entry>
</feed>
