aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/cloudify_ims_perf.yaml
blob: 2d9697d0adda5ae018bace9914c06b1f9802aa31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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'