From 9b58ea4e512ec4bedb8ccb42368b9705fa7cf905 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 22 Nov 2017 17:32:20 -0500 Subject: [PATCH] tests: test_urls: Update URL list --- tests/test_urls.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_urls.py b/tests/test_urls.py index 9a9a5555..dd558649 100644 --- a/tests/test_urls.py +++ b/tests/test_urls.py @@ -112,8 +112,8 @@ _set_distro(FedoraDistro) _add(ARCHIVE_FEDORA_URL % ("14", "x86_64"), "fedora14") _add(ARCHIVE_FEDORA_URL % ("14", "i386"), "fedora14", arch="i686") # 2 Latest releases -_add(FEDORA_URL % ("24", "x86_64"), "fedora24") -_add(FEDORA_URL % ("25", "x86_64"), "fedora25") +_add(FEDORA_URL % ("26", "x86_64"), "fedora26") +_add(FEDORA_URL % ("27", "x86_64"), "fedora26", name="fedora27") # Any Dev release # _add(DEVFEDORA_URL % ("25", "x86_64"), "fedora23", name="fedora25") _add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora26", name="fedora-rawhide") @@ -144,7 +144,7 @@ _set_distro(SLDistro) # Latest scientific 6 _add(SCIENTIFIC_URL % ("6", "x86_64"), "rhel6.9", name="sl-6latest") # Latest scientific 7 -_add(SCIENTIFIC_URL % ("7", "x86_64"), "rhel7.3", name="sl-7latest") +_add(SCIENTIFIC_URL % ("7", "x86_64"), "rhel7.4", name="sl-7latest") _set_distro(SuseDistro)