Add tests in skip for heat_tempest_plugin
We need to skip some tests by reason of some feature doesn't support
Change-Id: Ib57d650b49cf8042b76d7dc1f306eaab29ae3c0b
Related-prod:PROD-18670
diff --git a/metadata/service/tempest/init.yml b/metadata/service/tempest/init.yml
index 08ecd2a..3704a5e 100644
--- a/metadata/service/tempest/init.yml
+++ b/metadata/service/tempest/init.yml
@@ -6,7 +6,11 @@
- runtest
parameters:
_param:
- runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest'
+ runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, AodhAlarmTest'
+ # VolumeBackupRestoreIntegrationTest : we don't use volume backup in our default configuration.
+ # AodhAlarmTest : we don't have aodh endpoint because of have't telemetry on default configuration.
+ runtest_heat_plugin_skip_functional_test_list: 'UpdateServerNetworksTest', 'StackTemplateValidateTest'
+ # UpdateServerNetworksTest, StackTemplateValidateTest : These tests support in openstack Queens, but not in Pike.
runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt'
tempest_test_target: cfg01*
runtest:
@@ -17,6 +21,7 @@
test_target: ${_param:tempest_test_target}
heat_plugin:
skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list}
+ skip_functional_test_list: ${_param:runtest_heat_plugin_skip_functional_test_list}
instance_type: 'm1.heat_int'
minimal_instance_type: 'm1.heat_micro'
auth_version: 3