]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove localhost references from tests
authorSteven Hardy <shardy@redhat.com>
Fri, 30 Aug 2013 10:12:24 +0000 (11:12 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 30 Aug 2013 10:22:34 +0000 (11:22 +0100)
commit752da8e0c1b22709fcbbbe906efb48dbf2217510
treec041ba28406b8c39265e3a5f8a4a5ff12e37ebd6
parent566bc322170f9dc5f51933b841872f923363f399
Remove localhost references from tests

Using localhost in dummy URLs is a bad idea, because if you get
your mocking slightly wrong, some tests try to connect to the
services running in your local test environment.

Change-Id: I5550c397230f94740c63e6cab30ac35b3ae85297
heat/tests/test_autoscaling.py
heat/tests/test_ceilometer_alarm.py
heat/tests/test_loadbalancer.py
heat/tests/test_metadata_refresh.py
heat/tests/test_nova_utils.py
heat/tests/test_s3.py
heat/tests/test_signal.py
heat/tests/test_swift.py
heat/tests/test_waitcondition.py
heat/tests/utils.py