Skip to content

Commit

Permalink
bonnie: fix url link for test suite
Browse files Browse the repository at this point in the history
The old url link do not work, as it moved from http to
https and also update to latest version

Signed-off-by: Abdul Haleem <[email protected]>
  • Loading branch information
abdhaleegit committed Nov 18, 2024
1 parent bbb876c commit 9aab130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io/disk/bonnie.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def setUp(self):
self.cancel("%s package required for this test" % package)

if process.system("which bonnie++", ignore_status=True):
tarball = self.fetch_asset('http://www.coker.com.au/bonnie++/'
'bonnie++-1.03e.tgz', expire='7d')
tarball = self.fetch_asset('https://www.coker.com.au/bonnie++/'
'bonnie++_1.04.tgz', expire='7d')
archive.extract(tarball, self.teststmpdir)
self.source = os.path.join(self.teststmpdir,
os.path.basename(
Expand Down

0 comments on commit 9aab130

Please sign in to comment.