From patchwork Wed Jun 22 21:56:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 907532 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5MLuF1D003016 for ; Wed, 22 Jun 2011 21:56:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758918Ab1FVV4N (ORCPT ); Wed, 22 Jun 2011 17:56:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45124 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758594Ab1FVV4M (ORCPT ); Wed, 22 Jun 2011 17:56:12 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5MLu9JG028138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 22 Jun 2011 17:56:09 -0400 Received: from freedom.redhat.com (vpn-9-202.rdu.redhat.com [10.11.9.202]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p5MLu7XI010363; Wed, 22 Jun 2011 17:56:08 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, rhod@redhat.com, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: get_started.py: Remove confusing question Date: Wed, 22 Jun 2011 18:56:05 -0300 Message-Id: <1308779765-6020-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 22 Jun 2011 21:56:16 +0000 (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 --- 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)")