
This commit adds release notes to the tempest-lib docs for the past 3 releases. This was overlooked for 0.4.0 and 0.3.0, so those were included along with the recent 0.5.0 release. Change-Id: I0b64b1467ebb44a13c9bf2cbbc1585a3221cc974
93 lines
2.1 KiB
ReStructuredText
93 lines
2.1 KiB
ReStructuredText
.. tempest-lib documentation master file, created by
|
|
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to tempest-lib's documentation!
|
|
========================================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
readme
|
|
installation
|
|
usage
|
|
contributing
|
|
cli
|
|
decorators
|
|
|
|
Release Notes
|
|
=============
|
|
|
|
0.5.0
|
|
-----
|
|
* Support for specifying a prefix on the rand_name() function
|
|
* Migration of the ssh module from tempest
|
|
* A few cleanups and missing pieces for the auth.py module
|
|
* subunit-trace bug fix
|
|
* Improved unit tests and docstring coverage
|
|
|
|
0.4.0
|
|
-----
|
|
* A new console script entry point skip-tracker to identify @skip_because
|
|
decorators and query launchpad if the bug is closed or not
|
|
* Documentation Improvements
|
|
* A fix for rest client logging levels
|
|
* Adds the v2 and v3 token clients from tempest
|
|
* Adds the AuthProvider layer and credentials objects from tempest
|
|
|
|
|
|
0.3.0
|
|
-----
|
|
* Switch to using oslo.log instead of the oslo-incubator logging module
|
|
* Documentation improvements
|
|
* Handling of additional test result conditions in subunit-trace
|
|
* Addition of the data_utils module from tempest
|
|
|
|
0.2.1
|
|
-----
|
|
* Fix subunit-trace to enable stdout passthrough
|
|
|
|
0.2.0
|
|
-----
|
|
* Adds the skip_because decorator which was migrated from tempest
|
|
* Fixes to rest_client
|
|
* Separates the forbid
|
|
* Cleans up the exception classes to make inheritance simpler
|
|
* Doc typo fixes
|
|
|
|
0.1.0
|
|
-----
|
|
* Adds the RestClient class which was migrated from tempest
|
|
* Fix subunit-trace to handle when there isn't a worker tag in the subunit
|
|
stream
|
|
|
|
0.0.4
|
|
-----
|
|
* Fix subunit-trace when running with python < 2.7
|
|
|
|
0.0.3
|
|
-----
|
|
* subunit-trace bug fixes:
|
|
* Switch to using elapsed time for the summary view
|
|
* Addition of --failonly option from nova's forked subunit-trace
|
|
|
|
0.0.2
|
|
-----
|
|
* Fix the MRO ordering in the base test class
|
|
|
|
0.0.1
|
|
-----
|
|
* Adds cli testing framework
|
|
* Adds subunit-trace
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|