diff --git a/nailgun/nailgun/db/sqlalchemy/fixman.py b/nailgun/nailgun/db/sqlalchemy/fixman.py index c5aadac7d2..d6c76ca46e 100644 --- a/nailgun/nailgun/db/sqlalchemy/fixman.py +++ b/nailgun/nailgun/db/sqlalchemy/fixman.py @@ -199,6 +199,7 @@ def upload_fixture(fileobj, loader=None): # UGLY HACK for testing if new_obj.__class__.__name__ == 'Node': objects.Node.update_interfaces(new_obj) + objects.Node.update_interfaces_offloading_modes(new_obj) fire_callback_on_node_create(new_obj) db().commit()