Merge "KVMFORNFV: Implementing test suites for kvmfornfv ovs+dpdk scenarios."
[yardstick.git] / samples / vnf_samples / traffic_profiles / imix_video.yaml
1 # Copyright (c) 2016-2017 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 #imix definition for video traffic
16 #
17 # this is a real traffic profile when video/data traffic only is present
18 #
19 #percentage of the packets can be less than 100%
20 #the traffic in downstream and upstream direction could be different
21 #
22 #small means ipv4 case - 72B should be 0, ipv6 case - 84B
23
24 schema: "nsb:imix:0.1"
25
26 imix:
27   private:
28     imix_small: 5    #ipv4 case - 72B should be 0 ipv6 case - 84B
29     imix_128B: 11
30     imix_256B: 16
31     imix_373B: 10
32     imix_570B: 35
33     imix_1400B: 10
34     imix_1500B: 13
35
36   public:
37     imix_small: 5    #ipv4 case - 72B ipv6 - 84B
38     imix_128B: 3
39     imix_256B: 4
40     imix_373B: 6
41     imix_570B: 8
42     imix_1400B: 36
43     imix_1500B: 38