summaryrefslogtreecommitdiff
path: root/barbicanclient/tests
Commit message (Expand)AuthorAgeFilesLines
* Added secret consumers list functionality. Unit, smokeMauricio Harley2023-02-101-0/+32
* Added the force parameter to consumer removal and the corresponding CLI commandsMauricio Harley2023-02-073-39/+165
* Add secret consumers Python APIMauricio Harley2023-01-181-1/+43
* Unit tests for microversion, initial change for consumersAndre Aranha2023-01-173-49/+308
* Implement microversionsDouglas Mendizábal2023-01-032-53/+112
* Remove unicode literal5.4.0Takashi Kajinami2022-05-182-18/+18
* Remove sixTakashi Kajinami2022-05-183-15/+6
* Fix unit test failue with cliff>=3.5.0Takashi Kajinami2022-05-161-4/+1
* Drop lower-constraints.txt and its testingGhanshyam Mann2022-05-131-0/+2
* Switch from unittest2 compat methods to Python 3.x methodsDirk Mueller2020-06-111-4/+4
* Use unittest.mock instead of third party mockSean McGinnis2020-06-092-2/+4
* Support two-way auth for barbicanclientjonnary2019-10-021-0/+40
* Update json module to jsonutilscao.yuan2019-02-263-24/+26
* Secret payload should also be fetched by UUIDAdam Harwell2018-12-201-3/+9
* Allow fetching by UUID, and respect interfaceAdam Harwell2018-09-116-52/+261
* Add --file flag for secretsDave McCowan2018-06-011-0/+14
* Refactor barbicanclientJeremy Liu2017-06-207-11/+27
* Merge "Enable F and H flake8 rules"Jenkins2017-04-077-33/+62
|\
| * Enable F and H flake8 rulesKaitlin Farr2017-03-297-33/+62
* | Replace six.iteritems() with .items()M V P Nitesh2017-03-301-2/+1
|/
* Set client module __version__Rui Chen2017-03-251-0/+8
* Merge "Change parent class of `WhenTestingCertificateOrders`"Jenkins2017-03-101-32/+22
|\
| * Change parent class of `WhenTestingCertificateOrders`Jeremy Liu2017-02-251-32/+22
* | Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()"Jenkins2017-03-091-25/+40
|\ \
| * | Replaces uuid.uuid4 with uuidutils.generate_uuid()Luong Anh Tuan2016-12-191-25/+40
| |/
* | Fix serializable issues when retrieving json format resourcesJeremy Liu2017-02-255-1/+58
|/
* Accept 'pass_phrase' for AsymmetricOrder constructorJuan Antonio Osorio Robles2016-12-141-0/+33
* Merge "Validate key order meta fields."Jenkins2016-11-221-1/+28
|\
| * Validate key order meta fields.Max Abidi2016-08-231-1/+28
* | Merge "Using assertTrue/False() instead of assertEqual(True/False)"Jenkins2016-11-112-5/+5
|\ \
| * | Using assertTrue/False() instead of assertEqual(True/False)Anh Tran2016-09-282-5/+5
* | | Merge "Do not write except:, use except Exception instead"Jenkins2016-10-191-1/+1
|\ \ \
| * | | Do not write except:, use except Exception insteadweiweigu2016-07-111-1/+1
| | |/ | |/|
* | | Merge "Using assertEqual instead of assertEquals"Jenkins2016-10-191-1/+1
|\ \ \
| * | | Using assertEqual instead of assertEqualsAnh Tran2016-09-271-1/+1
| | |/ | |/|
* | | Merge "Use keystoneauth"Jenkins2016-10-181-1/+1
|\ \ \
| * | | Use keystoneauthDouglas Mendizábal2016-10-181-1/+1
| |/ /
* | | Merge "Fix argument order for assertEqual to (expected, observed)"Jenkins2016-10-142-8/+8
|\ \ \ | |/ / |/| |
| * | Fix argument order for assertEqual to (expected, observed)hongzhezheng2016-07-072-8/+8
| |/
* | Handle container list command correctlyting.wang2016-09-211-2/+21
|/
* Censoring secrets payload value from debug logArun Kant2016-04-081-0/+10
* Fix argument order for assertEqual to (exp, obs)reedip2016-03-245-20/+20
* Display error descriptionThomas Herve2016-03-091-0/+7
* Replace assertEqual(None, *) with assertIsNone in tests4.0.0Shuquan Huang2016-03-021-1/+1
* Add to_dict method to EntityFormatter.Laurent Luce2015-10-091-0/+59
* Initialize optional attributes in CA objectDave McCowan2015-10-051-6/+26
* Merge "Part 2: Adding ACL support for CLI commands and docs"Jenkins2015-10-032-0/+51
|\
| * Part 2: Adding ACL support for CLI commands and docsArun Kant2015-09-292-0/+51
* | Fix keystone version selectionAdam Harwell2015-09-291-1/+1
|/
* Part 1: Adding ACL support for Client API.Arun Kant2015-09-281-0/+457