backend.vm_manage.check

backend.vm_manage.check.check_health(opts, vm_name, vm_ip)[source]

Test connectivity to the VM

Parameters

vm_ip – ip address to the newly created VM

Raises

CoprWorkerSpawnFailError: validation fails

class backend.vm_manage.check.HealthChecker(opts)[source]
run_check_health(vm_name, vm_ip)[source]