From e7666390ffb27bfd371cea6d2b1dec5c60f1622e Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 26 Mar 2015 19:37:17 -0400 Subject: test_inject: Add Fedora 22 URL --- tests/test_inject.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/test_inject.py') diff --git a/tests/test_inject.py b/tests/test_inject.py index 0e14d3dd..21099cb7 100755 --- a/tests/test_inject.py +++ b/tests/test_inject.py @@ -24,9 +24,9 @@ guest.os.os_type = "hvm" guest.os.arch = "x86_64" meter = urlgrabber.progress.TextMeter(fo=sys.stdout) -DEVFEDORA_URL = "http://download.fedoraproject.org/pub/fedora/linux/development/%s/%s/os/" -OLD_FEDORA_URL = "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/%s/Fedora/%s/os/" -FEDORA_URL = "http://download.fedoraproject.org/pub/fedora/linux/releases/%s/Fedora/%s/os/" +DEVFEDORA_URL = "http://dl.fedoraproject.org/pub/fedora/linux/development/%s/%s/os/" +OLD_FEDORA_URL = "http://dl.fedoraproject.org/pub/fedora/linux/releases/%s/Fedora/%s/os/" +FEDORA_URL = "http://dl.fedoraproject.org/pub/fedora/linux/releases/%s/Server/%s/os/" (WARN_RHEL4, WARN_RHEL5, @@ -67,9 +67,9 @@ _add("centos-6-latest", "http://ftp.linux.ncsu.edu/pub/CentOS/6/os/x86_64/", warntype=WARN_RHEL5) _add("centos-7-latest", "http://ftp.linux.ncsu.edu/pub/CentOS/7/os/x86_64/", ks2=True) -_add("fedora-19", FEDORA_URL % ("19", "x86_64"), ks2=True) -_add("fedora-20", FEDORA_URL % ("20", "x86_64"), ks2=True) -_add("fedora-21", DEVFEDORA_URL % ("21", "x86_64"), ks2=True) +_add("fedora-20", OLD_FEDORA_URL % ("20", "x86_64"), ks2=True) +_add("fedora-21", FEDORA_URL % ("21", "x86_64"), ks2=True) +_add("fedora-22", DEVFEDORA_URL % ("22", "x86_64"), ks2=True) def exit_cleanup(): -- cgit v1.2.1