summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-22 22:20:07 +0000
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-22 22:20:07 +0000
commit18c9e1cf0e02089450364310aca9f510daec4446 (patch)
tree3baffed49b6f6d8a81b6c49a3eb42afb783e0f8c
parent31367eabc48a8443a34a21c76b776fe599da98f3 (diff)
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 <lmr@redhat.com> git-svn-id: svn://test.kernel.org/autotest/trunk@5440 592f7852-d20e-0410-864c-8624ca9c26a4
-rwxr-xr-xclient/tests/kvm/get_started.py7
1 files changed, 0 insertions, 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)")