tempest/releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml
Andrea Frittoli bf142fc3d8 Make test.py and clients.py as stable for plugins
test.py and clients.py now only depend on stable
interfaces and can be marked stable for plugins.

Previous patches added unit tests and docstrings
for most methods.

Change-Id: I22cb1a7744d2310f9b70769e136803a607217ceb
2017-10-23 17:51:32 +02:00

9 lines
345 B
YAML

---
features:
- |
Two extra modules are now marked as stable for plugins, test.py and clients.py.
The former includes the test base class with its automatic credentials
provisioning and test resource managing fixtures.
The latter is built on top of ServiceClients and it adds aliases and a few custom
configurations to it.