blob: 37311880817625b5055858236a09caf2f0e01fc5 (
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
|
---
metadata:
version: 0.1
schema:
- 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.90"
arch: x86_64
port: 6001
username: testuser
password: Csit1234
interfaces:
port1:
# s90-t31t32-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
mac_address: "b4:96:91:a5:78:b4"
pci_address: "0000:31:00.0"
ip4_address: "172.16.10.1"
driver: ice
link: link1
model: Intel-E810XXV
port2:
# s90-t31t32-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
mac_address: "b4:96:91:a5:78:b5"
pci_address: "0000:31:00.1"
ip4_address: "172.16.20.1"
driver: ice
link: link2
model: Intel-E810XXV
DUT1:
type: DUT
host: "10.30.51.32"
arch: x86_64
port: 22
username: testuser
password: Csit1234
cryptodev:
device1:
pci_address: "0000:81:00.0"
driver: "c4xxx"
model: "HW_C4xxx"
module: "qat_c4xxx"
numvfs: 8
uio_driver: vfio-pci
interfaces:
port1:
# s32-t31-sut1-c1/p1 - 25GE port1 Intel E823-C 2p25GE.
mac_address: "3c:ec:ef:d9:e2:6a"
pci_address: "0000:89:00.0"
ip4_address: "172.16.10.2"
driver: ice
link: link3
model: Intel-E823C
port2:
# s32-t31-sut1-c1/p2 - 25GE port2 Intel E823-C 2p25GE.
mac_address: "3c:ec:ef:d9:e2:6b"
pci_address: "0000:89:00.2"
ip4_address: "172.16.30.1"
driver: ice
link: link1
model: Intel-E823C
DUT2:
type: DUT
host: "10.30.51.33"
arch: x86_64
port: 22
username: testuser
password: Csit1234
cryptodev:
device1:
pci_address: "0000:81:00.0"
driver: "c4xxx"
model: "HW_C4xxx"
module: "qat_c4xxx"
numvfs: 8
uio_driver: vfio-pci
interfaces:
port1:
# s33-t31-sut2-c1/p1 - 25GE port1 Intel E823-C 2p25GE.
mac_address: "3c:ec:ef:d9:e2:c8"
pci_address: "0000:89:00.0"
ip4_address: "172.16.20.2"
driver: ice
link: link3
model: Intel-E823C
port2:
# s33-t31-sut2-c1/p2 - 25GE port2 Intel E823-C 2p25GE.
mac_address: "3c:ec:ef:d9:e2:c9"
pci_address: "0000:89:00.2"
ip4_address: "172.16.30.2"
driver: ice
link: link2
model: Intel-E823C
|