diff options
author | Peter Mikus <peter.mikus@icloud.com> | 2025-01-29 13:48:22 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2025-01-29 13:24:09 +0000 |
commit | 5dce4c88fa9d8ef41995efe38122f29dbc8a6029 (patch) | |
tree | 391e32f9c647490253168c00ceaebd4237529c85 | |
parent | aa9ee12bcd19fdc00b33fad982038db12a68da9e (diff) |
fix(infra): 3n-emr
Signed-off-by: Peter Mikus <peter.mikus@icloud.com>
Change-Id: I65e579aa4f836a2b20680de55bca6e630223095a
(cherry picked from commit 4e6c67677f53c50e230672e0d0a2146ef963b70d)
-rw-r--r-- | topologies/available/lf_3n_emr_testbed28.yaml | 12 | ||||
-rw-r--r-- | topologies/available/lf_3n_emr_testbed29.yaml | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/topologies/available/lf_3n_emr_testbed28.yaml b/topologies/available/lf_3n_emr_testbed28.yaml index f5833cc9a8..7d9aff6b93 100644 --- a/topologies/available/lf_3n_emr_testbed28.yaml +++ b/topologies/available/lf_3n_emr_testbed28.yaml @@ -22,7 +22,7 @@ nodes: pci_address: "0000:27:00.0" ip4_address: "172.16.10.1" driver: ice - link: link1 + link: link3 model: Intel-E810CQ port2: # s41-t28-tg1-c4/p1 - 100GE port2 Intel E810-2C-Q2 2p100GE. @@ -30,7 +30,7 @@ nodes: pci_address: "0000:29:00.0" ip4_address: "172.16.30.1" driver: ice - link: link3 + link: link1 model: Intel-E810CQ DUT1: type: DUT @@ -59,7 +59,7 @@ nodes: pci_address: "0000:27:00.0" ip4_address: "172.16.20.1" driver: ice - link: link2 + link: link3 model: Intel-E810CQ port2: # s40-t28-sut1-c4/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. @@ -67,7 +67,7 @@ nodes: pci_address: "0000:29:00.0" ip4_address: "172.16.30.2" driver: ice - link: link3 + link: link2 model: Intel-E810CQ DUT2: type: DUT @@ -96,7 +96,7 @@ nodes: pci_address: "0000:a8:00.0" ip4_address: "172.16.20.2" driver: ice - link: link2 + link: link1 model: Intel-E810CQ port2: # s40-t28-sut2-c9/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. @@ -104,5 +104,5 @@ nodes: pci_address: "0000:aa:00.0" ip4_address: "172.16.10.2" driver: ice - link: link1 + link: link2 model: Intel-E810CQ
\ No newline at end of file diff --git a/topologies/available/lf_3n_emr_testbed29.yaml b/topologies/available/lf_3n_emr_testbed29.yaml index 4dfebfc0b3..56d38a753e 100644 --- a/topologies/available/lf_3n_emr_testbed29.yaml +++ b/topologies/available/lf_3n_emr_testbed29.yaml @@ -34,7 +34,7 @@ nodes: pci_address: "0000:27:00.0" ip4_address: "172.16.10.1" driver: ice - link: link1 + link: link3 model: Intel-E810CQ port2: # s41-t29-tg1-c4/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. @@ -42,7 +42,7 @@ nodes: pci_address: "0000:29:00.0" ip4_address: "172.16.30.1" driver: ice - link: link3 + link: link1 model: Intel-E810CQ DUT1: type: DUT @@ -71,7 +71,7 @@ nodes: pci_address: "0000:27:00.0" ip4_address: "172.16.20.1" driver: ice - link: link2 + link: link3 model: Intel-E810CQ port2: # s40-t29-sut1-c4/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. @@ -79,7 +79,7 @@ nodes: pci_address: "0000:29:00.0" ip4_address: "172.16.30.2" driver: ice - link: link3 + link: link2 model: Intel-E810CQ DUT2: type: DUT @@ -108,7 +108,7 @@ nodes: pci_address: "0000:a8:00.0" ip4_address: "172.16.20.2" driver: ice - link: link2 + link: link1 model: Intel-E810CQ port2: # s40-t29-sut2-c9/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. @@ -116,5 +116,5 @@ nodes: pci_address: "0000:aa:00.0" ip4_address: "172.16.10.2" driver: ice - link: link1 + link: link2 model: Intel-E810CQ |