blob: 2fa26922e6204afdd823b640b92fe9821016149f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
---
metadata:
version: 0.1
schema: # list of schema files against which to validate
- resources/topology_schemas/3_node_topology.sch.yaml
- resources/topology_schemas/topology.sch.yaml
tags: [hw, 3-node]
nodes:
TG:
type: TG
subtype: TREX
host: 10.30.51.74
arch: x86_64
port: 22
username: testuser
password: Csit1234
interfaces:
port1:
# s64-t34-tg1-c4/p1 - 40GE port1 Intel XL710 2p40GE.
mac_address: "40:a6:b7:85:e7:80"
pci_address: "0000:31:00.0"
ip4_address: "172.16.10.2"
driver: i40e
link: link1
model: Intel-XL710
port2:
# s64-t34-tg1-c4/p2 - 40GE port2 Intel XL710 2p40GE.
mac_address: "40:a6:b7:85:e7:81"
pci_address: "0000:31:00.1"
ip4_address: "172.16.20.2"
driver: i40e
link: link2
model: Intel-XL710
port3:
# s64-t34-tg1-c8/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:1c:e4"
pci_address: "0000:b1:00.0"
ip4_address: "172.16.30.2"
driver: ice
link: link4
model: Intel-E810CQ
port4:
# s64-t34-tg1-c8/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:1c:e0"
pci_address: "0000:b3:00.0"
ip4_address: "172.16.40.2"
driver: ice
link: link5
model: Intel-E810CQ
DUT1:
type: DUT
host: 10.30.51.72
arch: aarch64
port: 22
uio_driver: vfio-pci
username: testuser
password: Csit1234
interfaces:
port1:
# s62-t34-sut1-c4/p1 - 40GE port1 Intel XL710 2p40GE.
mac_address: "40:a6:b7:85:e7:78"
pci_address: "0004:04:00.0"
ip4_address: "172.16.10.1"
driver: i40e
link: link3
model: Intel-XL710
port2:
# s62-t34-sut1-c4/p2 - 40GE port2 Intel XL710 2p40GE.
mac_address: "40:a6:b7:85:e7:79"
pci_address: "0004:04:00.1"
ip4_address: "172.16.20.1"
driver: i40e
link: link2
model: Intel-XL710
port3:
# s62-t34-sut1-c8/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
mac_address: "b8:3f:d2:16:07:b8"
pci_address: "0007:01:00.0"
ip4_address: "172.16.30.1"
driver: mlx5_core
link: link6
model: Mellanox-CX6DX
port4:
# s62-t34-sut1-c8/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
mac_address: "b8:3f:d2:16:07:b9"
pci_address: "0007:01:00.1"
ip4_address: "172.16.40.1"
driver: mlx5_core
link: link4
model: Mellanox-CX6DX
DUT2:
type: DUT
host: 10.30.51.73
arch: aarch64
port: 22
username: testuser
uio_driver: vfio-pci
password: Csit1234
interfaces:
port1:
# s63-t34-sut2-c4/p1 - 40GE port1 Intel XL710 2p40GE.
mac_address: "3c:fd:fe:c3:e7:a0"
pci_address: "0004:04:00.0"
ip4_address: "172.16.10.3"
driver: i40e
link: link1
model: Intel-XL710
port2:
# s63-t34-sut2-c4/p2 - 40GE port2 Intel XL710 2p40GE.
mac_address: "3c:fd:fe:c3:e7:a1"
pci_address: "0004:04:00.1"
ip4_address: "172.16.20.3"
driver: i40e
link: link3
model: Intel-XL710
port3:
# s63-t34-sut2-c8/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
mac_address: "b8:3f:d2:16:07:c4"
pci_address: "0007:01:00.0"
ip4_address: "172.16.30.3"
driver: mlx5_core
link: link5
model: Mellanox-CX6DX
port4:
# s63-t34-sut2-c8/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
mac_address: "b8:3f:d2:16:07:c5"
pci_address: "0007:01:00.1"
ip4_address: "172.16.40.3"
driver: mlx5_core
link: link6
model: Mellanox-CX6DX
|