FIX: SetupFramework to detect failures
[csit.git] / topologies / available / 3_node_hw_topo1.yaml.example
1 # Copyright (c) 2016 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 # Example file of topology
15
16 ---
17 metadata:
18   version: 0.1
19   schema: # list of schema files against which to validate
20     - resources/topology_schemas/3_node_topology.sch.yaml
21     - resources/topology_schemas/topology.sch.yaml
22   tags: [hw, 3-node]
23
24 nodes:
25   TG:
26     type: TG
27     host: 10.0.0.3
28     arch: x86_64
29     port: 22
30     username: lab
31     password: lab
32     interfaces:
33       port3:
34         mac_address: "08:00:27:35:59:04"
35         pci_address: "0000:00:08.0"
36         link: link1
37       port5:
38         mac_address: "08:00:27:46:2b:4c"
39         pci_address: "0000:00:09.0"
40         link: link2
41   DUT1:
42     type: DUT
43     host: 10.0.0.1
44     arch: x86_64
45     port: 22
46     username: lab
47     password: lab
48     interfaces:
49       port1:
50         mac_address: "08:00:27:ae:29:2b"
51         pci_address: "0000:00:08.0"
52         link: link1
53       port3:
54         mac_address: "08:00:27:f3:be:f0"
55         pci_address: "0000:00:09.0"
56         link: link3
57   DUT2:
58     type: DUT
59     host: 10.0.0.2
60     arch: x86_64
61     port: 22
62     username: lab
63     password: lab
64     interfaces:
65       port1:
66         mac_address: "08:00:27:f2:90:d8"
67         pci_address: "0000:00:08.0"
68         link: link2
69       port3:
70         mac_address: "08:00:27:14:64:e0"
71         pci_address: "0000:00:09.0"
72         link: link3