[virt-tools-list] [virt-manager PATCH] test_urls: remove commented fedora21 alpha urls
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Thu Dec 11 01:39:00 UTC 2014
Discoverd by pep8 '# ' style check.
introduced by 92b443df.
Guess that you forgot to delete it.
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
tests/test_urls.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tests/test_urls.py b/tests/test_urls.py
index c0d7b91..d0f440d 100644
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -113,9 +113,6 @@ _add(OLD_FEDORA_URL % ("19", "x86_64"), "fedora19")
_add(OLD_FEDORA_URL % ("20", "x86_64"), "fedora20")
# Any Dev release
_add(FEDORA_URL % ("21", "x86_64"), "fedora21", name="fedora21")
-#_add(
-#"https://dl.fedoraproject.org/pub/alt/stage/21_Alpha_TC6/Server/x86_64/os/",
-#"fedora21", name="fedora21-tc")
# Rawhide w/ i686 test
# XXX: Nowadays rawhide isn't a full install tree
# _add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora20",
--
1.9.3
More information about the virt-tools-list
mailing list