Fix up unit tests where we no longer allow posting a schedule to an

inventory source that is not a cloud source
This commit is contained in:
Matthew Jones
2014-04-07 14:18:59 -04:00
parent 2fe1ae189a
commit 064dd6dc08
3 changed files with 23 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ def update_inventory_computed_fields(sender, **kwargs):
Signal handler and wrapper around inventory.update_computed_fields to
prevent unnecessary recursive calls.
'''
logger.debug("In update inventory computed fields")
if getattr(_inventory_updates, 'is_updating', False):
return
instance = kwargs['instance']