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 /tests | |
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 'tests')
-rw-r--r-- | tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps.robot | 2 | ||||
-rw-r--r-- | tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps.robot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps.robot b/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps.robot index 21f81d4f54..2be5f168b9 100644 --- a/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps.robot +++ b/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps.robot @@ -53,7 +53,7 @@ | | [Arguments] | ${phy_cores} | | | | Set VPP Hoststack Attributes | phy_cores=${phy_cores} -| | Set VPP NSIM Attributes | output_feature_enable=${True} | +| | Set VPP NSIM Attributes | output_nsim_enable=${True} | | | ... | packets_per_drop=${pkts_per_drop} | | ${defer_fail}= | Get Test Results From Hoststack Iperf3 Test | | Run Keyword If | ${defer_fail}==True | FAIL diff --git a/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps.robot b/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps.robot index ceb5eb00a1..5df1c33289 100644 --- a/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps.robot +++ b/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps.robot @@ -55,7 +55,7 @@ | | | | Set VPP Hoststack Attributes | phy_cores=${phy_cores} | | Set Iperf3 Client Attributes | parallel=${streams} -| | Set VPP NSIM Attributes | output_feature_enable=${True} | +| | Set VPP NSIM Attributes | output_nsim_enable=${True} | | | ... | packets_per_drop=${pkts_per_drop} | | ${defer_fail}= | Get Test Results From Hoststack Iperf3 Test | | Run Keyword If | ${defer_fail}==True | FAIL |