MCPcopy Create free account
hub / github.com/apache/cloudstack / is_host_xcpng8

Method is_host_xcpng8

test/integration/smoke/test_scale_vm.py:185–186  ·  view source on GitHub ↗
(self, hostname)

Source from the content-addressed store, hash-verified

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")

Calls

no outgoing calls

Tested by

no test coverage detected