heat/heat_integrationtests/functional
gecong1973 7c389dd2a5 Fix some spelling mistakes in heat as follows:
in heat/contrib/rackspace/rackspace/tests/test_auto_scale.py:270:
       mock nova and glance client methods to satisfy contraints,   contraints should be constraints
   in heat/heat_integrationtests/functional/test_resource_group.py:51
       triggering validation of nested resource custom contraints,  contraints should be constraints
   in heat/heat/common/exception.py:258:
      """Keep this for AWS compatiblility."""    compatiblility should be compatibility
   in heat/heat/engine/resources/openstack/ceilometer/alarm.py:349:
      1) so we don't create watch tasks unneccessarly ,  unneccessarly should be unnecessarily

   in heat/heat/engine/resources/openstack/neutron/vpnservice.py:462:
     The Internet Key Exchange policy identifyies the authentication and , identifyies  should be identifies

   in heat/heat/engine/resources/openstack/nova/server.py:1426:
      if 'security_groups' present for the server and explict 'port' , explict should be explicit

   in heat/heat/engine/service.py:182:
     releasing the lock to avoid race condtitions. condtitions should be conditions

   in heat/heat/engine/sync_point.py:134:
       don't aggresively spin; induce some sleep, aggresively should be aggressively

   in heat/heat/tests/openstack/heat/test_software_deployment.py:889:
       Test bug 1332355, where details contains a translateable message, translateable should be translatable

   in heat/heat/tests/test_environment.py:596:
       make sure the parent env is uneffected, uneffected should be unaffected

   in heat/heat/engine/resources/openstack/nova/server.py:472:
      'ignorning it or by replacing the entire server.'),  ignorning should be ignoring

   in heat/contrib/rackspace/rackspace/resources/cloud_server.py:104:
     'retained for compatability.'),  compatability should be compatibility

   in heat/heat/engine/stack.py:1258:
      " ID %(trvsl_id)s, not trigerring rollback."),  trigerring should be triggering.

Change-Id: Ic4ddb65dbfaf61751a330b853780689209f9f4b5
Closes-Bug: #1595376
2016-06-23 12:39:48 +08:00
..
__init__.py Functional test UpdateStackTest 2014-10-20 16:31:09 +13:00
functional_base.py Add integration tests for admin actions 2016-06-14 22:39:33 +05:30
test_admin_actions.py Add integration tests for admin actions 2016-06-14 22:39:33 +05:30
test_autoscaling.py Merge "Using LOG.warning replace LOG.warn" 2015-12-30 08:27:05 +00:00
test_aws_stack.py Merge "Use yaml.safe_load() instead of yaml.load()" 2016-02-18 12:21:25 +00:00
test_conditional_exposure.py Adds default policy rule for resources limited to administrator 2016-05-18 09:52:14 +08:00
test_create_update.py Add wait_secs to test_stack_update_from_failed_patch 2016-05-23 22:26:43 +00:00
test_create_update_neutron_port.py Fix tests on Neutron port behavior 2016-06-10 22:35:24 +02:00
test_create_update_neutron_subnet.py Improve gateway_ip updation for subnet 2016-01-06 16:01:26 +08:00
test_default_parameters.py Use yaml.safe_dump instead of yaml.dump 2016-02-20 07:45:32 +05:30
test_encrypted_parameter.py Update encrypted param template 2015-08-20 18:23:56 +00:00
test_encryption_vol_type.py Add integration tests for admin actions 2016-06-14 22:39:33 +05:30
test_env_merge.py Hook into environment merging on server 2016-02-12 10:48:54 -05:00
test_event_sinks.py Make ZaqarEventSinkTest more lenient 2016-02-24 13:08:06 +01:00
test_heat_autoscaling.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_hooks.py Use yaml.safe_dump instead of yaml.dump 2016-02-20 07:45:32 +05:30
test_immutable_parameters.py Return HTTPBadRequest error from API for immutable parameters 2016-03-01 21:00:16 -06:00
test_instance_group.py Fix [H405] pep rule in heat_integrationtests 2015-10-08 15:13:52 +03:00
test_lbaasv2.py Don't hard code subnet 2016-06-08 12:44:31 +05:30
test_notifications.py Heat integration tests failing against https endpoints 2016-03-07 22:16:00 +05:30
test_nova_server_networks.py Set security_groups when create internal ports for nova server 2016-05-17 18:23:09 +08:00
test_os_wait_condition.py Increase timeout of WaitCondition due to ConcurrentTransactions 2016-03-29 09:01:38 +00:00
test_preview.py Fix stack preview 2016-03-10 18:47:40 +02:00
test_preview_update.py Fix update preview to handle nested stacks 2016-02-03 12:34:33 +00:00
test_purge.py Fix database purge query 2015-12-15 11:58:01 +01:00
test_reload_on_sighup.py Fix race condition in reload_on_sighup functional 2016-03-15 17:58:31 +00:00
test_remote_stack.py Use region from config in functional tests 2016-03-23 18:33:56 +05:30
test_resource_chain.py Fix properties usage in ResourceChain update 2016-04-19 17:15:58 +02:00
test_resource_group.py Fix some spelling mistakes in heat as follows: 2016-06-23 12:39:48 +08:00
test_resources_list.py Fix resource loading in resource filtering 2016-05-26 13:48:13 +02:00
test_software_config.py Heat integration tests failing against https endpoints 2016-03-07 22:16:00 +05:30
test_stack_events.py Adding basic test to exercise the heat event APIs. 2015-09-18 16:21:00 +00:00
test_stack_outputs.py Add test for stack outputs 2016-01-27 12:34:49 +00:00
test_stack_tags.py Make the stack tags template non-empty 2015-09-14 11:12:20 +10:00
test_swiftsignal_update.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_template_resource.py Remove unknown parameters in patched update 2016-03-17 16:26:40 +01:00
test_template_validate.py Allow nested validation for template-validate 2015-09-22 08:27:28 +01:00
test_templates.py Add a new HOT template version for Newton 2016-03-24 09:29:48 +08:00
test_unicode_template.py Fix problems in unicode template support 2016-03-04 01:59:40 +00:00
test_update_restricted.py Fix test_update_restricted timeouts due to timestamp resolution 2016-06-14 18:39:51 +00:00
test_validation.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_waitcondition.py Add test for zaqar-based wait conditions 2016-02-09 10:19:36 +01:00