]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Unit tests: Don't use mox to stub uuid.uuid4()
authorZane Bitter <zbitter@redhat.com>
Thu, 13 Jun 2013 18:03:26 +0000 (20:03 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 13 Jun 2013 18:03:26 +0000 (20:03 +0200)
commit28528bab5d3e4f8d0faec31fa27d6241f3f94bfa
tree5672aca10daf62a23c1d29d631b4a9b813350fed
parent7eeb0b4882cec6bcccc4353a7da3ba59adbafca2
Unit tests: Don't use mox to stub uuid.uuid4()

The wait condition unit tests require a fixed stack ID, but we don't want
to permanently stub out uuid4, since there are other potential uses of
uuids. Instead, just do it for that one operation.

Change-Id: Ib8b7107a5750caf67aa8905377c2755bf405fa3f
heat/tests/test_waitcondition.py