diff options
author | rabi <ramishra@redhat.com> | 2017-09-28 15:08:47 +0530 |
---|---|---|
committer | rabi <ramishra@redhat.com> | 2017-11-25 10:34:53 +0530 |
commit | 0cbfac7a99154433918b2510945d8ff323f457dd (patch) | |
tree | ce66db6d78a2fecd72ab4c1c201548162c528754 /heat_integrationtests/prepare_test_env.sh | |
parent | f4a06c2a92a361dbb401107b4ea1ab60972f473e (diff) | |
download | heat-0cbfac7a99154433918b2510945d8ff323f457dd.tar.gz |
Use heat-tempest-plugin for integration tests
Note: We still have to change grenade jobs to use
the plugin, before removing the plugin from tree.
Change-Id: Ie63f25e724ed3fbd42adcf5bb2d625c2fec67df1
Diffstat (limited to 'heat_integrationtests/prepare_test_env.sh')
-rwxr-xr-x | heat_integrationtests/prepare_test_env.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 055723282..77a3c8efe 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -58,7 +58,8 @@ iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk # Skip ReloadOnSighupTest. Most jobs now run with apache+uwsgi, so the test has no significance # Skip NotificationTest till bug #1721202 is fixed -iniset $conf_file heat_plugin skip_functional_test_list 'ReloadOnSighupTest, NotificationTest' +# Skip StackCancelTest till the python-heatclient is bumped +iniset $conf_file heat_plugin skip_functional_test_list 'ReloadOnSighupTest, NotificationTest, StackCancelTest' # Add scenario tests to skip # VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300 |