Skip to content

Commit

Permalink
DPDK: Remove IsolatedResource for send/receive
Browse files Browse the repository at this point in the history
DPDK has been refactored such that shorter runs are possible. Since send time is now minimized to 10 seconds in the default case, remove the IsolatedResource requirement for simple send/receive. SRIOV rescind tests must run longer, so should remain gated behind that feature.
  • Loading branch information
mcgov committed Aug 3, 2023
1 parent 91314e4 commit 53615ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions microsoft/testsuites/dpdk/dpdksuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def verify_dpdk_ring_ping(
network_interface=Sriov(),
min_count=2,
unsupported_features=[Gpu, Infiniband],
supported_features=[IsolatedResource],
),
)
def verify_dpdk_send_receive_multi_txrx_queue_failsafe(
Expand All @@ -528,7 +527,6 @@ def verify_dpdk_send_receive_multi_txrx_queue_failsafe(
network_interface=Sriov(),
min_count=2,
unsupported_features=[Gpu, Infiniband],
supported_features=[IsolatedResource],
),
)
def verify_dpdk_send_receive_multi_txrx_queue_netvsc(
Expand All @@ -555,7 +553,6 @@ def verify_dpdk_send_receive_multi_txrx_queue_netvsc(
network_interface=Sriov(),
min_count=2,
unsupported_features=[Gpu, Infiniband],
supported_features=[IsolatedResource],
),
)
def verify_dpdk_send_receive_failsafe(
Expand All @@ -580,7 +577,6 @@ def verify_dpdk_send_receive_failsafe(
network_interface=Sriov(),
min_count=2,
unsupported_features=[Gpu, Infiniband],
supported_features=[IsolatedResource],
),
)
def verify_dpdk_send_receive_netvsc(
Expand Down

0 comments on commit 53615ca

Please sign in to comment.