Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use University of Utah mirror in tests #1035

Merged
merged 1 commit into from
Feb 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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