Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: client/tests/kvm/build.cfg.sample

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/iozone/iozone.py ('k') | client/tests/kvm/deps/finish.exe » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/build.cfg.sample
diff --git a/client/tests/kvm/build.cfg.sample b/client/tests/kvm/build.cfg.sample
index a689ed43975ffabccc3801d2270773e32bb21522..860192b22c73cde6f852c366a38b24c2708a55c0 100644
--- a/client/tests/kvm/build.cfg.sample
+++ b/client/tests/kvm/build.cfg.sample
@@ -16,42 +16,30 @@ variants:
save_results = no
variants:
- release:
- install_mode = release
+ mode = release
## Install from a kvm release. You can optionally specify
## a release tag. If you omit it, the build test will get
## the latest release tag available at that moment.
# release_tag = 84
release_dir = http://downloads.sourceforge.net/project/kvm/
release_listing = http://sourceforge.net/projects/kvm/files/
- # In some cases, you might want to provide a ROM dir, so ROM
- # files can be copied from there to your source based install
- # path_to_rom_images = /usr/share/kvm
- snapshot:
- install_mode = snapshot
+ mode = snapshot
## Install from a kvm snapshot location. You can optionally
## specify a snapshot date. If you omit it, the test will get
## yesterday's snapshot.
# snapshot_date = 20090712
snapshot_dir = http://foo.org/kvm-snapshots/
- # In some cases, you might want to provide a ROM dir, so ROM
- # files can be copied from there to your source based install
- # path_to_rom_images = /usr/share/kvm
- localtar:
- install_mode = localtar
+ mode = localtar
## Install from tarball located on the host's filesystem.
tarball = /tmp/kvm-84.tar.gz
- # In some cases, you might want to provide a ROM dir, so ROM
- # files can be copied from there to your source based install
- # path_to_rom_images = /usr/share/kvm
- localsrc:
- install_mode = localsrc
+ mode = localsrc
## Install from tarball located on the host's filesystem.
srcdir = /tmp/kvm-84
- # In some cases, you might want to provide a ROM dir, so ROM
- # files can be copied from there to your source based install
- # path_to_rom_images = /usr/share/kvm
- git:
- install_mode = git
+ mode = git
## Install KVM from git repositories.
## If you provide only "git_repo" and "user_git_repo", the
## build test will assume it will perform all build from the
@@ -76,11 +64,8 @@ variants:
# kmod_lbranch = kmod_lbranch_name
# kmod_commit = kmod_commit_name
# kmod_patches = ['http://foo.com/patch1', 'http://foo.com/patch2']
- # In some cases, you might want to provide a ROM dir, so ROM
- # files can be copied from there to your source based install
- # path_to_rom_images = /usr/share/kvm
- yum:
- install_mode = yum
+ mode = yum
src_pkg = qemu
## Name of the rpms we need installed
pkg_list = ['qemu-kvm', 'qemu-kvm-tools', 'qemu-system-x86', 'qemu-common', 'qemu-img']
@@ -89,7 +74,7 @@ variants:
## List of RPMs that will be installed
pkg_path_list = ['http://foo.com/rpm1', 'http://foo.com/rpm2']
- koji:
- install_mode = koji
+ mode = koji
## Install KVM from koji (Fedora build server)
## It is possible to install packages right from Koji if you
## provide a release tag or a build.
« no previous file with comments | « client/tests/iozone/iozone.py ('k') | client/tests/kvm/deps/finish.exe » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698