feat(core): update 3n-alt
[csit.git] / topologies / available / lf_3n_alt_testbed34.yaml
1 # Copyright (c) 2022 PANTHEON.tech 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 ---
15 metadata:
16   version: 0.1
17   schema: # list of schema files against which to validate
18     - resources/topology_schemas/3_node_topology.sch.yaml
19     - resources/topology_schemas/topology.sch.yaml
20   tags: [hw, 3-node]
21
22 nodes:
23   TG:
24     type: TG
25     subtype: TREX
26     host: 10.30.51.74
27     arch: x86_64
28     port: 22
29     username: testuser
30     password: Csit1234
31     interfaces:
32       port0:
33         mac_address: "3c:fd:fe:c3:e7:a0"
34         pci_address: "0000:31:00.0"
35         link: link1
36         driver: i40e
37         model: Intel-XL710
38       port1:
39         mac_address: "3c:fd:fe:c3:e7:a1"
40         pci_address: "0000:31:00.1"
41         link: link2
42         driver: i40e
43         model: Intel-XL710
44   DUT1:
45     type: DUT
46     host: 10.30.51.72
47     arch: aarch64
48     port: 22
49     uio_driver: vfio-pci
50     username: testuser
51     password: Csit1234
52     interfaces:
53       port0:
54         mac_address: "40:a6:b7:85:e7:80"
55         pci_address: "0004:04:00.0"
56         link: link3
57         driver: i40e
58         model: Intel-XL710
59       port1:
60         mac_address: "40:a6:b7:85:e7:81"
61         pci_address: "0004:04:00.1"
62         link: link2
63         driver: i40e
64         model: Intel-XL710
65   DUT2:
66     type: DUT
67     host: 10.30.51.73
68     arch: aarch64
69     port: 22
70     username: testuser
71     uio_driver: vfio-pci
72     password: Csit1234
73     interfaces:
74       port0:
75         mac_address: "40:a6:b7:85:e7:78"
76         pci_address: "0004:04:00.0"
77         link: link1
78         driver: i40e
79         model: Intel-XL710
80       port1:
81         mac_address: "40:a6:b7:85:e7:79"
82         pci_address: "0004:04:00.1"
83         link: link3
84         driver: i40e
85         model: Intel-XL710