Skip to content

Commit

Permalink
Dpdk: mark OVS test on ARM64 unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov authored and LiliDeng committed Dec 17, 2024
1 parent a99d674 commit e482090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions microsoft/testsuites/dpdk/dpdksuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ def verify_dpdk_ovs(
self, node: Node, log: Logger, variables: Dict[str, Any]
) -> None:
# initialize DPDK first, OVS requires it built from source before configuring.
if node.tools[Lscpu].get_architecture() == CpuArchitecture.ARM64:
raise SkippedException("OVS test not supported on ARM64")

force_dpdk_default_source(variables)
try:
test_kit = initialize_node_resources(
Expand Down

0 comments on commit e482090

Please sign in to comment.