aboutsummaryrefslogtreecommitdiffstats
path: root/topologies
diff options
context:
space:
mode:
Diffstat (limited to 'topologies')
-rw-r--r--topologies/available/3n_c6gn.template78
-rw-r--r--topologies/available/3n_c6in.template78
-rw-r--r--topologies/available/lf_2n_clx_testbed27.yaml66
-rw-r--r--topologies/available/lf_2n_clx_testbed28.yaml64
-rw-r--r--topologies/available/lf_2n_clx_testbed29.yaml64
-rw-r--r--topologies/available/lf_2n_dnv_testbed26.yaml53
-rw-r--r--topologies/available/lf_2n_icx_testbed212.yaml42
-rw-r--r--topologies/available/lf_2n_icx_testbed213.yaml42
-rw-r--r--topologies/available/lf_2n_icx_testbed214.yaml46
-rw-r--r--topologies/available/lf_2n_icx_testbed215.yaml42
-rw-r--r--topologies/available/lf_2n_skx_testbed21.yaml155
-rw-r--r--topologies/available/lf_2n_skx_testbed22.yaml155
-rw-r--r--topologies/available/lf_2n_skx_testbed23.yaml155
-rw-r--r--topologies/available/lf_2n_spr_testbed23.yaml231
-rw-r--r--topologies/available/lf_2n_spr_testbed24.yaml231
-rw-r--r--topologies/available/lf_2n_tx2_testbed34.yaml10
-rw-r--r--topologies/available/lf_3n_alt_testbed34.yaml109
-rw-r--r--topologies/available/lf_3n_dnv_testbed35.yaml74
-rw-r--r--topologies/available/lf_3n_icx_testbed37.yaml50
-rw-r--r--topologies/available/lf_3n_icx_testbed38.yaml48
-rw-r--r--topologies/available/lf_3n_icxd_testbed31.yaml98
-rw-r--r--topologies/available/lf_3n_icxd_testbed32.yaml98
-rw-r--r--topologies/available/lf_3n_skx_testbed31.yaml212
-rw-r--r--topologies/available/lf_3n_skx_testbed32.yaml212
-rw-r--r--topologies/available/lf_3n_snr_testbed39.yaml146
-rw-r--r--topologies/available/lf_3na_spr_testbed21.yaml262
-rw-r--r--topologies/available/lf_3nb_spr_testbed22.yaml198
-rw-r--r--topologies/available/vagrant.yaml14
28 files changed, 1861 insertions, 1172 deletions
diff --git a/topologies/available/3n_c6gn.template b/topologies/available/3n_c6gn.template
new file mode 100644
index 0000000000..a9245b1b46
--- /dev/null
+++ b/topologies/available/3n_c6gn.template
@@ -0,0 +1,78 @@
+---
+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: "{{ tg_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # tg_instance/p1 - 100GE port1 on ENA NIC.
+ mac_address: {{ tg_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-100G
+ port2:
+ # tg_instance/p2 - 100GE port2 on ENA NIC.
+ mac_address: {{ tg_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-100G
+ DUT1:
+ type: DUT
+ host: "{{ dut1_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ honeycomb:
+ user: admin
+ passwd: admin
+ port: 8183
+ netconf_port: 2831
+ interfaces:
+ port1:
+ # dut1_instance/p1 - 100GE port1 on ENA NIC.
+ mac_address: {{ dut1_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-100G
+ port2:
+ # dut1_instance/p2 - 100GE port2 on ENA NIC.
+ mac_address: {{ dut1_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link21
+ model: Amazon-Nitro-100G
+ DUT2:
+ type: DUT
+ host: "{{ dut2_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # dut2_instance/p1 - 100GE port1 on ENA NIC.
+ mac_address: {{ dut2_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link21
+ model: Amazon-Nitro-100G
+ port2:
+ # dut2_instance/p2 - 100GE port1 on ENA NIC.
+ mac_address: {{ dut2_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-100G
+
diff --git a/topologies/available/3n_c6in.template b/topologies/available/3n_c6in.template
new file mode 100644
index 0000000000..9f289d726a
--- /dev/null
+++ b/topologies/available/3n_c6in.template
@@ -0,0 +1,78 @@
+---
+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: "{{ tg_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # tg_instance/p1 - 200GE port1 on ENA NIC.
+ mac_address: {{ tg_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-200G
+ port2:
+ # tg_instance/p2 - 200GE port2 on ENA NIC.
+ mac_address: {{ tg_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-200G
+ DUT1:
+ type: DUT
+ host: "{{ dut1_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ honeycomb:
+ user: admin
+ passwd: admin
+ port: 8183
+ netconf_port: 2831
+ interfaces:
+ port1:
+ # dut1_instance/p1 - 200GE port1 on ENA NIC.
+ mac_address: {{ dut1_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-200G
+ port2:
+ # dut1_instance/p2 - 200GE port2 on ENA NIC.
+ mac_address: {{ dut1_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link21
+ model: Amazon-Nitro-200G
+ DUT2:
+ type: DUT
+ host: "{{ dut2_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # dut2_instance/p1 - 200GE port1 on ENA NIC.
+ mac_address: {{ dut2_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link21
+ model: Amazon-Nitro-200G
+ port2:
+ # dut2_instance/p2 - 200GE port1 on ENA NIC.
+ mac_address: {{ dut2_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-200G
+
diff --git a/topologies/available/lf_2n_clx_testbed27.yaml b/topologies/available/lf_2n_clx_testbed27.yaml
index 2373d98277..63e16d90e2 100644
--- a/topologies/available/lf_2n_clx_testbed27.yaml
+++ b/topologies/available/lf_2n_clx_testbed27.yaml
@@ -16,22 +16,22 @@ nodes:
username: testuser
password: Csit1234
interfaces:
- #port1:
- # # s34-t27-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e9:88"
- # pci_address: "0000:18:00.0"
- # ip4_address: "172.16.10.2"
- # driver: i40e
- # link: link1
- # model: Intel-X710
- #port2:
- # # s34-t27-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e9:89"
- # pci_address: "0000:18:00.1"
- # ip4_address: "172.16.20.2"
- # driver: i40e
- # link: link2
- # model: Intel-X710
+ port1:
+ # s34-t27-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e9:88"
+ pci_address: "0000:18:00.0"
+ ip4_address: "172.16.10.2"
+ driver: i40e
+ link: disabled1
+ model: Intel-X710
+ port2:
+ # s34-t27-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e9:89"
+ pci_address: "0000:18:00.1"
+ ip4_address: "172.16.20.2"
+ driver: i40e
+ link: disabled2
+ model: Intel-X710
port3:
# s34-t27-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
mac_address: "3c:fd:fe:ca:e9:8a"
@@ -121,22 +121,22 @@ nodes:
password: Csit1234
uio_driver: vfio-pci
interfaces:
- #port1:
- # # s33-t27-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e9:98"
- # pci_address: "0000:18:00.0"
- # ip4_address: "172.16.10.1"
- # driver: i40e
- # link: link1
- # model: Intel-X710
- #port2:
- # # s33-t27-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e9:99"
- # pci_address: "0000:18:00.1"
- # ip4_address: "172.16.20.1"
- # driver: i40e
- # link: link2
- # model: Intel-X710
+ port1:
+ # s33-t27-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e9:98"
+ pci_address: "0000:18:00.0"
+ ip4_address: "172.16.10.1"
+ driver: i40e
+ link: disabled3
+ model: Intel-X710
+ port2:
+ # s33-t27-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e9:99"
+ pci_address: "0000:18:00.1"
+ ip4_address: "172.16.20.1"
+ driver: i40e
+ link: disabled4
+ model: Intel-X710
port3:
# s33-t27-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
mac_address: "3c:fd:fe:ca:e9:9a"
@@ -179,7 +179,7 @@ nodes:
model: Mellanox-CX556A
port8:
# s33-t27-sut1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
- mac_address: "ec:0d:9a:8c:c6:96"
+ mac_address: "ec:0d:9a:8c:c6:97"
pci_address: "0000:5e:00.1"
ip4_address: "172.16.80.1"
driver: mlx5_core
diff --git a/topologies/available/lf_2n_clx_testbed28.yaml b/topologies/available/lf_2n_clx_testbed28.yaml
index 53d14a10bb..771cb20c52 100644
--- a/topologies/available/lf_2n_clx_testbed28.yaml
+++ b/topologies/available/lf_2n_clx_testbed28.yaml
@@ -16,22 +16,22 @@ nodes:
username: testuser
password: Csit1234
interfaces:
- #port1:
- # # s36-t28-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e8:28"
- # pci_address: "0000:18:00.0"
- # ip4_address: "172.16.10.2"
- # driver: i40e
- # link: link1
- # model: Intel-X710
- #port2:
- # # s36-t28-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e8:29"
- # pci_address: "0000:18:00.1"
- # ip4_address: "172.16.20.2"
- # driver: i40e
- # link: link2
- # model: Intel-X710
+ port1:
+ # s36-t28-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e8:28"
+ pci_address: "0000:18:00.0"
+ ip4_address: "172.16.10.2"
+ driver: i40e
+ link: disabled1
+ model: Intel-X710
+ port2:
+ # s36-t28-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e8:29"
+ pci_address: "0000:18:00.1"
+ ip4_address: "172.16.20.2"
+ driver: i40e
+ link: disabled2
+ model: Intel-X710
port3:
# s36-t28-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
mac_address: "3c:fd:fe:ca:e8:2a"
@@ -121,22 +121,22 @@ nodes:
password: Csit1234
uio_driver: vfio-pci
interfaces:
- #port1:
- # # s35-t28-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e3:b0"
- # pci_address: "0000:18:00.0"
- # ip4_address: "172.16.10.1"
- # driver: i40e
- # link: link1
- # model: Intel-X710
- #port2:
- # # s35-t28-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:e3:b1"
- # pci_address: "0000:18:00.1"
- # ip4_address: "172.16.20.1"
- # driver: i40e
- # link: link2
- # model: Intel-X710
+ port1:
+ # s35-t28-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e3:b0"
+ pci_address: "0000:18:00.0"
+ ip4_address: "172.16.10.1"
+ driver: i40e
+ link: disabled3
+ model: Intel-X710
+ port2:
+ # s35-t28-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:e3:b1"
+ pci_address: "0000:18:00.1"
+ ip4_address: "172.16.20.1"
+ driver: i40e
+ link: disabled4
+ model: Intel-X710
port3:
# s35-t28-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
mac_address: "3c:fd:fe:ca:e3:b2"
diff --git a/topologies/available/lf_2n_clx_testbed29.yaml b/topologies/available/lf_2n_clx_testbed29.yaml
index e21cdef843..24cba15af9 100644
--- a/topologies/available/lf_2n_clx_testbed29.yaml
+++ b/topologies/available/lf_2n_clx_testbed29.yaml
@@ -16,22 +16,22 @@ nodes:
username: testuser
password: Csit1234
interfaces:
- #port1:
- # # s38-t29-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:a8:b1:90"
- # pci_address: "0000:18:00.0"
- # ip4_address: "172.16.10.2"
- # driver: i40e
- # link: link1
- # model: Intel-X710
- #port2:
- # # s38-t29-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:a8:b1:91"
- # pci_address: "0000:18:00.1"
- # ip4_address: "172.16.20.2"
- # driver: i40e
- # link: link2
- # model: Intel-X710
+ port1:
+ # s38-t29-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:a8:b1:90"
+ pci_address: "0000:18:00.0"
+ ip4_address: "172.16.10.2"
+ driver: i40e
+ link: disabled1
+ model: Intel-X710
+ port2:
+ # s38-t29-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:a8:b1:91"
+ pci_address: "0000:18:00.1"
+ ip4_address: "172.16.20.2"
+ driver: i40e
+ link: disabled2
+ model: Intel-X710
port3:
# s38-t29-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
mac_address: "3c:fd:fe:a8:b1:92"
@@ -105,22 +105,22 @@ nodes:
password: Csit1234
uio_driver: vfio-pci
interfaces:
- #port1:
- # # s37-t29-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:eb:10"
- # pci_address: "0000:18:00.0"
- # ip4_address: "172.16.10.1"
- # driver: i40e
- # link: link1
- # model: Intel-X710
- #port2:
- # # s37-t29-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
- # mac_address: "3c:fd:fe:ca:eb:11"
- # pci_address: "0000:18:00.1"
- # ip4_address: "172.16.20.1"
- # driver: i40e
- # link: link2
- # model: Intel-X710
+ port1:
+ # s37-t29-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:eb:10"
+ pci_address: "0000:18:00.0"
+ ip4_address: "172.16.10.1"
+ driver: i40e
+ link: disabled3
+ model: Intel-X710
+ port2:
+ # s37-t29-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
+ mac_address: "3c:fd:fe:ca:eb:11"
+ pci_address: "0000:18:00.1"
+ ip4_address: "172.16.20.1"
+ driver: i40e
+ link: disabled4
+ model: Intel-X710
port3:
# s37-t29-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
mac_address: "3c:fd:fe:ca:eb:12"
diff --git a/topologies/available/lf_2n_dnv_testbed26.yaml b/topologies/available/lf_2n_dnv_testbed26.yaml
deleted file mode 100644
index d0bca7d84a..0000000000
--- a/topologies/available/lf_2n_dnv_testbed26.yaml
+++ /dev/null
@@ -1,53 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.32.8.10"
- arch: x86_64
- port: 6001
- username: root
- password: Csit1234
- interfaces:
- port1:
- mac_address: "b4:96:91:46:b3:d4"
- pci_address: "0000:3b:00.0"
- driver: ixgbe
- link: link1
- model: Intel-X553
- port2:
- mac_address: "b4:96:91:46:b6:48"
- pci_address: "0000:5e:00.0"
- driver: ixgbe
- link: link2
- model: Intel-X553
- DUT1:
- type: DUT
- host: "10.32.8.11"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: "0000:01:00.0"
- uio_driver: vfio-pci
- interfaces:
- port1:
- mac_address: "ac:1f:6b:57:58:3a"
- pci_address: "0000:08:00.0"
- driver: ixgbe
- link: link1
- model: Intel-X553
- port2:
- mac_address: "ac:1f:6b:57:58:3b"
- pci_address: "0000:08:00.1"
- driver: ixgbe
- link: link2
- model: Intel-X553
-
diff --git a/topologies/available/lf_2n_icx_testbed212.yaml b/topologies/available/lf_2n_icx_testbed212.yaml
index 8676a9b6be..5ea3d46772 100644
--- a/topologies/available/lf_2n_icx_testbed212.yaml
+++ b/topologies/available/lf_2n_icx_testbed212.yaml
@@ -81,20 +81,36 @@ nodes:
link: link8
model: Intel-XXV710
port9:
+ # s72-t212-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:18"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port10:
+ # s72-t212-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:19"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port11:
# s72-t212-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:b2:a7:00"
pci_address: "0000:ca:00.0"
- ip4_address: "172.16.90.2"
+ ip4_address: "172.16.110.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
- port10:
+ port12:
# s72-t212-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:b2:a7:01"
pci_address: "0000:ca:00.1"
- ip4_address: "172.16.100.2"
+ ip4_address: "172.16.120.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
DUT1:
type: DUT
@@ -169,3 +185,19 @@ nodes:
driver: i40e
link: link8
model: Intel-XXV710
+ port9:
+ # s71-t212-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:80"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s71-t212-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:81"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT \ No newline at end of file
diff --git a/topologies/available/lf_2n_icx_testbed213.yaml b/topologies/available/lf_2n_icx_testbed213.yaml
index fac1e866ba..2f7536ce76 100644
--- a/topologies/available/lf_2n_icx_testbed213.yaml
+++ b/topologies/available/lf_2n_icx_testbed213.yaml
@@ -81,20 +81,36 @@ nodes:
link: link8
model: Intel-XXV710
port9:
+ # s84-t213-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:78"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s84-t213-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:79"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port11:
# s84-t213-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:21:78"
pci_address: "0000:ca:00.0"
- ip4_address: "172.16.90.2"
+ ip4_address: "172.16.110.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
- port10:
+ port12:
# s84-t213-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:21:7c"
pci_address: "0000:cc:00.0"
- ip4_address: "172.16.100.2"
+ ip4_address: "172.16.110.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
DUT1:
type: DUT
@@ -169,3 +185,19 @@ nodes:
driver: i40e
link: link8
model: Intel-XXV710
+ port9:
+ # s83-t213-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:40"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s83-t213-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:41"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT \ No newline at end of file
diff --git a/topologies/available/lf_2n_icx_testbed214.yaml b/topologies/available/lf_2n_icx_testbed214.yaml
index bdd7132f17..03bb8c22e1 100644
--- a/topologies/available/lf_2n_icx_testbed214.yaml
+++ b/topologies/available/lf_2n_icx_testbed214.yaml
@@ -81,20 +81,36 @@ nodes:
link: link8
model: Intel-XXV710
port9:
+ # s86-t214-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:46"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s86-t214-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:47"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port11:
# s86-t214-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:26:70"
pci_address: "0000:ca:00.0"
- ip4_address: "172.16.90.2"
+ ip4_address: "172.16.100.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
- port10:
+ port12:
# s86-t214-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:26:74"
pci_address: "0000:cc:00.0"
- ip4_address: "172.16.100.2"
+ ip4_address: "172.16.110.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
DUT1:
type: DUT
@@ -111,7 +127,7 @@ nodes:
pci_address: "0000:17:00.0"
ip4_address: "172.16.10.1"
driver: ice
- link: link1
+ link: link2
model: Intel-E810CQ
port2:
# s85-t214-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
@@ -119,7 +135,7 @@ nodes:
pci_address: "0000:19:00.0"
ip4_address: "172.16.20.1"
driver: ice
- link: link2
+ link: link1
model: Intel-E810CQ
port3:
# s85-t214-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
@@ -169,3 +185,19 @@ nodes:
driver: i40e
link: link8
model: Intel-XXV710
+ port9:
+ # s85-t214-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:38"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s85-t214-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:39"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT \ No newline at end of file
diff --git a/topologies/available/lf_2n_icx_testbed215.yaml b/topologies/available/lf_2n_icx_testbed215.yaml
index 19edc5e396..6b0b0dee0c 100644
--- a/topologies/available/lf_2n_icx_testbed215.yaml
+++ b/topologies/available/lf_2n_icx_testbed215.yaml
@@ -81,20 +81,36 @@ nodes:
link: link8
model: Intel-XXV710
port9:
+ # s88-t215-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:4e"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s88-t215-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:4f"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port11:
# s88-t215-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:17:10"
pci_address: "0000:ca:00.0"
- ip4_address: "172.16.90.2"
+ ip4_address: "172.16.110.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
- port10:
+ port12:
# s88-t215-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
mac_address: "40:a6:b7:67:17:14"
pci_address: "0000:cc:00.0"
- ip4_address: "172.16.100.2"
+ ip4_address: "172.16.120.2"
driver: ice
- link: link9
+ link: link11
model: Intel-E810CQ
DUT1:
type: DUT
@@ -169,3 +185,19 @@ nodes:
driver: i40e
link: link8
model: Intel-XXV710
+ port9:
+ # s87-t215-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a2:78"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s87-t215-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a2:79"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT \ No newline at end of file
diff --git a/topologies/available/lf_2n_skx_testbed21.yaml b/topologies/available/lf_2n_skx_testbed21.yaml
deleted file mode 100644
index 86a5f3fe24..0000000000
--- a/topologies/available/lf_2n_skx_testbed21.yaml
+++ /dev/null
@@ -1,155 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.45"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s4-t21-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:70"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s4-t21-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:71"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s4-t21-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:72"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s4-t21-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:73"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s4-t21-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:38"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s4-t21-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:39"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s4-t21-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:98"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s4-t21-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:99"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s4-t21-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:9a"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s4-t21-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:9b"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.44"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s3-t21-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:88"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s3-t21-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:89"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s3-t21-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:8a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s3-t21-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:8b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s3-t21-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:60"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s3-t21-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:61"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_skx_testbed22.yaml b/topologies/available/lf_2n_skx_testbed22.yaml
deleted file mode 100644
index ee25175946..0000000000
--- a/topologies/available/lf_2n_skx_testbed22.yaml
+++ /dev/null
@@ -1,155 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.53"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s6-t22-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:98"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s6-t22-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:99"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s6-t22-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s6-t22-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s6-t22-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:60"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s6-t22-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:61"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s6-t22-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:98"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s6-t22-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:99"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s6-t22-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9a"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s6-t22-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9b"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.52"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s5-t22-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:a8"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s5-t22-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:a9"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s5-t22-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:aa"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s5-t22-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:ab"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s5-t22-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:54"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s5-t22-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:55"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_skx_testbed23.yaml b/topologies/available/lf_2n_skx_testbed23.yaml
deleted file mode 100644
index cb08cddf7d..0000000000
--- a/topologies/available/lf_2n_skx_testbed23.yaml
+++ /dev/null
@@ -1,155 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.55"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s8-t23-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:38"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s8-t23-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:39"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s8-t23-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:3a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s8-t23-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:3b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s8-t23-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:88"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s8-t23-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:89"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s8-t23-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:20"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s8-t23-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:21"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s8-t23-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:22"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s8-t23-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:23"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.54"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s7-t23-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:30"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s7-t23-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:31"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s7-t23-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:32"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s7-t23-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:33"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s7-t23-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:00"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s7-t23-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:01"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_spr_testbed23.yaml b/topologies/available/lf_2n_spr_testbed23.yaml
new file mode 100644
index 0000000000..d1d0083894
--- /dev/null
+++ b/topologies/available/lf_2n_spr_testbed23.yaml
@@ -0,0 +1,231 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.57"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s57-t23-tg1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:28"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s57-t23-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:29"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s57-t23-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:a8"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s57-t23-tg1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:ac"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s57-t23-tg1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:54"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s57-t23-tg1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:55"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s57-t23-tg1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:56"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.2"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s57-t23-tg1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:57"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.2"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
+ port9:
+ # s57-t23-tg1-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:68"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s57-t23-tg1-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:69"
+ pci_address: "0000:ab:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port11:
+ # s57-t23-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:20"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ port12:
+ # s57-t23-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:24"
+ pci_address: "0000:bf:00.0"
+ ip4_address: "172.16.120.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.56"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s56-t23-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:30"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s56-t23-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:31"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.1"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s56-t23-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:70"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s56-t23-sut1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:74"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s56-t23-sut1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:70"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s56-t23-sut1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:71"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s56-t23-sut1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:72"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.1"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s56-t23-sut1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:73"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.1"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
diff --git a/topologies/available/lf_2n_spr_testbed24.yaml b/topologies/available/lf_2n_spr_testbed24.yaml
new file mode 100644
index 0000000000..ef6ac3fe81
--- /dev/null
+++ b/topologies/available/lf_2n_spr_testbed24.yaml
@@ -0,0 +1,231 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.59"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s59-t24-tg1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:60"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s59-t24-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:61"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s59-t24-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e3:58"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s59-t24-tg1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e3:5c"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s59-t24-tg1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:a8"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s59-t24-tg1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:a9"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s59-t24-tg1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:aa"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.2"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s59-t24-tg1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:ab"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.2"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
+ port9:
+ # s59-t24-tg1-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:58"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s59-t24-tg1-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:59"
+ pci_address: "0000:ab:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port11:
+ # s59-t24-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:21:48"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ port12:
+ # s59-t24-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:21:4c"
+ pci_address: "0000:bf:00.0"
+ ip4_address: "172.16.120.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.58"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s58-t24-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:d0"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s58-t24-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:d1"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.1"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s58-t24-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:98"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s58-t24-sut1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:9c"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s58-t24-sut1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:44"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s58-t24-sut1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:45"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s58-t24-sut1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:46"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.1"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s58-t24-sut1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:47"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.1"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
diff --git a/topologies/available/lf_2n_tx2_testbed34.yaml b/topologies/available/lf_2n_tx2_testbed34.yaml
index 6c08aaf183..cbaefc387a 100644
--- a/topologies/available/lf_2n_tx2_testbed34.yaml
+++ b/topologies/available/lf_2n_tx2_testbed34.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020 PANTHEON.tech and/or its affiliates.
+# Copyright (c) 2020-2023 PANTHEON.tech and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -30,13 +30,13 @@ nodes:
password: Csit1234
interfaces:
port0:
- mac_address: "3c:fd:fe:c3:e0:90"
+ mac_address: "3c:fd:fe:c3:e9:70"
pci_address: "0000:af:00.0"
link: link1
driver: i40e
model: Intel-XL710
port1:
- mac_address: "3c:fd:fe:c3:e0:91"
+ mac_address: "3c:fd:fe:c3:e9:71"
pci_address: "0000:af:00.1"
link: link2
driver: i40e
@@ -51,13 +51,13 @@ nodes:
password: Csit1234
interfaces:
port0:
- mac_address: "3c:fd:fe:c3:e9:70"
+ mac_address: "3c:fd:fe:c3:e0:90"
pci_address: "0000:91:00.0"
link: link1
driver: i40e
model: Intel-XL710
port1:
- mac_address: "3c:fd:fe:c3:e9:71"
+ mac_address: "3c:fd:fe:c3:e0:91"
pci_address: "0000:91:00.1"
link: link2
driver: i40e
diff --git a/topologies/available/lf_3n_alt_testbed34.yaml b/topologies/available/lf_3n_alt_testbed34.yaml
index 1505e9db60..2fa26922e6 100644
--- a/topologies/available/lf_3n_alt_testbed34.yaml
+++ b/topologies/available/lf_3n_alt_testbed34.yaml
@@ -1,16 +1,3 @@
-# Copyright (c) 2022 PANTHEON.tech and/or its affiliates.
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at:
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
---
metadata:
version: 0.1
@@ -29,18 +16,38 @@ nodes:
username: testuser
password: Csit1234
interfaces:
- port0:
- mac_address: "3c:fd:fe:c3:e7:a0"
+ 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"
- link: link1
+ ip4_address: "172.16.10.2"
driver: i40e
+ link: link1
model: Intel-XL710
- port1:
- mac_address: "3c:fd:fe:c3:e7:a1"
+ 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"
- link: link2
+ 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
@@ -50,18 +57,38 @@ nodes:
username: testuser
password: Csit1234
interfaces:
- port0:
- mac_address: "40:a6:b7:85:e7:80"
+ 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"
- link: link3
+ ip4_address: "172.16.10.1"
driver: i40e
+ link: link3
model: Intel-XL710
- port1:
- mac_address: "40:a6:b7:85:e7:81"
+ 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"
- link: link2
+ 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
@@ -71,15 +98,35 @@ nodes:
uio_driver: vfio-pci
password: Csit1234
interfaces:
- port0:
- mac_address: "40:a6:b7:85:e7:78"
+ 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"
- link: link1
+ ip4_address: "172.16.10.3"
driver: i40e
+ link: link1
model: Intel-XL710
- port1:
- mac_address: "40:a6:b7:85:e7:79"
+ 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"
- link: link3
+ 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 \ No newline at end of file
diff --git a/topologies/available/lf_3n_dnv_testbed35.yaml b/topologies/available/lf_3n_dnv_testbed35.yaml
deleted file mode 100644
index 29a7fccc5d..0000000000
--- a/topologies/available/lf_3n_dnv_testbed35.yaml
+++ /dev/null
@@ -1,74 +0,0 @@
----
-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.32.8.10"
- arch: x86_64
- port: 6002
- username: root
- password: Csit1234
- interfaces:
- port1:
- mac_address: "b4:96:91:46:ae:3c"
- pci_address: "0000:af:00.0"
- driver: ixgbe
- link: link1
- model: Intel-X553
- port2:
- mac_address: "b4:96:91:46:b2:e4"
- pci_address: "0000:d8:00.0"
- driver: ixgbe
- link: link2
- model: Intel-X553
- DUT1:
- type: DUT
- host: "10.32.8.12"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: "0000:01:00.0"
- uio_driver: vfio-pci
- interfaces:
- port1:
- mac_address: "ac:1f:6b:57:56:c6"
- pci_address: "0000:08:00.0"
- driver: ixgbe
- link: link3
- model: Intel-X553
- port2:
- mac_address: "ac:1f:6b:57:56:c7"
- pci_address: "0000:08:00.1"
- driver: ixgbe
- link: link1
- model: Intel-X553
- DUT2:
- type: DUT
- host: "10.32.8.13"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: "0000:01:00.0"
- uio_driver: vfio-pci
- interfaces:
- port1:
- mac_address: "ac:1f:6b:57:57:fe"
- pci_address: "0000:08:00.0"
- driver: ixgbe
- link: link3
- model: Intel-X553
- port2:
- mac_address: "ac:1f:6b:57:57:ff"
- pci_address: "0000:08:00.1"
- driver: ixgbe
- link: link2
- model: Intel-X553
diff --git a/topologies/available/lf_3n_icx_testbed37.yaml b/topologies/available/lf_3n_icx_testbed37.yaml
index 59d0bb1088..560da3007e 100644
--- a/topologies/available/lf_3n_icx_testbed37.yaml
+++ b/topologies/available/lf_3n_icx_testbed37.yaml
@@ -80,6 +80,22 @@ nodes:
driver: i40e
link: link8
model: Intel-XXV710
+ port9:
+ # s67-t37-tg1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:a6"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ port10:
+ # s67-t37-tg1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:a7"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
DUT1:
type: DUT
host: "10.30.51.75"
@@ -153,6 +169,22 @@ nodes:
driver: i40e
link: link88
model: Intel-XXV710
+ port9:
+ # s67-t37-sut1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:2e"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX
+ port10:
+ # s67-t37-sut1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:2f"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
DUT2:
type: DUT
host: "10.30.51.76"
@@ -164,7 +196,7 @@ nodes:
interfaces:
port1:
# s66-t37-sut2-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
- mac_address: "40:a6:b7:67:27:5c"
+ mac_address: "40:a6:b7:67:27:54"
pci_address: "0000:17:00.0"
ip4_address: "172.16.10.3"
driver: ice
@@ -226,3 +258,19 @@ nodes:
driver: i40e
link: link88
model: Intel-XXV710
+ port9:
+ # s66-t37-sut2-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:16"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.100.3"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
+ port10:
+ # s66-t37-sut2-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:17"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.90.3"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX \ No newline at end of file
diff --git a/topologies/available/lf_3n_icx_testbed38.yaml b/topologies/available/lf_3n_icx_testbed38.yaml
index 8b7ba2c962..8ab57e6d20 100644
--- a/topologies/available/lf_3n_icx_testbed38.yaml
+++ b/topologies/available/lf_3n_icx_testbed38.yaml
@@ -80,6 +80,22 @@ nodes:
driver: i40e
link: link8
model: Intel-XXV710
+ port9:
+ # s80-t38-tg1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:ae"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ port10:
+ # s80-t38-tg1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:af"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
DUT1:
type: DUT
host: "10.30.51.78"
@@ -153,6 +169,22 @@ nodes:
driver: i40e
link: link88
model: Intel-XXV710
+ port9:
+ # s78-t38-sut1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:2e"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ port10:
+ # s78-t38-sut1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:2f"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX
DUT2:
type: DUT
host: "10.30.51.79"
@@ -226,3 +258,19 @@ nodes:
driver: i40e
link: link88
model: Intel-XXV710
+ port9:
+ # s79-t38-sut2-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:8a"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.3"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
+ port10:
+ # s79-t38-sut2-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:8b"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.3"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX \ No newline at end of file
diff --git a/topologies/available/lf_3n_icxd_testbed31.yaml b/topologies/available/lf_3n_icxd_testbed31.yaml
new file mode 100644
index 0000000000..3731188081
--- /dev/null
+++ b/topologies/available/lf_3n_icxd_testbed31.yaml
@@ -0,0 +1,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
diff --git a/topologies/available/lf_3n_icxd_testbed32.yaml b/topologies/available/lf_3n_icxd_testbed32.yaml
new file mode 100644
index 0000000000..7091a0c5cd
--- /dev/null
+++ b/topologies/available/lf_3n_icxd_testbed32.yaml
@@ -0,0 +1,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: 6002
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s90-t31t32-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:dc"
+ pci_address: "0000:ca: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:22:dd"
+ pci_address: "0000:ca:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810XXV
+ DUT1:
+ type: DUT
+ host: "10.30.51.34"
+ 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:
+ # s34-t32-sut1-c1/p1 - 25GE port1 Intel E823-C 2p25GE.
+ mac_address: "3c:ec:ef:d9:e2:70"
+ pci_address: "0000:89:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link3
+ model: Intel-E823C
+ port2:
+ # s34-t32-sut1-c1/p2 - 25GE port2 Intel E823-C 2p25GE.
+ mac_address: "3c:ec:ef:d9:e2:71"
+ 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.35"
+ 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:
+ # s35-t32-sut2-c1/p1 - 25GE port1 Intel E823-C 4p25GE.
+ mac_address: "3c:ec:ef:d9:e2:aa"
+ pci_address: "0000:89:00.0"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link3
+ model: Intel-E823C
+ port2:
+ # s35-t32-sut2-c1/p2 - 25GE port2 Intel E823-C 4p25GE.
+ mac_address: "3c:ec:ef:d9:e2:ab"
+ pci_address: "0000:89:00.2"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link2
+ model: Intel-E823C
diff --git a/topologies/available/lf_3n_skx_testbed31.yaml b/topologies/available/lf_3n_skx_testbed31.yaml
deleted file mode 100644
index 6cb33b6ce0..0000000000
--- a/topologies/available/lf_3n_skx_testbed31.yaml
+++ /dev/null
@@ -1,212 +0,0 @@
----
-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.48"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s13-t31-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:58"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s13-t31-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:59"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s13-t31-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:5a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s13-t31-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:5b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s13-t31-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:40"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s13-t31-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:41"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s13-t31-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:30"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s13-t31-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:31"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s13-t31-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:32"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s13-t31-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:33"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.46"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s11-t31-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:38"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s11-t31-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:39"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.1"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s11-t31-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:3a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s11-t31-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:3b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.1"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s11-t31-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:34"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s11-t31-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:35"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.1"
- driver: i40e
- link: link23
- model: Intel-XXV710
- DUT2:
- type: DUT
- host: "10.30.51.47"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s12-t31-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:a8"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port2:
- # s12-t31-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:a9"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.2"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s12-t31-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:aa"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port4:
- # s12-t31-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:ab"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.2"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s12-t31-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:3c"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port6:
- # s12-t31-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:3d"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.2"
- driver: i40e
- link: link23
- model: Intel-XXV710
diff --git a/topologies/available/lf_3n_skx_testbed32.yaml b/topologies/available/lf_3n_skx_testbed32.yaml
deleted file mode 100644
index 206b469b90..0000000000
--- a/topologies/available/lf_3n_skx_testbed32.yaml
+++ /dev/null
@@ -1,212 +0,0 @@
----
-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.60"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s13-t31-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:08"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s13-t31-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:09"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s13-t31-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:0a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s13-t31-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:0b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s13-t31-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:1c"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s13-t31-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:1d"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s13-t31-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e0"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s13-t31-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e1"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s13-t31-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e2"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s13-t31-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e3"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.58"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s14-t32-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:60"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s14-t32-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:61"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.1"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s14-t32-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:62"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s14-t32-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:63"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.1"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s14-t32-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:38"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s14-t32-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:39"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.1"
- driver: i40e
- link: link23
- model: Intel-XXV710
- DUT2:
- type: DUT
- host: "10.30.51.59"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # s15-t32-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c0"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port2:
- # s15-t32-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c1"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.2"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s15-t32-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c2"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port4:
- # s15-t32-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c3"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.2"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s15-t32-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:fc"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port6:
- # s15-t32-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:fd"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.2"
- driver: i40e
- link: link23
- model: Intel-XXV710
diff --git a/topologies/available/lf_3n_snr_testbed39.yaml b/topologies/available/lf_3n_snr_testbed39.yaml
new file mode 100644
index 0000000000..d2f1e0df73
--- /dev/null
+++ b/topologies/available/lf_3n_snr_testbed39.yaml
@@ -0,0 +1,146 @@
+---
+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.89"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s89-t39t310-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:08"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: disabled1
+ model: Intel-E810XXV
+ port2:
+ # s89-t39t310-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:09"
+ pci_address: "0000:ca:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810XXV
+ port3:
+ # s89-t39t310-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:0a"
+ pci_address: "0000:ca:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: disabled2
+ model: Intel-E810XXV
+ port4:
+ # s89-t39t310-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:0b"
+ pci_address: "0000:ca:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ DUT1:
+ type: DUT
+ host: "10.30.51.93"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ cryptodev:
+ device1:
+ pci_address: "0000:f4:00.0"
+ driver: "c4xxx"
+ model: "HW_C4xxx"
+ module: "qat_c4xxx"
+ numvfs: 8
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s93-t39-sut1-c1/p1 - 25GE port1 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:00"
+ pci_address: "0000:ec:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link2
+ model: Intel-E822CQ
+ port2:
+ # s93-t39-sut1-c1/p2 - 25GE port2 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:01"
+ pci_address: "0000:ec:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: disabled3
+ model: Intel-E822CQ
+ port3:
+ # s93-t39-sut1-c1/p3 - 25GE port3 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:02"
+ pci_address: "0000:ec:00.2"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E822CQ
+ port4:
+ # s93-t39-sut1-c1/p4 - 25GE port4 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:03"
+ pci_address: "0000:ec:00.3"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E822CQ
+ DUT2:
+ type: DUT
+ host: "10.30.51.94"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ cryptodev:
+ device1:
+ pci_address: "0000:f4:00.0"
+ driver: "c4xxx"
+ model: "HW_C4xxx"
+ module: "qat_c4xxx"
+ numvfs: 8
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s94-t39-sut2-c1/p1 - 25GE port1 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:00"
+ pci_address: "0000:ec:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link5
+ model: Intel-E822CQ
+ port2:
+ # s94-t39-sut2-c1/p2 - 25GE port2 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:01"
+ pci_address: "0000:ec:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: disabled4
+ model: Intel-E822CQ
+ port3:
+ # s94-t39-sut2-c1/p3 - 25GE port3 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:02"
+ pci_address: "0000:ec:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link3
+ model: Intel-E822CQ
+ port4:
+ # s94-t39-sut2-c1/p4 - 25GE port4 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:03"
+ pci_address: "0000:ec:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link4
+ model: Intel-E822CQ
diff --git a/topologies/available/lf_3na_spr_testbed21.yaml b/topologies/available/lf_3na_spr_testbed21.yaml
new file mode 100644
index 0000000000..76613924cf
--- /dev/null
+++ b/topologies/available/lf_3na_spr_testbed21.yaml
@@ -0,0 +1,262 @@
+---
+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.53"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s53-t21-tg1-c4/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:e8"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link3
+ model: Mellanox-CX7VEAT
+ #port2:
+ # # s53-t21-tg1-c4/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ # mac_address: "b8:3f:d2:b7:a0:e9"
+ # pci_address: "0000:2a:00.1"
+ # ip4_address: "172.16.20.1"
+ # driver: mlx5_core
+ # link: none
+ # model: Mellanox-CX7VEAT
+ port3:
+ # s53-t21-tg1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:58"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.30.1"
+ driver: mlx5_core
+ link: link5
+ model: Mellanox-CX7VEAT
+ port4:
+ # s53-t21-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:59"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.40.1"
+ driver: mlx5_core
+ link: link6
+ model: Mellanox-CX7VEAT
+ port5:
+ # s53-t21-tg1-c9/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:48"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.50.1"
+ driver: mlx5_core
+ link: link7
+ model: Mellanox-CX7VEAT
+ #port6:
+ # # s53-t21-tg1-c9/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ # mac_address: "b8:3f:d2:b7:a0:49"
+ # pci_address: "0000:ab:00.1"
+ # ip4_address: "172.16.60.1"
+ # driver: mlx5_core
+ # link: none
+ # model: Mellanox-CX7VEAT
+ port7:
+ # s53-t21-tg1-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f8"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.70.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port8:
+ # s53-t21-tg1-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f9"
+ pci_address: "0000:bd:00.1"
+ ip4_address: "172.16.80.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ DUT1:
+ type: DUT
+ host: "10.30.51.52"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s52-t21-sut1-c4/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:08"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link3
+ model: Mellanox-CX7VEAT
+ port2:
+ # s52-t21-sut1-c4/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:09"
+ pci_address: "0000:2a:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link59
+ model: Mellanox-CX7VEAT
+ port3:
+ # s52-t21-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:50"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.30.2"
+ driver: mlx5_core
+ link: link5
+ model: Mellanox-CX7VEAT
+ port4:
+ # s52-t21-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:51"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.40.2"
+ driver: mlx5_core
+ link: link6
+ model: Mellanox-CX7VEAT
+ port5:
+ # s52-t21-sut1-c10/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:88"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.2"
+ driver: mlx5_core
+ link: link610
+ model: Mellanox-CX7VEAT
+ port6:
+ # s52-t21-sut1-c10/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:89"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.2"
+ driver: mlx5_core
+ link: link37
+ model: Mellanox-CX7VEAT
+ DUT2:
+ type: DUT
+ host: "10.30.51.52"
+ arch: x86_64
+ port: 6002
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:f3:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:f7:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s52-t21-sut2-c9/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:20"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.10.3"
+ driver: mlx5_core
+ link: link7
+ model: Mellanox-CX7VEAT
+ port2:
+ # s52-t21-sut2-c9/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:21"
+ pci_address: "0000:ab:00.1"
+ ip4_address: "172.16.20.3"
+ driver: mlx5_core
+ link: link59
+ model: Mellanox-CX7VEAT
+ port3:
+ # s52-t21-sut2-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f0"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.30.3"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port4:
+ # s52-t21-sut2-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f1"
+ pci_address: "0000:bd:00.1"
+ ip4_address: "172.16.40.3"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port5:
+ # s52-t21-sut2-c11/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:10"
+ pci_address: "0000:cf:00.0"
+ ip4_address: "172.16.50.3"
+ driver: mlx5_core
+ link: link610
+ model: Mellanox-CX7VEAT
+ port6:
+ # s52-t21-sut2-c11/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:11"
+ pci_address: "0000:cf:00.1"
+ ip4_address: "172.16.60.3"
+ driver: mlx5_core
+ link: link37
+ model: Mellanox-CX7VEAT \ No newline at end of file
diff --git a/topologies/available/lf_3nb_spr_testbed22.yaml b/topologies/available/lf_3nb_spr_testbed22.yaml
new file mode 100644
index 0000000000..0d080e8c4e
--- /dev/null
+++ b/topologies/available/lf_3nb_spr_testbed22.yaml
@@ -0,0 +1,198 @@
+---
+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.55"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s55-t22-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e7:00"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s55-t22-tg1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e7:04"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port3:
+ # s55-t22-tg1-c2/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:50"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port4:
+ # s55-t22-tg1-c2/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:51"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ DUT1:
+ type: DUT
+ host: "10.30.51.54"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s54-t22-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:c0"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s54-t22-sut1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:c4"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port3:
+ # s54-t22-sut1-c2/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:4c"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port4:
+ # s54-t22-sut1-c2/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:4d"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ DUT2:
+ type: DUT
+ host: "10.30.51.54"
+ arch: x86_64
+ port: 6002
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:f3:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:f7:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s54-t22-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:98"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.30.3"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s54-t22-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:9c"
+ pci_address: "0000:ad:00.0"
+ ip4_address: "172.16.40.3"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port3:
+ # s54-t22-sut1-c7/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:80"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.10.3"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port4:
+ # s54-t22-sut1-c7/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:81"
+ pci_address: "0000:bd:00.1"
+ ip4_address: "172.16.20.3"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV \ No newline at end of file
diff --git a/topologies/available/vagrant.yaml b/topologies/available/vagrant.yaml
index b2a444efc9..a9177c799e 100644
--- a/topologies/available/vagrant.yaml
+++ b/topologies/available/vagrant.yaml
@@ -20,31 +20,37 @@ nodes:
pci_address: "0000:00:09.0"
link: link0
driver: e1000
+ model: virtual
port2:
mac_address: ""
pci_address: "0000:00:0a.0"
link: link0
driver: e1000
+ model: virtual
port3:
mac_address: ""
pci_address: "0000:00:10.0"
link: link1
driver: e1000
+ model: virtual
port4:
mac_address: ""
pci_address: "0000:00:11.0"
link: link4
driver: e1000
+ model: virtual
port5:
mac_address: ""
pci_address: "0000:00:12.0"
link: link2
driver: e1000
+ model: virtual
port6:
mac_address: ""
pci_address: "0000:00:13.0"
link: link5
driver: e1000
+ model: virtual
DUT1:
type: DUT
host: "192.168.255.101"
@@ -58,21 +64,25 @@ nodes:
pci_address: "0000:00:09.0"
link: link1
driver: e1000
+ model: virtual
port2:
mac_address: ""
pci_address: "0000:00:0a.0"
link: link4
driver: e1000
+ model: virtual
port3:
mac_address: ""
pci_address: "0000:00:10.0"
link: link3
driver: e1000
+ model: virtual
port4:
mac_address: ""
pci_address: "0000:00:11.0"
link: link6
driver: e1000
+ model: virtual
DUT2:
type: DUT
host: "192.168.255.102"
@@ -86,18 +96,22 @@ nodes:
pci_address: "0000:00:09.0"
link: link2
driver: e1000
+ model: virtual
port2:
mac_address: ""
pci_address: "0000:00:0a.0"
link: link5
driver: e1000
+ model: virtual
port3:
mac_address: ""
pci_address: "0000:00:10.0"
link: link3
driver: e1000
+ model: virtual
port4:
mac_address: ""
pci_address: "0000:00:11.0"
link: link6
driver: e1000
+ model: virtual