
29 Jan
2014
29 Jan
'14
8:37 p.m.
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?