Merge "[NSB] Adds support for running "black box" test cases for VNFs"
[yardstick.git] / etc / yardstick / nodes / standalone / pod_vepc_sut.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 # Sample config file for fully emulated EPC environment
16
17
18 nodes:
19 -
20     name: "vnf__0"
21     role: vnf__0
22     ip: 192.168.122.200
23     user: user
24     password: password
25     interfaces:  # dummy config
26         xe0:
27             vpci: "0000:05:00.0"
28             local_mac: "68:05:ca:30:3d:50"
29             driver: "i40e"
30             local_ip: "152.16.100.19"
31             netmask: "255.255.255.0"
32         xe1:
33             vpci: "0000:05:00.1"
34             local_mac: "68:05:ca:30:3d:51"
35             driver: "i40e"
36             local_ip: "152.16.40.19"
37             netmask: "255.255.255.0"