summaryrefslogtreecommitdiff
path: root/tests/test_inject.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2015-03-26 19:37:17 -0400
committerCole Robinson <crobinso@redhat.com>2015-03-26 19:37:17 -0400
commite7666390ffb27bfd371cea6d2b1dec5c60f1622e (patch)
treeea505c0019acad83e4bed7d5d198f841be95479d /tests/test_inject.py
parentba95aa91e6c5abb971991b8f82571791b58a3022 (diff)
downloadvirt-manager-e7666390ffb27bfd371cea6d2b1dec5c60f1622e.tar.gz
test_inject: Add Fedora 22 URL
Diffstat (limited to 'tests/test_inject.py')
-rwxr-xr-xtests/test_inject.py12
1 files changed, 6 insertions, 6 deletions
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():