summaryrefslogtreecommitdiff
path: root/heat_integrationtests
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2020-02-06 08:16:54 +0000
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2020-04-09 09:12:09 +0000
commit31ea2fcde16bbc7b54bd46741b09b18759e14ce5 (patch)
tree47e134d4cd73229e2d010f3b81dffc97856d41c6 /heat_integrationtests
parent2ef9f4bf378ca36026992e8b36b7bfeded19945a (diff)
downloadheat-31ea2fcde16bbc7b54bd46741b09b18759e14ce5.tar.gz
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
Diffstat (limited to 'heat_integrationtests')
-rw-r--r--heat_integrationtests/README.rst7
-rw-r--r--heat_integrationtests/config-generator.conf4
2 files changed, 4 insertions, 7 deletions
diff --git a/heat_integrationtests/README.rst b/heat_integrationtests/README.rst
index ec4635a56..bfb0e7237 100644
--- a/heat_integrationtests/README.rst
+++ b/heat_integrationtests/README.rst
@@ -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).
diff --git a/heat_integrationtests/config-generator.conf b/heat_integrationtests/config-generator.conf
deleted file mode 100644
index 4c92c4851..000000000
--- a/heat_integrationtests/config-generator.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-output_file = heat_integrationtests/heat_integrationtests.conf.sample
-wrap_width = 79
-namespace = heat_integrationtests.common.config