Merge "Integrate Patrole as a new testcase"
[functest.git] / functest / opnfv_tests / vnf / ims / cloudify_ims_perf.yaml
1 ---
2 tenant_images:
3     ubuntu_14.04:
4         http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
5     cloudify_manager_4.0:
6         http://repository.cloudifysource.org/cloudify/4.0.1/sp-release/cloudify-manager-premium-4.0.1.qcow2
7     # PATH of the virtual chassis image.
8     IXIA_CHASSIS:  # Ixia_Virtual_Chassis_8.30_EA_KVM.qcow2
9     # PATH of the virtual card image.
10     IXIA_CARD:  # Ixia_Virtual_Load_Module_8.30_EA_KVM.qcow2
11     # PATH of the virtual loader image.
12     IXIA_LOAD:  # Ixia_Virtual_Loader_8.30_EA_KVM.qcow2
13 orchestrator:
14     name: cloudify
15     version: '4.0'
16     requirements:
17         flavor:
18             name: m1.medium
19             ram_min: 4096
20         os_image: 'cloudify_manager_4.0'
21 vnf:
22     name: clearwater
23     version: '107'
24     descriptor:
25         file_name: openstack-blueprint-with-numbers.yaml
26         name: clearwater-opnfv
27         url:
28             https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/master.zip
29         version: '122'
30     requirements:
31         flavor:
32             name: m1.small
33             ram_min: 2048
34         compute_quotas:
35             cores: 150
36             instances: 100
37             ram: 256000
38         network_quotas:
39             security_group: 25
40             security_group_rule: 100
41             port: 150
42     inputs:
43         image_id: 'ubuntu_14.04'
44         flavor_id: 'm1.small'
45         agent_user: ubuntu
46         key_pair_name: cloudify_ims_kp
47         private_key_path: '/etc/cloudify/cloudify_ims.pem'
48         external_network_name: ''
49         public_domain: clearwater.opnfv
50         release: repo122
51         bono_cluster_size: 2
52         sprout_cluster_size: 2
53         vellum_cluster_size: 2
54         dime_cluster_size: 2
55         homer_cluster_size: 2
56         number_of_subscribers: 50000
57 vnf_test_suite:
58     name: ixia
59     version: "8.30.0.161"
60     requirements:
61         chassis:
62             image: IXIA_CHASSIS
63         card:
64             image: IXIA_CARD
65         load:
66             image: IXIA_LOAD
67     inputs:
68         ipgw: '10.67.79.1'
69         pnregistering: '201001[0000-]'
70         pncalling: '201000[0000-]'
71         pncalled: '201000[5000-]'
72         sipportregistering: '[5060-]'
73         sipportcalling: '[5061-]'
74         sipportcalled: '[5062-]'
75         domainname: 'clearwater.opnfv'
76         authpassword: 'toto'
77         registeringtotalcalls: '1000'
78         registeringduration: '180'
79         activecalls: '1000'
80         testduration: '360'
81         test_filname: 'REG_CALL_OPNFV_v13.rxf'
82         licenseServer: ''  # IP of YOUR IXIA LICENSE SERVER
83         stats:
84             'Signaling(VoIPSip)':
85                 - 'Successful Registrations'
86                 - 'Failed Registrations'
87                 - 'Active Calls'
88                 - 'Attempted Calls'
89                 - 'Received Calls'
90                 - 'Failed Attempted Calls'
91                 - 'Failed Received Calls'