We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8b016 commit a1137e7Copy full SHA for a1137e7
lisa/features/network_interface.py
@@ -28,6 +28,7 @@ def switch_sriov(
28
raise NotImplementedError
29
30
def is_enabled_sriov(self) -> bool:
31
+ return True # FIXME
32
33
34
def create_route_table(
0 commit comments