diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-03-27 15:15:20 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-03-28 09:41:12 +0000 |
commit | 49318165242d4cafd9df8c049e6fd767dce245bf (patch) | |
tree | 93e8a554c5be76c5bd78463c1804b92f87dc67ac /topologies/available | |
parent | 230044632667a3eb7794218a6ba3e2fa2c9b71b4 (diff) |
fix(topologies): Disable tb31 so jobs use tb32oper-240325
As tb31 is the first reserved for 3n-icxd jobs,
most runs are currently failing due to CSIT-1951
(TwentyFiveGigabitEthernet89/0/2 does not do up).
Change-Id: I045e10daf114e02d3b46fc0e5a0cf9d080605092
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 2734517899b6c109da520e6aef0866c8b78ec708)
Diffstat (limited to 'topologies/available')
-rw-r--r-- | topologies/available/lf_3n_icxd_testbed31.yaml | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/topologies/available/lf_3n_icxd_testbed31.yaml b/topologies/available/lf_3n_icxd_testbed31.yaml deleted file mode 100644 index 3731188081..0000000000 --- a/topologies/available/lf_3n_icxd_testbed31.yaml +++ /dev/null @@ -1,98 +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.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 |