Merge "Separate out test_parse_to_value_exception()"
[yardstick.git] / samples / vnf_samples / vnf_descriptors / tg_pktgen.yaml
1 # Copyright (c) 2018 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 vnfd:vnfd-catalog:
16     vnfd:
17     -   id: PktgenTrafficGen  # NSB class mapping
18         name: pktgen_tg
19         short-name: pktgen_tg
20         description: Pktgen DPDK traffic generator
21         mgmt-interface:
22             vdu-id: pktgen
23             {% if ip is defined %}
24             ip: '{{ ip }}'
25             {% endif %}
26             {% if service_ports is defined and service_ports %}
27             service_ports:
28                 {% for port in service_ports %}
29                 - port: "{{ port['port']|int }}"
30                   node_port: "{{ port['node_port']|int }}"
31                   target_port: "{{ port['target_port']|int }}"
32                 {% endfor %}
33             {% endif %}
34
35         vdu:
36         -   id: pktgen_tg
37             name: pktgen_tg
38             description: Pktgen DPDK traffic generator
39
40         benchmark:
41             kpi:
42                 - rx_throughput_fps
43                 - tx_throughput_fps
44                 - tx_throughput_mbps
45                 - rx_throughput_mbps
46                 - in_packets
47                 - out_packets