Re-define the framesize and flow dynamic define in testcase
[yardstick.git] / samples / vnf_samples / nsut / vpe / ixia_traffic.cfg
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     "private_1": {
16         "id": 1,
17         "bidir": "False",
18         "duration": 60,
19         "iload": "100",
20         "outer_l2": {
21             "dstmac": "00:00:00:00:00:03",
22             "framesPerSecond": true,
23             "framesize": 64,
24             "srcmac": "00:00:00:00:00:01"
25         },
26         "outer_l3": {
27             "dscp": 0,
28             "dstip4": "152.16.40.20",
29             "proto": "udp",
30             "srcip4": "152.16.100.20",
31             "ttl": 32
32         },
33         "outer_l4": {
34             "dstport": "2001",
35             "srcport": "1234"
36         },
37         "traffic_type": "continuous"
38     },
39     "public_1": {
40         "id": 2,
41         "bidir": "False",
42         "duration": 60,
43         "iload": "100",
44         "outer_l2": {
45             "dstmac": "00:00:00:00:00:04",
46             "framesPerSecond": true,
47             "framesize": 64,
48             "srcmac": "00:00:00:00:00:01"
49         },
50         "outer_l3": {
51             "count": 1024,
52             "dscp": 0,
53             "dstip4": "152.16.100.20",
54             "proto": "udp",
55             "srcip4": "152.16.40.20",
56             "ttl": 32
57         },
58         "outer_l4": {
59             "dstport": "1234",
60             "srcport": "2001"
61         },
62         "traffic_type": "continuous"
63     }
64 }