Fix genconfig tox env

we no longer keep configuration for in-repo integration tests in the
repo, relying on heat-tempest-plugin instead.

As a result, currently the `tox -egenconfig` is broken as it tries to
generate config sample calling non-existing config.py module.

Change-Id: I48685d7c791d98db83a7cbcf4ef926ee25ca62a4
This commit is contained in:
Pavlo Shchelokovskyy 2020-02-06 08:16:54 +00:00 committed by Pavlo Shchelokovskyy
parent 2ef9f4bf37
commit 31ea2fcde1
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 =