Skip to content

Commit

Permalink
Failures in
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Sep 16, 2024
1 parent 7b2dc82 commit 1941252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lisa/tools/lspci.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def get_devices_by_type(
]
return device_type_list

@retry(KeyError, tries=10, delay=20)
def get_devices(self, force_run: bool = False) -> List[PciDevice]:
if (not self._pci_devices) or force_run:
self._pci_devices = []
Expand Down
4 changes: 2 additions & 2 deletions microsoft/testsuites/network/stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ def stress_sriov_with_max_nics_stop_start_from_platform(
start_stop = node.features[StartStop]
start_stop.stop()
start_stop.start()
# Add delay to wait for the network interface ready.
sleep(60)
# Add delay to wait for the network interface ready.
sleep(60)
initialize_nic_info(environment)
sriov_basic_test(environment)

Expand Down

0 comments on commit 1941252

Please sign in to comment.