Skip to content

Commit edf74a7

Browse files
kamalcaLiliDeng
authored andcommitted
CVM support verify_cpu_offline_channel_add
1 parent 36470da commit edf74a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

microsoft/testsuites/cpu/cpusuite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
simple_requirement,
2020
)
2121
from lisa.environment import Environment
22-
from lisa.features.security_profile import CvmDisabled
2322
from lisa.node import RemoteNode
2423
from lisa.tools import (
2524
Ethtool,
@@ -186,7 +185,6 @@ def verify_cpu_offline_network_workload(
186185
priority=4,
187186
requirement=simple_requirement(
188187
min_core_count=16,
189-
supported_features=[CvmDisabled()],
190188
),
191189
)
192190
def verify_cpu_offline_channel_add(self, log: Logger, node: Node) -> None:

0 commit comments

Comments
 (0)