diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-10-01 13:21:59 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-10-02 07:48:52 +0000 |
commit | 9db603df1076b5ee56ef6326fd0e396b166ed5b1 (patch) | |
tree | 48d24ee7b03921ddcbbb145b621a555e1c3365ea /tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot | |
parent | 424749b09ac91c4eb5eabdd8bdd9d34b8c130783 (diff) |
CSIT-1325 - FIX: AVF tests failing on unbind
Currently there is and issue when consecutive AVF suites are
trying to initialize AVF and bind VF to vfio-pci driver, there
seems to be race condition if VPP has already VFs allocated.
This patch should introduce safer contstrain to disable VPP prior
AVF init.
Change-Id: Id8839200f19d9e7a18d161b660cfb1e43a8ca379
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot')
-rw-r--r-- | tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot b/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot index d92dd728d3..779b7d0424 100644 --- a/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot +++ b/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2xcbase-mrr.robot @@ -75,7 +75,7 @@ | | ... | ${s_limit} | ${framesize} | | And Apply startup configuration on all VPP DUTs | | When Initialize AVF interfaces -| | And Initialize L2 xconnect in circular topology +| | And Initialize L2 Xconnect In 3-node Circular Topology | | Then Traffic should pass with maximum rate | | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} |