fix(core): Container startup 07/42107/2
authorPeter Mikus <[email protected]>
Wed, 8 Jan 2025 10:58:34 +0000 (11:58 +0100)
committerPeter Mikus <[email protected]>
Wed, 8 Jan 2025 10:59:11 +0000 (10:59 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I95dcc11d25f5dc3cf395f6d69dc4e04d7653f7f2

resources/libraries/python/VppConfigGenerator.py
resources/libraries/robot/shared/default.robot

index 971b826..ea523b7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2024 Cisco and/or its affiliates.
+# Copyright (c) 2025 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:
@@ -790,7 +790,6 @@ class VppInitConfig:
                 vpp_config.add_unix_log()
                 vpp_config.add_unix_cli_listen()
                 vpp_config.add_unix_cli_no_pager()
-                vpp_config.add_unix_gid()
                 vpp_config.add_unix_coredump()
                 vpp_config.add_socksvr(socket=Constants.SOCKSVR_PATH)
                 vpp_config.add_main_heap_size("2G")
index 2dc7894..094d277 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2024 Cisco and/or its affiliates.
+# Copyright (c) 2025 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:
 | | | Run Keyword | ${dut}.Add Unix Log
 | | | Run Keyword | ${dut}.Add Unix CLI Listen
 | | | Run Keyword | ${dut}.Add Unix CLI No Pager
-| | | Run Keyword | ${dut}.Add Unix GID
 | | | Run Keyword | ${dut}.Add API Segment Prefix | ${dut}
 | | | Run Keyword | ${dut}.Add Unix Coredump
 | | | Run Keyword | ${dut}.Add Socksvr | ${SOCKSVR_PATH}