(self, hostname)
| 183 | return ssh_client |
| 184 | |
| 185 | def is_host_xcpng8(self, hostname): |
| 186 | return type(hostname) == list and len(hostname) > 0 and 'XCP-ng 8' in hostname[0] |
| 187 | |
| 188 | @attr(hypervisor="xenserver") |
| 189 | @attr(tags=["advanced", "basic"], required_hardware="false") |
no outgoing calls
no test coverage detected