Tempest Plugin for Trove project
Go to file
likui 4cd62b2a3d setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ie929cf7fc728e108c17561976b62094f24676193
2022-08-27 10:06:40 +08:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-05 10:58:20 +12:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-05 10:58:20 +12:00
trove_tempest_plugin Show trove guest agent log when instance creation failed 2021-10-11 21:32:14 +13:00
.coveragerc Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
.gitignore Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:44:25 +00:00
.mailmap Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
.stestr.conf Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
.zuul.yaml Show trove guest agent log when instance creation failed 2021-10-11 21:32:14 +13:00
CONTRIBUTING.rst Fix the old or invalid doc links 2018-10-07 11:31:36 +08:00
HACKING.rst Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
LICENSE Apply cookiecutter to newly split project trove-tempest-plugin 2017-12-11 20:15:13 +05:30
README.rst Fix the old or invalid doc links 2018-10-07 11:31:36 +08:00
requirements.txt Show trove guest agent log when instance creation failed 2021-10-11 21:32:14 +13:00
setup.cfg setup.cfg: Replace dashes with underscores 2022-08-27 10:06:40 +08:00
setup.py Cleanup cruft 2020-05-10 14:37:51 +02:00
tempest_blacklist.txt Move updating access test case to a separate test class 2020-12-07 10:14:32 +13:00
test-requirements.txt Cleanup cruft 2020-05-10 14:37:51 +02:00
tox.ini setup.cfg: Replace dashes with underscores 2022-08-27 10:06:40 +08:00

README.rst

Trove Tempest Plugin

Tempest plugin for Trove Project

It contains tempest tests for Trove project.