(self, vol_path)
| 89 | return vol.path() |
| 90 | |
| 91 | def get_storage_by_vol_path(self, vol_path): |
| 92 | vol = self.get_volume_by_path(vol_path) |
| 93 | return vol.storagePoolLookupByVolume() |
| 94 | |
| 95 | def clone_from_template(self, clone, template, metadata=False): |
| 96 | vol = self.get_volume_by_path(template) |
no test coverage detected