(self, sr_uuid)
| 105 | |
| 106 | |
| 107 | def attach(self, sr_uuid): |
| 108 | self.validate_remotepath(False) |
| 109 | #self.remotepath = os.path.join(self.dconf['serverpath'], sr_uuid) |
| 110 | self.remotepath = self.dconf['serverpath'] |
| 111 | util._testHost(self.dconf['server'], NFSPORT, 'NFSTarget') |
| 112 | self.mount_remotepath(sr_uuid) |
| 113 | |
| 114 | |
| 115 | def mount_remotepath(self, sr_uuid): |
nothing calls this directly
no test coverage detected