]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Improve debugging ability for functional tests
authorZane Bitter <zbitter@redhat.com>
Thu, 20 Sep 2012 09:14:53 +0000 (11:14 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 20 Sep 2012 13:57:24 +0000 (15:57 +0200)
commita974326cd7b72518178fa077b842b96867515aea
treec251dab899e6f250ea84c6a2bcfc36c8112d93e2
parent4dab6823640d51ab01d191194c98d5fcf1a46e35
Improve debugging ability for functional tests

Use proper assert*() functions so that we can get some information out of
any failed tests.

Change-Id: I92d937015562371c2b39bbcf5b9cbd2b6ca19d52
Signed-off-by: Zane Bitter <zbitter@redhat.com>
18 files changed:
heat/tests/functional/test_AutoScalingMultiAZSample.py
heat/tests/functional/test_CFN_API_Actions.py
heat/tests/functional/test_HAProxy_Single_Instance.py
heat/tests/functional/test_OpenShift_Prebuilt_JEOS.py
heat/tests/functional/test_WordPress_2_Instances.py
heat/tests/functional/test_WordPress_2_Instances_With_EBS.py
heat/tests/functional/test_WordPress_2_Instances_With_EBS_EIP.py
heat/tests/functional/test_WordPress_Composed_Instances.py
heat/tests/functional/test_WordPress_Single_Instance.py
heat/tests/functional/test_WordPress_Single_Instance_Boto.py
heat/tests/functional/test_WordPress_Single_Instance_With_EBS.py
heat/tests/functional/test_WordPress_Single_Instance_With_EBS_EIP.py
heat/tests/functional/test_WordPress_Single_Instance_With_EIP.py
heat/tests/functional/test_WordPress_Single_Instance_With_HA.py
heat/tests/functional/test_WordPress_Single_Instance_With_IHA.py
heat/tests/functional/test_WordPress_With_LB.py
heat/tests/functional/test_WordPress_With_RDS.py
heat/tests/functional/util.py