Skip to content

Commit

Permalink
CVM support verify_cpu_offline_channel_add
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalca committed Nov 22, 2024
1 parent 50b4f36 commit 224d8a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions microsoft/testsuites/cpu/cpusuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
simple_requirement,
)
from lisa.environment import Environment
from lisa.features.security_profile import CvmDisabled
from lisa.node import RemoteNode
from lisa.tools import (
Ethtool,
Expand Down Expand Up @@ -186,7 +185,6 @@ def verify_cpu_offline_network_workload(
priority=4,
requirement=simple_requirement(
min_core_count=16,
supported_features=[CvmDisabled()],
),
)
def verify_cpu_offline_channel_add(self, log: Logger, node: Node) -> None:
Expand Down

0 comments on commit 224d8a0

Please sign in to comment.