heat/heat_integrationtests
Rabi Mishra 2c868e8939 Use fedora 29 image from nodepool mirror
It seems fedora 27 cloud images are not available.

Also includes a few more changes to fix the gate:

- Bumps flavor for
test_server_signal_userdata_format_software_config

- Add heat-agents as required project

We removed[1] these scripts from heat-templates.

[1] https://review.openstack.org/#/c/584777/

Change-Id: I199afcbaa5050226a333779ac22aea3451f94b04
(cherry picked from commit b5333aea94
                       and a2f74772e1)
2019-01-23 09:45:00 +05:30
..
api Add endpoint_type config option 2018-04-05 13:45:44 +05:30
common Add endpoint_type config option 2018-04-05 13:45:44 +05:30
functional Update resource definitions after legacy in-place update 2018-09-26 08:58:53 +00:00
locale Imported Translations from Zanata 2017-08-13 10:28:33 +00:00
scenario Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
.gitignore Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
README.rst Fix readme guide for heat_integrationtests 2017-08-07 18:38:12 +08:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
cleanup_test_env.sh Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
install-requirements Create integration tests requirements on the fly 2016-03-25 13:40:50 +00:00
plugin.py Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
post_test_hook.sh Update .stestr.conf with the group_regex 2018-04-05 13:45:42 +05:30
pre_test_hook.sh Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
prepare_test_env.sh Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
prepare_test_network.sh Use osc commands for creating neutron resources 2016-10-20 15:42:40 +05:30

README.rst

Heat integration tests

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

To run the tests against DevStack, do the following:

# Define DEST

export DEST=/opt/stack

# create test resources and write tempest config

$DEST/heat/heat_integrationtests/prepare_test_env.sh

$DEST/heat/heat_integrationtests/prepare_test_network.sh

# run tempest selecting only these tests

cd $DEST/tempest

tempest run --regex heat_integrationtests

If custom configuration is required, edit the [heat_plugin] section of

$DEST/tempest/etc/tempest.conf