functest.core.cloudify module

Cloudify testcase implementation.

class functest.core.cloudify.Cloudify(**kwargs)

Bases: functest.core.singlevm.SingleVm2

Cloudify Orchestrator Case.

create_server_timeout = 600
execute()

Deploy Cloudify Manager.

filename = '/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2'
flavor_disk = 40
flavor_ram = 4096
flavor_vcpus = 2
ports = [80, 443, 5671, 53333]
prepare()

Create the security group and the keypair

It can be overriden to set other rules according to the services running in the VM

Raises: Exception on error

ssh_connect_loops = 12
username = 'centos'