Merge "Fix genconfig tox env"

This commit is contained in:
Zuul 2020-04-16 08:13:22 +00:00 committed by Gerrit Code Review
commit 4b09c4b1f2
3 changed files with 4 additions and 8 deletions

View File

@ -20,6 +20,7 @@ To run the tests against DevStack, do the following::
If the Heat Tempest Plugin is also installed, the tests from that will be run
as well.
If custom configuration is required, add it in the file
``heat_integrationtests/heat_integrationtests.conf``. A sample configuration is
available in ``heat_integrationtests/heat_integrationtests.conf.sample``
These tests require both tempest and heat tempest plugin installed.
If custom configuration is required, it should be configured in the
heat tempest plugin configuration of the tempest config
(see heat tempest plugin and tempest docs for more info).

View File

@ -1,4 +0,0 @@
[DEFAULT]
output_file = heat_integrationtests/heat_integrationtests.conf.sample
wrap_width = 79
namespace = heat_integrationtests.common.config

View File

@ -81,7 +81,6 @@ commands =
[testenv:genconfig]
commands =
oslo-config-generator --config-file=config-generator.conf
oslo-config-generator --config-file=heat_integrationtests/config-generator.conf
[testenv:genpolicy]
commands =