(self, path)
| 393 | return self.wvm.storagePoolLookupByName(name) |
| 394 | |
| 395 | def get_volume_by_path(self, path): |
| 396 | return self.wvm.storageVolLookupByPath(path) |
| 397 | |
| 398 | def get_network(self, net): |
| 399 | return self.wvm.networkLookupByName(net) |
no outgoing calls
no test coverage detected