tempest/releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml
Colleen Murphy 0e52d4e706 Add tests for application credentials
Application credentials were implemented in keystone in Queens. This
patch adds test for create, retrieval, and deleting application
credentials and ensures that application credentials that are created
can be used for authentication. Updating application credentials is not
supported.

bp application-credentials

Change-Id: I3272fee2881fb918fe83961774f4bd27e30cee02
2018-04-16 13:02:01 +02:00

10 lines
510 B
YAML

---
features:
- |
[`blueprint application-credentials <https://blueprints.launchpad.net/keystone/+spec/application-credentials>`_]
Tempest can test keystone's application credentials interface. A new client
library is added for application credentials, and a new config option,
``[identity-feature-enabled]/application_credentials``, can control whether
the application credentials feature is tested (defaults to False,
indicating the feature is not enabled in the cloud under test).