]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove functional tests in preferece for tempest
authorClint Byrum <clint@fewbar.com>
Thu, 25 Apr 2013 23:17:24 +0000 (16:17 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 30 Apr 2013 20:51:31 +0000 (13:51 -0700)
commitf40a4bb33346fb4022dfb6b94eab12befd61bd91
tree5efa3e1fb922e6d95d973b0a6d46aee8907fdc88
parent9ae4b981b8896a19a0ffdcb466058f2a74e2e0af
Remove functional tests in preferece for tempest

These tests are not unit tests, and take a long time. They are being
moved into tempest, which is where integration/functional tests live in
OpenStack.

Change-Id: Ida7792a00a8565f812c55da448d8c50a8b8a90b9
21 files changed:
heat/tests/functional/test_AutoScalingMultiAZSample.py [deleted file]
heat/tests/functional/test_CFN_API_Actions.py [deleted file]
heat/tests/functional/test_CFN_API_Actions_Boto.py [deleted file]
heat/tests/functional/test_CFN_API_UpdateStack.py [deleted file]
heat/tests/functional/test_HAProxy_Single_Instance.py [deleted file]
heat/tests/functional/test_OpenShift_Prebuilt_JEOS.py [deleted file]
heat/tests/functional/test_WordPress_2_Instances.py [deleted file]
heat/tests/functional/test_WordPress_2_Instances_With_EBS.py [deleted file]
heat/tests/functional/test_WordPress_2_Instances_With_EBS_EIP.py [deleted file]
heat/tests/functional/test_WordPress_Composed_Instances.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance_Boto.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance_With_EBS.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance_With_EBS_EIP.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance_With_EIP.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance_With_HA.py [deleted file]
heat/tests/functional/test_WordPress_Single_Instance_With_IHA.py [deleted file]
heat/tests/functional/test_WordPress_With_LB.py [deleted file]
heat/tests/functional/test_WordPress_With_RDS.py [deleted file]
heat/tests/functional/util.py [deleted file]
heat/tests/functional/verify.py [deleted file]