From 2a35fc8cc4d840ccc616401e9af230aa50a7bb57 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 13 Mar 2020 18:07:12 +0000 Subject: perf: Fix broken hoststack tests - Rename NSIM attribute names as changed in b9f4ba11 Change-Id: I6bc232c9954cfd9004d1d0cf22446957e78a641a Signed-off-by: Dave Wallace --- resources/libraries/robot/hoststack/hoststack.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/hoststack/hoststack.robot b/resources/libraries/robot/hoststack/hoststack.robot index c6bc7dea06..075cc2b8bf 100644 --- a/resources/libraries/robot/hoststack/hoststack.robot +++ b/resources/libraries/robot/hoststack/hoststack.robot @@ -389,7 +389,7 @@ | | ${is_dut1}= | Run Keyword And Return Status | | ... | Dictionaries should be equal | ${node} | ${dut1} | | Run Keyword If -| | ... | ${is_dut1} and ${vpp_nsim_attr}[output_feature_enable] +| | ... | ${is_dut1} and ${vpp_nsim_attr}[output_nsim_enable] | | ... | Configure VPP NSIM | ${node} | ${vpp_nsim_attr} | ${intf} | | Run Keyword If | '${cfg_vpp_feature}' != '' | | ... | Additional VPP Config for Feature ${cfg_vpp_feature} | ${node} @@ -432,7 +432,7 @@ | | | Run keyword | ${dut}.Add api segment api size | | | ... | ${vpp_hoststack_attr}[api_seg_api_size] | | | Run Keyword If -| | | ... | '${dut}' == 'DUT1' and ${vpp_nsim_attr}[output_feature_enable] +| | | ... | '${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 -- cgit 1.2.3-korg