Andrea Frittoli | 17347f0 | 2017-07-26 16:18:30 +0100 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - | |
| 4 | The credentials_factory.py module is now marked as stable for Tempest |
| 5 | plugins. It provides helpers that can be used by Tempest plugins to |
| 6 | obtain test credentials for their test cases in a format that honors the |
| 7 | Tempest configuration in use. |
| 8 | Credentials may be provisioned on the fly during the test run, or they |
| 9 | can be setup in advance and fed to test via a YAML file; they can be |
| 10 | setup for identity v2 or identity v3. |