summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-04-03 20:23:21 -0400
committerCole Robinson <crobinso@redhat.com>2019-04-03 20:23:55 -0400
commitd252061b4ba0b1489bda3aeff497cdb2f97cb308 (patch)
treeaee42f2ae19a551974e8e1d67768896b12dec450 /tests
parent309840b9535b0e1965ed177b4558652faa256b36 (diff)
downloadvirt-manager-d252061b4ba0b1489bda3aeff497cdb2f97cb308.tar.gz
tests: inject: Update test cases
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_inject.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_inject.py b/tests/test_inject.py
index 0a26af1f..9c2a1316 100755
--- a/tests/test_inject.py
+++ b/tests/test_inject.py
@@ -51,7 +51,8 @@ _add("centos-6-latest", "http://ftp.linux.ncsu.edu/pub/CentOS/6/os/x86_64/",
warntype=WARN_RHEL5, filename=KSOLD)
_add("centos-7-latest", "http://ftp.linux.ncsu.edu/pub/CentOS/7/os/x86_64/",
filename=KSNEW)
-_add("fedora-27", FEDORA_URL % ("27", "x86_64"), filename=KSNEW)
+_add("fedora-29", FEDORA_URL % ("29", "x86_64"), filename=KSNEW)
+_add("fedora-30", DEVFEDORA_URL % ("30", "x86_64"), filename=KSNEW)
_add("debian-9",
"http://ftp.us.debian.org/debian/dists/stretch/main/installer-amd64/",
filename=PRESEED, warntype=WARN_DEBIAN)