summaryrefslogtreecommitdiff
path: root/doc/source/data
Commit message (Collapse)AuthorAgeFilesLines
* Inclusive jargonMartin Kopec2021-01-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | Following stestr's example where arguments such as --blacklist-file, --black-regex and --whitelist-file are deprecated since its 3.1.0 release, let's do the change here as well in order to get tempest consumers some time for the transition. This change deprecates the following arguments and replaces them by new ones which are functionally equivavelnt: * --black-regex is replaced by --exclude-regex * --blacklist-file is replaced by --exclude-list * --whitelist-file is replaced by --include-list For now, Tempest will accept both (new and old) arguments to make the transition smoother for all consumers. The patch also bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I3e09b31f63d2cd7ea41c48e62432bd3bc54fcf44
* Publish BLACKLIST on Tempest plugin registry pageMasayuki Igawa2019-06-131-0/+7
| | | | | | | | | This commit makes the BLACKLIST to be published on the Tempest plugin registry page which we discussed at the PTG[0]. [0] https://etherpad.openstack.org/p/qa-train-ptg Change-Id: I707aba930037e86f5f94dac73da957f5afacf935
* docs: Fix incorrect docstrings in reStructuredText formatSergey Vilgelm2018-11-211-3/+3
| | | | | | | Several docstrings have incorrect format, what prevents to generate a documentation using sphinx-apidoc extension. Change-Id: I66431c7030089173d7635c1e2a72765db21f9780
* Dynamic width count for plugin registry table columnghanshyam2018-07-311-4/+0
| | | | | | | | | | There might be chance that few plugin name and url does not fit into hard coded column width and give error. This commit count the column width as per plugins name. Also display the number of plugins in new SR column. Change-Id: Ia5736d2581ee3b6f851b8d08f855c2a19c157c47
* Move data directory under doc/sourceMasayuki Igawa2017-09-061-0/+23
This commit moves the data directory under doc/source directory. The data directory have only tempest-plugins-registry.header which is only used for documentation. So, this change makes it clearer for the meaning of the directory. Change-Id: I73059707cb45bb241128662fbd7a48747332ea7f