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:
parent
2ef9f4bf37
commit
31ea2fcde1
@ -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).
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
output_file = heat_integrationtests/heat_integrationtests.conf.sample
|
||||
wrap_width = 79
|
||||
namespace = heat_integrationtests.common.config
|
Loading…
Reference in New Issue
Block a user