diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-03-13 18:07:12 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-03-19 13:23:16 +0000 |
commit | 2a35fc8cc4d840ccc616401e9af230aa50a7bb57 (patch) | |
tree | 05bdb8814f7ba249cf93107b7ef62f4e42349455 /resources/libraries/robot | |
parent | dc605b79d078b1d3eb945cd9cabe047ba64e9a94 (diff) |
perf: Fix broken hoststack tests
- Rename NSIM attribute names as changed in b9f4ba11
Change-Id: I6bc232c9954cfd9004d1d0cf22446957e78a641a
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/hoststack/hoststack.robot | 4 |
1 files changed, 2 insertions, 2 deletions
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 |