deb-heat/heat_integrationtests
Peter Razumovsky 7f4cde72b6 Fix [H302] errors in heat_integrationtests
Change-Id: I116e55685e1ee11a0c58c9b33c00cfc0e9f42efe
2014-11-26 16:43:56 +03:00
..
common Merge "Add support for running tests against standalone Heat" 2014-11-24 11:01:35 +00:00
functional Move common functions into functional test base-class 2014-11-20 14:33:57 +00:00
scenario Fix [H302] errors in heat_integrationtests 2014-11-26 16:43:56 +03:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
.gitignore Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
generate_sample.sh Add missing \n at the end of file 2014-10-09 22:06:49 +02:00
heat_integrationtests.conf.sample Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
post_test_hook.sh Configure flavor and image from env 2014-10-08 10:16:30 +13:00
pre_test_hook.sh Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
README.rst Add missing \n at the end of file 2014-10-09 22:06:49 +02:00

Heat integration tests

These tests can be run against any heat-enabled OpenStack cloud, however defaults match running against a recent devstack.

To run the tests against devstack, do the following:

# source devstack credentials source /opt/stack/devstack/accrc/demo/demo # run the heat integration tests with those credentials cd /opt/stack/heat tox -eintegration

If custom configuration is required, copy the following file:

heat_integrationtests/heat_integrationtests.conf.sample

to:

heat_integrationtests/heat_integrationtests.conf

and make any required configuration changes before running:

tox -eintegration