summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Improve implied-role functional tests"3.3.0Jenkins2016-07-282-28/+31
|\
| * Improve implied-role functional testsNisha Yadav2016-07-132-28/+31
| | | | | | | | | | | | | | Improves functional tests for implied-roles by using fixtures retaining the similarity with other client-functional-tests. Change-Id: Ia5531964b0064590845d58488f2d43ddf34d8129
* | Use assertEqual() instead of assertDictEqual()Tang Chen2016-07-263-24/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack now has dropped support for python 2.6 and lower. So we don't need to define an assertDictEqual() for python lower than 2.7. Further, assertEqual() in testtools is able to handle dicts comparation, just the same as assertDictEqual() in unittest2. So we do't need to call assertDictEqual() for dicts any more. Please also refer to: https://review.openstack.org/#/c/347097/ Change-Id: Ieaf211617c38aa0f9a38625b1009c36bd6a16fba
* | Merge "Use the adapter instead of the client in tests"Jenkins2016-07-181-1/+1
|\ \
| * | Use the adapter instead of the client in testsDavid Stanek2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Both the V2.0 and V3 clients create managers by passing in an instance of the _KeystoneAdapter class. Is seems reasonable for the tests to do the same things to keep everything consistent. Change-Id: I06d256e71105fdad3f4d182a53a6887617b4cffe
* | | Updated from global requirementsOpenStack Proposal Bot2016-07-171-1/+1
| |/ |/| | | | | Change-Id: I350a6bc4b052844740289279d11092b58b3baf27
* | Merge "Updated from global requirements"Jenkins2016-07-101-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | | | | | | | | | Change-Id: I5c98fdfd0d8bf97245dd305d1c8ca445164a21b2
* | | Merge "Remove unused LOG"Jenkins2016-07-103-12/+0
|\ \ \ | |/ / |/| |
| * | Remove unused LOGji-xuepeng2016-07-093-12/+0
| | | | | | | | | | | | | | | | | | This is to remove unused LOG to keep code clean. Change-Id: Ic123f89a341d6cf57c4f26568b626a49c6745045
* | | Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
|/ / | | | | | | Change-Id: I7ad7fd5714072d6a569f761a2976c4c5e25f6c9a
* | Merge "Improve docs for v3 regions"Jenkins2016-07-081-22/+51
|\ \
| * | Improve docs for v3 regionsNisha Yadav2016-07-071-22/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation to add functional tests for v3 regions, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I8d2169608d4acdc95116f49ea45cb6a15ba3b6e3 Partial-Bug: #1330769
* | | Merge "Add policy functional tests"Jenkins2016-07-062-0/+100
|\ \ \ | |/ /
| * | Add policy functional testsNisha Yadav2016-07-062-0/+100
| | | | | | | | | | | | | | | | | | Adds functional tests for policies. Change-Id: I0b217b8c75ce245ab56fdfff17bf337ab9e4164c
* | | Merge "Improve docs for v3 policies"Jenkins2016-07-061-4/+49
|\ \ \ | |/ /
| * | Improve docs for v3 policiesNisha Yadav2016-07-061-4/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation to add functional tests for v3 policies, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I8fef9c2ec54e38648e1000874c6d2381b6fad576 Partial-Bug: #1330769
* | | Merge "Add service functional tests"Jenkins2016-07-062-0/+146
|\ \ \ | |/ /
| * | Add service functional testsNisha Yadav2016-07-062-0/+146
| | | | | | | | | | | | | | | | | | Adds functional tests for services. Change-Id: Ied0ad0455799072d1e283024f12ea83e5603bce6
* | | Merge "Improve docs for v3 services"Jenkins2016-07-051-0/+54
|\ \ \ | |/ / | | / | |/ |/|
| * Improve docs for v3 servicesNisha Yadav2016-07-051-0/+54
| | | | | | | | | | | | | | | | | | In preparation to add functional tests for v3 services, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: Ic7aaadcd8f8d5ebdec0cd908e7cbe4f997a17b54 Partial-Bug: #1330769
* | Remove print in tests.functional.v3.test_implied_rolesyuyafei2016-07-051-1/+0
|/ | | | | | TrivialFix Change-Id: Icc9d6c76faaf29cba98111ee82dffc94fc0b2030
* Updated from global requirements3.2.0OpenStack Proposal Bot2016-07-012-2/+2
| | | | Change-Id: I433f6487a9e29166897cc4b6333e90226e443579
* Update other-requirements.txt for XenialAndreas Jaeger2016-06-291-1/+2
| | | | | | Update entries for Ubuntu xenial. Change-Id: Id248475284c7b227251999dd1f9e2b4a3afcec97
* Merge "Update README to comply with Identity V3"Jenkins2016-06-281-7/+9
|\
| * Update README to comply with Identity V3Joao Paulo Targino2016-06-281-7/+9
| | | | | | | | | | | | | | Updated the README instructions to use Identity V3 parameters and removed the reference to the deprecated 2.0 as an auth endpoint. Change-Id: Ia2bb8934277f6386b8c44ce51931b10d937e6bdf
* | Merge "List system dependencies for running common tests"Jenkins2016-06-282-0/+34
|\ \
| * | List system dependencies for running common testsAndreas Jaeger2016-06-282-0/+34
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an other-requirements.txt file containing a cross-platform list of dependencies needed for running included tox-based tests. Also include a tox environment for convenience calling the bindep[*] utility to list any missing system requirements. This change is self-testing. For other-requirements.txt see also http://docs.openstack.org/infra/manual/drivers.html#package-requirements [*] http://docs.openstack.org/infra/bindep/ Change-Id: Ifa3d417d9c3f8c172980a593c0a5a4a29987366a
* | Merge "Updated from global requirements"Jenkins2016-06-281-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| |/ | | | | | | Change-Id: I8be61c57af9f525fa254e567725fd24f7bc2fb2c
* | Follow up patch for Improve docs for v3 projectsNisha Yadav2016-06-251-4/+8
|/ | | | | | | This patch fixes some nits left by the review I3961945a2833fcd4a04c8e2fa294ecd3a12cfbe2. Change-Id: I8c7c4c926d60d0b0ba44c3c7a42e5eef7be9441c
* Improve docs for v3 projectsNisha Yadav2016-06-221-27/+62
| | | | | | | | In preparation to add functional tests for v3 projects, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I3961945a2833fcd4a04c8e2fa294ecd3a12cfbe2
* Merge "Add group functional tests"Jenkins2016-06-211-0/+94
|\
| * Add group functional testsNisha Yadav2016-06-211-0/+94
| | | | | | | | | | | | | | | | | | Adds functional tests for groups. For now, the tests are created under a single class. Once we have a gate that runs against LDAP, we will create a class that only contains readonly tests and a tox call for it (e.g tox -e functional-readonly). Change-Id: Ib1db14367b8dc3bd6356aff0dfef1fc573211c6e
* | Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
|/ | | | Change-Id: I422c275580a11d1b288747e6e21bead8215de46a
* Merge "Improve docs for v3 groups"Jenkins2016-06-211-4/+50
|\
| * Improve docs for v3 groupsNisha Yadav2016-06-211-4/+50
| | | | | | | | | | | | | | | | In preparation to add client functional tests for v3 groups, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I12722effee092eed00841215e8f1e9ea2d323628
* | Follow up patch for add domain functional testsNisha Yadav2016-06-212-5/+4
|/ | | | | | | This patch fixes comments left by the review I74bff2728c09e6aafaced97a7836f51e58a81786. Change-Id: Ic74e8fbde2455280f5affaafb8d989a6b98feb75
* Add domain functional testsNisha Yadav2016-06-202-0/+112
| | | | | | | | | Adds functional tests for domains. For now, the tests are created under a single class. Once we have a gate that runs against LDAP, we will create a class that only contains readonly tests and a tox call for it (e.g tox -e functional-readonly). Change-Id: I74bff2728c09e6aafaced97a7836f51e58a81786
* Improve docs for v3 domainsNisha Yadav2016-06-201-1/+48
| | | | | | | | In preparation to add functional tests for v3 domains, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I78e62fbd877ba32744fa3587ad2eb497bfb79fc2
* Updated from global requirementsOpenStack Proposal Bot2016-06-171-1/+1
| | | | Change-Id: Ia5e23854ccc6600362687541269aa50585fa9081
* Use /v3/auth/projects and /v3/auth/domainsLance Bragstad2016-06-133-6/+6
| | | | | | | | | The OS-FEDERATION/projects and OS-FEDERATION/domains APIs are deprecated. We should switch python-keystoneclient to use the correct API before they are removed. Change-Id: Id58a62d538e8d6f70af420bd6c98278522720466 Closes-Bug: 1590037
* Merge "Add users functional tests"Jenkins2016-06-102-0/+172
|\
| * Add users functional testsSamuel de Medeiros Queiroz2016-05-122-0/+172
| | | | | | | | | | | | | | | | | | Adds initial set of functional tests for users. For now, all the tests are created under a single class. Once we have a gate that runs against LDAP, we will create a class that only contains readonly tests and a tox call for it (e.g tox -e functional-readonly). Change-Id: Ie41872a1ad86db6219dd0af47dbc3e2db46bd878
* | Handle EmptyCatalog exception in list federated projectsPaulo Ewerton2016-06-082-1/+104
| | | | | | | | | | | | | | | | | | | | | | | | This patch handles the EmptyCatalog exception raised from the keystoneauth1.access.service_catalog.url_for function when listing projects in the unscoped token case. Also a new test class, K2KFederatedProjectTests, is added. Co-Authored-By: Doug Fish <drfish@us.ibm.com> Change-Id: I37e601cf0126ddae2a3e5ec255f4e4703ecf7682 Closes-Bug: #1471943
* | Updated from global requirementsOpenStack Proposal Bot2016-06-032-2/+2
| | | | | | | | Change-Id: Id4f9faae93b1d57094055b8579d37db82bd04a43
* | PEP257: Ignore D203 because it was deprecatedDolph Mathews2016-06-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | PEP257's D203 check ensures that you have a blank line before class docstrings. This rule directly conflicts with D211 (no blank lines before class docstrings), which is intended to supersede D203. The original language in PEP257 which D203 was based on was actually removed from PEP257 by Guido here: https://hg.python.org/peps/rev/9b715d8246db Change-Id: Icc048b947acea8f655d00540c221123b906e7545
* | Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | | | | | Change-Id: Icc5e63cfd84aa6f5bc1d00868d086a1aff0e8088
* | import warnings in doc/source/conf.pyCorey Bryant2016-05-311-0/+1
| | | | | | | | | | Change-Id: If14c02e156f7fe6884ad8de4b80869b2d01de4d7 Closes-Bug: 1587625
* | Updated from global requirementsOpenStack Proposal Bot2016-05-311-1/+1
| | | | | | | | Change-Id: I276b3b1d37fde11153ec062866cf6c9c221a3375