From 18c9e1cf0e02089450364310aca9f510daec4446 Mon Sep 17 00:00:00 2001 From: lmr Date: Wed, 22 Jun 2011 22:20:07 +0000 Subject: KVM test: get_started.py: Remove confusing question 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 git-svn-id: svn://test.kernel.org/autotest/trunk@5440 592f7852-d20e-0410-864c-8624ca9c26a4 --- client/tests/kvm/get_started.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/tests/kvm/get_started.py b/client/tests/kvm/get_started.py index c986f5e6..5f768176 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)") -- cgit v1.2.3