diff options
author | Steven Luong <sluong@cisco.com> | 2022-10-28 14:10:53 -0700 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2022-11-14 09:36:12 +0000 |
commit | 5e663cf4cfa7c3ce187dc4f223fa94dfb41f484b (patch) | |
tree | d685f64e91e55c6d7182ea66d1e57d3548573a96 /tests/vpp/perf/gso | |
parent | f7c8270ad45abe617b40f12f33676e8e387c17d5 (diff) |
CSIT-1880 - Enable vhost plugin in all vhost test suites
vhost is going to a plugin.
https://gerrit.fd.io/r/c/vpp/+/37488
Need to add vhost_plugin.so to all vhost test cases
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I5c79795c1ba5ffcdc9d10697faffbc0b49b22abb
Diffstat (limited to 'tests/vpp/perf/gso')
-rw-r--r-- | tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot | 2 | ||||
-rw-r--r-- | tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot index 858269258a..08d18c499f 100644 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot +++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot @@ -41,7 +41,7 @@ | ... | - **[Ref] Applicable standard specifications:** RFC2544. *** Variables *** -| @{plugins_to_enable}= | ping_plugin.so | perfmon_plugin.so +| @{plugins_to_enable}= | ping_plugin.so | perfmon_plugin.so | vhost_plugin.so | ${crypto_type}= | ${None} | ${nic_name}= | Intel-X710 | ${nic_driver}= | vhost diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot index 9f925fb01a..9f0cee3651 100644 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot +++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot @@ -41,7 +41,7 @@ | ... | - **[Ref] Applicable standard specifications:** RFC2544. *** Variables *** -| @{plugins_to_enable}= | ping_plugin.so | perfmon_plugin.so +| @{plugins_to_enable}= | ping_plugin.so | perfmon_plugin.so | vhost_plugin.so | ${crypto_type}= | ${None} | ${nic_name}= | Intel-X710 | ${nic_driver}= | vhost |