Skip to content

Commit

Permalink
Use University of Utah mirror in tests
Browse files Browse the repository at this point in the history
Fix #1034
  • Loading branch information
lbolla committed Feb 13, 2022
1 parent 21029c3 commit fd40406
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions system/t04_mirror/CreateMirror27Test_gold
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Downloading http://linux.dell.com/repo/community/ubuntu/dists/wheezy/Release...
Downloading https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/dists/wheezy/Release...
Following redirect to https://linux.dell.com/repo/community/ubuntu/dists/wheezy/Release...
Success downloading http://linux.dell.com/repo/community/ubuntu/dists/wheezy/Release
Success downloading https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/dists/wheezy/Release

Mirror [mirror27]: http://linux.dell.com/repo/community/ubuntu/ wheezy successfully added.
Mirror [mirror27]: https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/ wheezy successfully added.
You can run 'aptly mirror update mirror27' to download repository contents.
2 changes: 1 addition & 1 deletion system/t04_mirror/CreateMirror27Test_mirror_show
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mirror27
Archive Root URL: http://linux.dell.com/repo/community/ubuntu/
Archive Root URL: https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/
Distribution: wheezy
Components: openmanage/740
Architectures: amd64, i386
Expand Down
2 changes: 1 addition & 1 deletion system/t04_mirror/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class CreateMirror27Test(BaseTest):
"""
create mirror: component with slashes, no stripping
"""
runCmd = "aptly mirror create --ignore-signatures mirror27 http://linux.dell.com/repo/community/ubuntu wheezy openmanage/740"
runCmd = "aptly mirror create --ignore-signatures mirror27 https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu wheezy openmanage/740"

def outputMatchPrepare(self, s):
return self.strip_retry_lines(s)
Expand Down

0 comments on commit fd40406

Please sign in to comment.