From a584ba5539de2bc9783d227a2603b0c5483045eb Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 10 Jan 2025 10:27:22 +0100 Subject: fix(hoststack): Do not set api segment gid Change-Id: I6d2ca1d35210a61f831b89ad373c712f31462ff0 Signed-off-by: Vratko Polak --- resources/libraries/robot/hoststack/hoststack.robot | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/libraries/robot/hoststack/hoststack.robot') diff --git a/resources/libraries/robot/hoststack/hoststack.robot b/resources/libraries/robot/hoststack/hoststack.robot index 3be1be545f..d5cbd0bce0 100644 --- a/resources/libraries/robot/hoststack/hoststack.robot +++ b/resources/libraries/robot/hoststack/hoststack.robot @@ -458,7 +458,6 @@ | | | Run Keyword If | | | ... | '${dut}' == 'DUT1' and ${vpp_nsim_attr}[output_nsim_enable] | | | ... | ${dut}.Add Nsim poll main thread -| | | Run keyword | ${dut}.Add api segment gid | testuser | | | Run keyword | ${dut}.Add tcp congestion control algorithm | | | ... | ${vpp_hoststack_attr}[tcp_cc_algo] | | | Run keyword | ${dut}.Add session enable -- cgit