Merge "Unify PROX testcases TG and VNF names"
[yardstick.git] / samples / vnf_samples / nsut / prox / standalone-args.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 ---
16
17 networks:
18   uplink:
19     -
20       port_num: 0
21       phy_port: "0000:05:00.0"
22       vpci: "0000:00:0a.0"
23       cidr: '152.16.100.10/24'
24       gateway_ip: '152.16.100.20'
25     -
26       port_num: 2
27       phy_port: "0000:05:00.2"
28       vpci: "0000:00:0c.0"
29       cidr: '152.16.50.10/24'
30       gateway_ip: '152.16.100.20'
31
32   downlink:
33     -
34       port_num: 1
35       phy_port: "0000:05:00.1"
36       vpci: "0000:00:0b.0"
37       cidr: '152.16.40.10/24'
38       gateway_ip: '152.16.100.20'
39
40     -
41       port_num: 3
42       phy_port: "0000:05:00.3"
43       vpci: "0000:00:0d.0"
44       cidr: '152.16.30.10/24'
45       gateway_ip: '152.16.100.20'
46