X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fservice%2Fwatcher%2Fpserver_cpu_watcher.py;h=51a5a76e1715f54343f88f3c43e1f0457800ef82;hb=5bf7465e213fa92b6514446e353e6f2da436371f;hp=cf471a43cff95a80c52a5f28a50dbae8933a3a20;hpb=84867b76a65efc4e9add52c86eae7e451c4a038d;p=pti%2Fo2.git diff --git a/o2ims/service/watcher/pserver_cpu_watcher.py b/o2ims/service/watcher/pserver_cpu_watcher.py index cf471a4..51a5a76 100644 --- a/o2ims/service/watcher/pserver_cpu_watcher.py +++ b/o2ims/service/watcher/pserver_cpu_watcher.py @@ -34,8 +34,5 @@ class PServerCpuWatcher(ResourceWatcher): def _probe(self, parent: StxGenericModel): hostid = parent.id newmodels = self._client.list(hostid=hostid) - # for newmodel in newmodels: - # super()._compare_and_update(newmodel) - # return newmodels return [commands.UpdatePserverCpu(data=m, parentid=hostid) for m in newmodels]