blob: e939803e15f50602891c5cf97e20f6ade3807ba9 (
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
|
---
metadata:
version: 0.1
schema:
- resources/topology_schemas/3_node_topology.sch.yaml
- resources/topology_schemas/topology.sch.yaml
nodes:
TG:
type: TG
subtype: TREX
model: Intel-Icelake
host: 10.30.51.88
arch: x86_64
port: 6001
username: testuser
password: Csit1234
interfaces:
port1:
# s88-t215-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:1c:f4"
pci_address: "0000:17:00.0"
ip4_address: 172.16.10.1
driver: ice
link: link1
model: Intel-E810CQ
port2:
# s88-t215-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:1c:f0"
pci_address: "0000:19:00.0"
ip4_address: 172.16.20.1
driver: ice
link: link2
model: Intel-E810CQ
DUT1:
type: DUT
model: Marvel-OcteonCN10K
host: 10.30.51.95
arch: aarch64
port: 22
username: root
password: root
uio_driver: vfio-pci
cryptodev:
device1:
pci_address: "0002:20:00.0"
driver: rvu_cptpf
model: HW_A0FD
module: rvu_cptpf
numvfs: 1
eventdev: "0002:0e:00.0"
interfaces:
port1:
# s95-t215-sut1-c2/p1 - 100GE port1 Cavium A063 2p100GE.
mac_address: "1a:cc:6a:50:05:2a"
pci_address: "0002:02:00.0"
ip4_address: 172.16.10.2
driver: rvu_nicpf
link: link1
model: Cavium-A063-100G
port2:
# s95-t215-sut1-c2/p1 - 100GE port2 Cavium A063 2p100GE.
mac_address: "1a:cc:6a:50:05:2a"
pci_address: "0002:03:00.0"
ip4_address: 172.16.30.1
driver: rvu_nicpf
link: link3
model: Cavium-A063-100G
DUT2:
type: DUT
model: Marvel-OcteonCN10K
host: 10.30.51.96
arch: aarch64
port: 22
username: root
password: root
uio_driver: vfio-pci
cryptodev:
device1:
pci_address: "0002:20:00.0"
driver: rvu_cptpf
model: HW_A0FD
module: rvu_cptpf
numvfs: 1
eventdev: "0002:0e:00.0"
interfaces:
port1:
# s87-t215-sut1-c6/p1 - 100GE port1 Cavium A063 2p100GE.
mac_address: "40:a6:b7:67:2b:ec"
pci_address: "0002:03:00.0"
ip4_address: 172.16.20.2
driver: rvu_nicpf
link: link2
model: Cavium-A063-100G
port2:
# s87-t215-sut1-c6/p1 - 100GE port2 Cavium A063 2p100GE.
mac_address: "40:60:5a:02:e1:60"
pci_address: "0002:02:00.0"
ip4_address: 172.16.30.2
driver: rvu_nicpf
link: link3
model: Cavium-A063-100G
|