fix(botstrap): Add Cavium 50G to DUT1 in example 92/42492/1
authorVratko Polak <[email protected]>
Tue, 18 Mar 2025 12:21:52 +0000 (13:21 +0100)
committerVratko Polak <[email protected]>
Tue, 18 Mar 2025 12:21:52 +0000 (13:21 +0100)
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 <[email protected]>
topologies/available/2n_hw_testbed1.yaml.example

index 7f205a3..75326b6 100644 (file)
@@ -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