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 <[email protected]>
---
 client/tests/kvm/get_started.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

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)")
-- 
1.7.5.4

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to