]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Explicitely register options to fix intermittent failure
authorThomas Herve <therve@gmail.com>
Wed, 8 May 2013 14:43:29 +0000 (16:43 +0200)
committerThomas Herve <therve@gmail.com>
Wed, 8 May 2013 14:43:29 +0000 (16:43 +0200)
commit2fa218502ef544f547527d5820c7268b3b68067a
treef2486e45611370dbdad24c5f5c34f3ae3a2fa6fc
parent44886ce0663d9c2c746ba70bb036dbfc4888548d
Explicitely register options to fix intermittent failure

Using parallel tests, stackServiceTest sometimes fail with a
NoSuchOptError. Adding a register_engine_opts call seems to fix it.

Change-Id: I2bc6e7ab8d2e2cb20d1f3e7d0d93d75bdb631af3
heat/tests/test_engine_service.py