]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Change localhost references in test_nested_stack
authorClint Byrum <clint@fewbar.com>
Tue, 27 Aug 2013 16:04:28 +0000 (09:04 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 27 Aug 2013 16:19:04 +0000 (09:19 -0700)
commit0bf83934977f55f028cf782ae1be717d91388557
treebe8dac3b0479dca306df2a0a5112d21c16565acc
parent6336afdb5a9ce6203d7ee933afa5a1dd7ea8d966
Change localhost references in test_nested_stack

These references are using localhost which may be running a server and
provide valid responses, contaminating the test. Using RFC2606's
recommended test TLD of '.test' ensures that these will never resolve.

Change-Id: Ie555a321c2af23fbcf4aca9207acb6a0e40bb703
heat/tests/test_nested_stack.py