fix(core): VPP Initialisation issue on MLX. 90/41190/12 oper-240701
authorpmikus <[email protected]>
Wed, 26 Jun 2024 09:05:51 +0000 (11:05 +0200)
committerPeter Mikus <[email protected]>
Fri, 28 Jun 2024 11:24:56 +0000 (11:24 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I2113e5e2067e13465ee1fedc6a2ba1c5bc1d7254

resources/libraries/python/VppConfigGenerator.py
resources/libraries/robot/shared/test_setup.robot
tests/vpp/perf/__init__.robot

index fb3df2f..971b826 100644 (file)
@@ -197,7 +197,7 @@ class VppConfigGenerator:
         path = ["node", "default", "variant"]
         self.add_config_item(self._nodeconfig, variant, path)
 
-    def add_api_segment_gid(self, value="vpp"):
+    def add_api_segment_gid(self, value="testuser"):
         """Add api-segment gid configuration.
 
         :param value: Gid.
index 22e017f..ae3cfa4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2024 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -50,3 +50,4 @@
 | |
 | | ${trex_running}= | Is Trex Running | ${tg}
 | | Run Keyword If | not ${trex_running} | Startup Trex | ${tg} | ${osi_layer}
+| | Stop Vpp Service on All Duts | ${nodes}
index 04b47f9..ef7c819 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2023 Cisco and/or its affiliates.
+# Copyright (c) 2024 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -29,6 +29,7 @@
 | ... | AND | Get CPU Info from All Nodes | ${nodes}
 | ... | AND | Update All Interface Data on All Nodes | ${nodes}
 | ... | skip_tg=${True}
+| ... | AND | Stop Vpp Service on All Duts | ${nodes}
 | ... | AND | Finalize Suite Setup Export
 |
 | Suite Teardown | Run Keywords | Start Suite Teardown Export