fix(infra): Octeon bits 82/42982/2
authorKishor Dhanawade <[email protected]>
Mon, 19 May 2025 14:12:59 +0000 (14:12 +0000)
committerPeter Mikus <[email protected]>
Tue, 20 May 2025 09:54:41 +0000 (09:54 +0000)
Fixing typo.

Change-Id: I15ea41ee501c48765ab94a08aae58e0505192fe7
Signed-off-by: Kishor Dhanawade <[email protected]>
resources/libraries/python/VppConfigGenerator.py
resources/libraries/robot/shared/default.robot
topologies/available/lf_3n_oct_testbed215.yaml

index dc93992..11e4c85 100644 (file)
@@ -833,7 +833,7 @@ class VppInitConfig:
                 vpp_config.add_statseg_per_node_counters("on")
                 vpp_config.add_plugin("disable", "default")
                 vpp_config.add_buffers_per_numa(107520)
-                if Topology.get_node_model_bool(node, "Marvel-Octeon"):
+                if Topology.get_node_model_bool(node, "Marvell-Octeon"):
                     vpp_config.add_plugin("enable", "dev_octeon_plugin.so")
                 else:
                     vpp_config.add_main_heap_size("2G")
index 3853cfa..1779695 100644 (file)
 | | FOR | ${dut} | IN | @{duts}
 | | | Import Library | resources.libraries.python.VppConfigGenerator
 | | | ... | WITH NAME | ${dut}
-| | | ${marvel}= | Get Node Model Bool | ${nodes['${dut}']} | Marvel-Octeon
+| | | ${marvell}= | Get Node Model Bool | ${nodes['${dut}']} | Marvell-Octeon
 | | | Run Keyword | ${dut}.Set Node | ${nodes['${dut}']} | node_key=${dut}
 | | | Run Keyword | ${dut}.Add Unix Log
 | | | Run Keyword | ${dut}.Add Unix CLI Listen
 | | | Run Keyword | ${dut}.Add API Segment Prefix | ${dut}
 | | | Run Keyword | ${dut}.Add Unix Coredump
 | | | Run Keyword | ${dut}.Add Socksvr | ${SOCKSVR_PATH}
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
 | | | ... | ${dut}.Add Main Heap Size | ${${heap_size_mult}*${3}}G
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
 | | | ... | ${dut}.Add Main Heap Page Size | ${page_size}
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
 | | | ... | ${dut}.Add Default Hugepage Size | ${page_size}
 | | | Run Keyword | ${dut}.Add Statseg Size | 3G
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
 | | | ... | ${dut}.Add Statseg Page Size | ${page_size}
 | | | Run Keyword | ${dut}.Add Statseg Per Node Counters | on
 | | | Run Keyword | ${dut}.Add Plugin | disable | default
 | | | Run Keyword | ${dut}.Add Plugin | enable | @{plugins_to_enable}
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
 | | | ... | ${dut}.Add IP6 Hash Buckets | 2000000
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
 | | | ... | ${dut}.Add IP6 Heap Size | 3G
 | | | Run Keyword | ${dut}.Add Graph Node Variant | ${GRAPH_NODE_VARIANT}
 | | END
index f919978..69b4c59 100644 (file)
@@ -34,7 +34,7 @@ nodes:
         model: Intel-E810CQ
   DUT1:
     type: DUT
-    model: Marvel-OcteonCN10K
+    model: Marvell-OcteonCN10K
     host: 10.30.51.95
     arch: aarch64
     port: 22
@@ -68,7 +68,7 @@ nodes:
         model: Cavium-A063-100G
   DUT2:
     type: DUT
-    model: Marvel-OcteonCN10K
+    model: Marvell-OcteonCN10K
     host: 10.30.51.96
     arch: aarch64
     port: 22
@@ -99,4 +99,4 @@ nodes:
         ip4_address: 172.16.30.2
         driver: rvu_nicpf
         link: link2
-        model: Cavium-A063-100G
\ No newline at end of file
+        model: Cavium-A063-100G