From e3695804505c8f384ecd41572264117b8667af7c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 13 Dec 2016 14:36:24 -0500 Subject: [PATCH] tests: test_urls: update data --- tests/test_urls.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test_urls.py b/tests/test_urls.py index 322a7bdb..bf59df2c 100644 --- a/tests/test_urls.py +++ b/tests/test_urls.py @@ -58,7 +58,7 @@ UBUNTU_URL = "http://us.archive.ubuntu.com:80/ubuntu/dists/%s/main/installer-%s" OLD_DEBIAN_URL = "http://archive.debian.org/debian/dists/%s/main/installer-%s/" DAILY_DEBIAN_URL = "http://d-i.debian.org/daily-images/%s/" -DEBIAN_URL = "ftp://ftp.us.debian.org:21/debian/dists/%s/main/installer-%s/" +DEBIAN_URL = "ftp://ftp.us.debian.org/debian/dists/%s/main/installer-%s/" MAGEIA_URL = "http://distro.ibiblio.org/mageia/distrib/%s/%s" @@ -109,10 +109,10 @@ _add(ARCHIVE_FEDORA_URL % ("14", "x86_64"), "fedora14", i686=ARCHIVE_FEDORA_URL % ("14", "i386")) # 2 Latest releases _add(FEDORA_URL % ("23", "x86_64"), "fedora23", name="fedora23") -_add(FEDORA_URL % ("24", "x86_64"), "fedora23", name="fedora24") +_add(FEDORA_URL % ("24", "x86_64"), "fedora24", name="fedora24") # Any Dev release # _add(DEVFEDORA_URL % ("25", "x86_64"), "fedora23", name="fedora25") -_add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora23", name="fedora-rawhide") +_add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora24", name="fedora-rawhide") _set_distro(CentOSDistro) @@ -138,7 +138,7 @@ _set_distro(SLDistro) # scientific 5 _add(OLD_SCIENTIFIC_URL % ("55", "x86_64"), "rhel5.5", name="sl-5.5") # Latest scientific 6 -_add(SCIENTIFIC_URL % ("6", "x86_64"), "rhel6.7", name="sl-6latest") +_add(SCIENTIFIC_URL % ("6", "x86_64"), "rhel6.8", name="sl-6latest") _set_distro(SuseDistro) @@ -163,8 +163,8 @@ _add(OLD_DEBIAN_URL % ("lenny", "amd64"), "debian5", hasxen=False, testshortcircuit=True) _add(DEBIAN_URL % ("wheezy", "amd64"), "debian7") # And daily builds, since we specially handle that URL -_add(DAILY_DEBIAN_URL % ("amd64"), "debian8", name="debiandaily") -_add(DAILY_DEBIAN_URL % ("arm64"), "debian8", +_add(DAILY_DEBIAN_URL % ("amd64"), "debiantesting", name="debiandaily") +_add(DAILY_DEBIAN_URL % ("arm64"), "debiantesting", name="debiandailyarm64", hasxen=False)