aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2017-08-23 16:23:34 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-09-14 23:04:29 +0200
commit2f9219dfa44982779990e13c177a703f2239b488 (patch)
treebf79f37e735410ee8ed607f48d916a5ff164cb75 /functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml
parent7a759b0b687d66af60dc03955e33ea0f125193a4 (diff)
New testcase creation named "cloudify_ims_perf"
* IMS deployment with "cloudify_ims" testcase * IXIA infrastructure creation with SNAPS * Module configuration with REST API * Configure and run the perf tests with REST API Change-Id: I3dfddda87f9e9f4f03df375f6a032ded26a627b3 Signed-off-by: boucherv <valentin.boucher@orange.com> Co-Authored-By: Arturo Sordo Miralles <asordo@ixiacom.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml')
-rw-r--r--functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml84
1 files changed, 84 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml
new file mode 100644
index 000000000..2d9697d0a
--- /dev/null
+++ b/functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml
@@ -0,0 +1,84 @@
+tenant_images:
+ ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
+ cloudify_manager_4.0: http://repository.cloudifysource.org/cloudify/4.0.1/sp-release/cloudify-manager-premium-4.0.1.qcow2
+ IXIA_CHASSIS: # PATH of the virtual chassis image. Ex: Ixia_Virtual_Chassis_8.30_EA_KVM.qcow2
+ IXIA_CARD: # PATH of the virtual card image. Ex: Ixia_Virtual_Load_Module_8.30_EA_KVM.qcow2
+ IXIA_LOAD: # PATH of the virtual loader image. Ex: Ixia_Virtual_Loader_8.30_EA_KVM.qcow2
+orchestrator:
+ name: cloudify
+ version: '4.0'
+ requirements:
+ flavor:
+ name: m1.medium
+ ram_min: 4096
+ os_image: 'cloudify_manager_4.0'
+vnf:
+ name: clearwater
+ version: '107'
+ descriptor:
+ file_name: openstack-blueprint-with-numbers.yaml
+ name: clearwater-opnfv
+ url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/master.zip
+ version: '122'
+ requirements:
+ flavor:
+ name: m1.small
+ ram_min: 2048
+ compute_quotas:
+ cores: 150
+ instances: 100
+ ram: 256000
+ network_quotas:
+ security_group: 25
+ security_group_rule: 100
+ port: 150
+ inputs:
+ image_id: 'ubuntu_14.04'
+ flavor_id: 'm1.small'
+ agent_user: ubuntu
+ key_pair_name: cloudify_ims_kp
+ private_key_path: '/etc/cloudify/cloudify_ims.pem'
+ external_network_name: ''
+ public_domain: clearwater.opnfv
+ release: repo122
+ bono_cluster_size: 2
+ sprout_cluster_size: 2
+ vellum_cluster_size: 2
+ dime_cluster_size: 2
+ homer_cluster_size: 2
+ number_of_subscribers: 50000
+vnf_test_suite:
+ name: ixia
+ version: "8.30.0.161"
+ requirements:
+ chassis:
+ image: IXIA_CHASSIS
+ card:
+ image: IXIA_CARD
+ load:
+ image: IXIA_LOAD
+ inputs:
+ ipgw: '10.67.79.1'
+ pnregistering: '201001[0000-]'
+ pncalling: '201000[0000-]'
+ pncalled: '201000[5000-]'
+ sipportregistering: '[5060-]'
+ sipportcalling: '[5061-]'
+ sipportcalled: '[5062-]'
+ domainname: 'clearwater.opnfv'
+ authpassword: 'toto'
+ registeringtotalcalls: '1000'
+ registeringduration: '180'
+ activecalls: '1000'
+ testduration: '360'
+ test_filname: 'REG_CALL_OPNFV_v13.rxf'
+ licenseServer: '' # IP of YOUR IXIA LICENSE SERVER
+ stats:
+ 'Signaling(VoIPSip)':
+ - 'Successful Registrations'
+ - 'Failed Registrations'
+ - 'Active Calls'
+ - 'Attempted Calls'
+ - 'Received Calls'
+ - 'Failed Attempted Calls'
+ - 'Failed Received Calls'