diff mbox

KVM test: get_started.py: Remove confusing question

Message ID 1308779765-6020-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues June 22, 2011, 9:56 p.m. UTC
After receiving some feedback on get_started.py, resolved
to remove a question regarding NFS shares. Since the script
prints the directories clearly, if one wants to setup NFS or
symlinks, he/she will do it.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/get_started.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
diff mbox

Patch

diff --git a/client/tests/kvm/get_started.py b/client/tests/kvm/get_started.py
index c986f5e..5f76817 100755
--- a/client/tests/kvm/get_started.py
+++ b/client/tests/kvm/get_started.py
@@ -80,13 +80,6 @@  if __name__ == "__main__":
         else:
             logging.debug("Dir %s exists, not creating" %
                           sub_dir_path)
-    answer = utils.ask("Do you want to setup NFS mounts for some of those "
-                       "dirs?")
-    if answer == 'y':
-        logging.info("Exiting the script so you can setup the NFS mounts. "
-                     "When you are done, re-run this script.")
-        sys.exit(0)
-
     logging.info("")
     logging.info("2 - Creating config files from samples (copy the default "
                  "config samples to actual config files)")