Also, adapt get_started.py to include F13.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
client/tests/kvm/get_started.py | 6 +++---
client/tests/kvm/tests.cfg.sample | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
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 @@ if __name__ == "__main__":
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)
diff --git a/client/tests/kvm/tests.cfg.sample
b/client/tests/kvm/tests.cfg.sample
index 7b8e791..e0d4271 100644
--- a/client/tests/kvm/tests.cfg.sample
+++ b/client/tests/kvm/tests.cfg.sample
@@ -43,12 +43,12 @@ variants:
# No large memory pages
only smallpages
# Operating system choice
- only WinVista.64
+ only Win7.64
# Subtest choice. You can modify that line to add more subtests
only unattended_install boot shutdown
- # Runs qemu, f12 64 bit guest OS, install, boot, shutdown
- - @qemu_f12_quick:
+ # Runs qemu, f13 64 bit guest OS, install, boot, shutdown
+ - @qemu_f13_quick:
# We want qemu for this run
qemu_binary = /usr/bin/qemu
only qcow2
@@ -60,13 +60,13 @@ variants:
only up
only no_pci_assignable
only smallpages
- only Fedora.12.64
+ only Fedora.13.64
only unattended_install boot shutdown
# qemu needs -enable-kvm on the cmdline
extra_params = ' -enable-kvm'
- # Runs qemu-kvm, f12 64 bit guest OS, install, boot, shutdown
- - @qemu_kvm_f12_quick:
+ # Runs qemu-kvm, f13 64 bit guest OS, install, boot, shutdown
+ - @qemu_kvm_f13_quick:
# We want qemu-kvm for this run
qemu_binary = /usr/bin/qemu-kvm
only qcow2
@@ -76,7 +76,7 @@ variants:
only smp2
only no_pci_assignable
only smallpages
- only Fedora.12.64
+ only Fedora.13.64
only unattended_install boot shutdown
# Uncomment the following lines to enable abort-on-error mode:
@@ -85,4 +85,4 @@ variants:
#kill_unresponsive_vms.* ?= no
# Choose your test list from the testsets defined
-only qemu_kvm_f12_quick
+only qemu_kvm_f13_quick
--
1.7.0.1
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest