(self, sr_uuid)
| 113 | |
| 114 | |
| 115 | def mount_remotepath(self, sr_uuid): |
| 116 | if not self._checkmount(): |
| 117 | self.check_server() |
| 118 | self.mount(self.path, self.remotepath) |
| 119 | |
| 120 | return super(NFSSR, self).attach(sr_uuid) |
| 121 | |
| 122 | |
| 123 | def probe(self): |
no test coverage detected