[Kimchi-devel] [PATCH 3/4] Host's software update: Update backend.
Crístian Viana
vianac at linux.vnet.ibm.com
Wed Jan 29 18:37:26 UTC 2014
Am 29-01-2014 16:31, schrieb Aline Manera:
>> + def softwareupdate_lookup(self, *name):
>> + return self.host_swupdate.getUpdates()
>> +
>> + def softwareupdate_update(self, args=None):
>> + kimchi_log.info('Host is going to be updated.')
>> + self.host_swupdate.doUpdate()
>
> The mockmodel is a fake model.
> Which means we should not touch the system.
> You need to return default values there.
But this is a patch to src/kimchi/model.py, isn't it?
More information about the Kimchi-devel
mailing list