Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann fc1791f858 Retire tempest-lib in favor of tempest.lib
As of the 1.0.0 release tempest-lib as a separate
repository and project is deprecated. We moved all the
code to tempest.lib temepst version 10.

Hoping everyone is moved to tempest.lib now, We can retire
the tempest-lib. We discussed the same in PTG and agreed to
proceed on retirement
- https://etherpad.opendev.org/p/qa-zed-ptg

Needed-By: https://review.opendev.org/c/openstack/governance/+/836704

Change-Id: I37ceb96e084f569ea59e4849ca8770742ce17846
2022-04-05 23:41:14 +00:00
Matthew Treinish ddae30f033 Switch to using autogenerated ChangeLog in docs
This commit switches the docs to use the PBR generated ChangeLog
instead of a hand curated release notes section. This is a lot less
error prone and instantaneous as compared to our current method which
often leaves the release notes section stale for months at a time.

Change-Id: Idbbe0d4ec8013ead19994056553f5ed1fcb49132
2015-09-24 11:50:05 -04:00
Matthew Treinish 522ac74a25
Add release notes to docs for past few releases
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
2015-04-28 15:08:01 -04:00
Matthew Treinish 292989688a Improve the library's documentation
This commit is the first step in improving the library's documentation.
It adds missing details to a lot of the default cookiecutter docs which
have mostly sat untouched since the repo was created. The release notes
are also brought up to date and adds autodoc pages for all the modules
with public functions.

Change-Id: Id249c95fb269d07628952a4182675bce1fc18a53
2015-02-11 19:04:47 -05:00
Matthew Treinish d2e4040b8b Setup subunit-trace as an entry point
This commit moves subunit-trace into the newly created cmd dir and
adds a pbr entry point to run it as a binary. This will enable using
subunit-trace just by installing tempest-lib.

Change-Id: I3ae379edca3e776e90a18d53393c4c1424d291f7
2014-09-16 18:18:31 -04:00
Matthew Treinish a7132fa2d7 Add docs for docstrings in cli to sphinx output
This commit updates the sphinx docs to include the docstrings for the
tempest_lib.cli module to the output from sphinx.

Change-Id: I854e63497836e77a90040bbf1d1a2011a6e873a8
2014-09-08 13:57:25 +00:00
Matthew Treinish c352bd001f Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00