Skip to content

Commit

Permalink
WIP: fake enable sriov for ready orch
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldin <[email protected]>
  • Loading branch information
paboldin committed Aug 8, 2024
1 parent cd8b016 commit a1137e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/features/network_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def switch_sriov(
raise NotImplementedError

def is_enabled_sriov(self) -> bool:
return True # FIXME
raise NotImplementedError

def create_route_table(
Expand Down

0 comments on commit a1137e7

Please sign in to comment.