Use University of Utah mirror in tests

Fix #1034
This commit is contained in:
Lorenzo Bolla
2022-02-13 20:05:04 +01:00
parent 21029c326b
commit fd404064c9
3 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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)