KVM test: Make Fedora 13 the default on tests.cfg
Also, adapt get_started.py to include F13.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@4569 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/kvm/get_started.py b/client/tests/kvm/get_started.py
index e0c60b9..8d0ff63 100755
--- a/client/tests/kvm/get_started.py
+++ b/client/tests/kvm/get_started.py
@@ -82,11 +82,11 @@
logging.info("3 - Verifying iso (make sure we have the OS ISO needed for "
"the default test set)")
- iso_name = "Fedora-12-x86_64-DVD.iso"
- fedora_dir = "pub/fedora/linux/releases/12/Fedora/x86_64/iso"
+ iso_name = "Fedora-13-x86_64-DVD.iso"
+ fedora_dir = "pub/fedora/linux/releases/13/Fedora/x86_64/iso"
url = os.path.join("http://download.fedoraproject.org/", fedora_dir,
iso_name)
- hash = "97a018ba32d43d0e76d032834fe7562bffe8ceb3"
+ hash = "65c7f1aad3feb888ae3daadaf45d4a2a32b8773a"
destination = os.path.join(base_dir, 'isos', 'linux')
check_iso(url, destination, hash)