From a729115549d258798fed6f273dd9e2fc69d9d582 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 18 Mar 2025 13:21:52 +0100 Subject: [PATCH] fix(botstrap): Add Cavium 50G to DUT1 in example The .example yaml topology is used to list NIC models otherwise not present in static testbed topologies (but present in AWS) so the bootstrap script knows what to exclude. This is needed for trigers with "nic_* to avoid those nics. Change-Id: Ibd11b3f2b3b3ba6ced832a30b4b4d6609101218d Signed-off-by: Vratko Polak --- topologies/available/2n_hw_testbed1.yaml.example | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/topologies/available/2n_hw_testbed1.yaml.example b/topologies/available/2n_hw_testbed1.yaml.example index 7f205a38d5..75326b612e 100644 --- a/topologies/available/2n_hw_testbed1.yaml.example +++ b/topologies/available/2n_hw_testbed1.yaml.example @@ -42,14 +42,14 @@ nodes: model: virtual port5: mac_address: "00:00:00:00:00:00" - pci_address: "0000:00:03.0" + pci_address: "0000:00:05.0" driver: e1000 link: link5 model: Cavium-A063-50G port6: mac_address: "00:00:00:00:00:00" - pci_address: "0000:00:04.0" - link: link5 + pci_address: "0000:00:06.0" + link: link6 driver: e1000 model: Cavium-A063-50G DUT1: @@ -85,4 +85,16 @@ nodes: pci_address: "0000:00:04.0" driver: e1000 link: link4 - model: virtual \ No newline at end of file + model: virtual + port5: + mac_address: "00:00:00:00:00:00" + pci_address: "0000:00:05.0" + driver: e1000 + link: link5 + model: Cavium-A063-50G + port6: + mac_address: "00:00:00:00:00:00" + pci_address: "0000:00:06.0" + link: link6 + driver: e1000 + model: Cavium-A063-50G -- 2.16.6