]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of extra delays in unit tests
authorZane Bitter <zbitter@redhat.com>
Wed, 29 May 2013 07:25:30 +0000 (09:25 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 29 May 2013 07:25:35 +0000 (09:25 +0200)
commit2e43c2a3ee85e635df3c122e752d7ab397ad9829
treebd505128def818ab22c6db0430a1eacd3ffd24fa
parent53e5e6d83c0ad0abd11c20e898876f52db7fa921
Get rid of extra delays in unit tests

Some resource types will now have at least one sleep during their creation
where previously they did not, so unit tests need to stub out the sleep if
they were not already doing so.

Change-Id: I1ae919263c6f12d9219970f226019e53daff052b
heat/tests/test_loadbalancer.py
heat/tests/test_parser.py
heat/tests/test_vpc.py
heat/tests/test_waitcondition.py