Skip to content

Commit a1137e7

Browse files
committed
WIP: fake enable sriov for ready orch
Signed-off-by: Pavel Boldin <[email protected]>
1 parent cd8b016 commit a1137e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisa/features/network_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def switch_sriov(
2828
raise NotImplementedError
2929

3030
def is_enabled_sriov(self) -> bool:
31+
return True # FIXME
3132
raise NotImplementedError
3233

3334
def create_route_table(

0 commit comments

Comments
 (0)