diff mbox

[4/4] KVM test: Rename BEFORE_YOU_START to README

Message ID 1252449159-8499-4-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues Sept. 8, 2009, 10:32 p.m. UTC
Also, point out to the latest online documentation.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/BEFORE_YOU_START |   19 -------------------
 client/tests/kvm/README           |    3 +++
 2 files changed, 3 insertions(+), 19 deletions(-)
 delete mode 100644 client/tests/kvm/BEFORE_YOU_START
 create mode 100644 client/tests/kvm/README
diff mbox

Patch

diff --git a/client/tests/kvm/BEFORE_YOU_START b/client/tests/kvm/BEFORE_YOU_START
deleted file mode 100644
index 7478d9d..0000000
--- a/client/tests/kvm/BEFORE_YOU_START
+++ /dev/null
@@ -1,19 +0,0 @@ 
-Install kvm and load modules.
-Remove 'env' file if exists.
-Remove control.state file if exists.
-
-Copy kvm_tests.cfg.sample into kvm_tests.cfg
-Modify kvm_tests.cfg to your liking.
-Modify control if you prefer to "use your own kvm" (comment out kvm_install).
-
-Create those symbolic links under kvm or under <rootdir>
-qemu                   -> qemu-kvm binary (unless using kvm_install)
-qemu-img               -> qemu-img binary (unless using kvm_install)
-isos/                  -> isos (mount or symlink)
-images/                -> images (mount or symlink)
-autotest/              -> ../../ (an autotest client directroy)
-steps_data/            -> steps_data dir (when available)
-
-Please make sure qemu points to an "installed" kvm-qemu executable, and
-not one just compiled in the source directory. An installed executable "knows"
-where to find its associated data-dir (e.g. for bios).
diff --git a/client/tests/kvm/README b/client/tests/kvm/README
new file mode 100644
index 0000000..88d2c15
--- /dev/null
+++ b/client/tests/kvm/README
@@ -0,0 +1,3 @@ 
+In order to get started, please refer to the online documentation:
+
+http://www.linux-kvm.org/page/KVM-Autotest/Client_Install