From patchwork Thu Aug 11 01:13:45 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: 1055522 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 p7B1EAo8021836 for ; Thu, 11 Aug 2011 01:14:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755564Ab1HKBOD (ORCPT ); Wed, 10 Aug 2011 21:14:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25555 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755539Ab1HKBOB (ORCPT ); Wed, 10 Aug 2011 21:14:01 -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 p7B1E0Dp020395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 10 Aug 2011 21:14:00 -0400 Received: from freedom.local.com (vpn-10-65.rdu.redhat.com [10.11.10.65]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p7B1DwXS031219; Wed, 10 Aug 2011 21:13:59 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH 1/3] virt.virt_test_utils: Fix migration message Date: Wed, 10 Aug 2011 22:13:45 -0300 Message-Id: <1313025227-10524-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]); Thu, 11 Aug 2011 01:14:10 +0000 (UTC) Signed-off-by: Lucas Meneghel Rodrigues --- client/virt/virt_test_utils.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/virt/virt_test_utils.py b/client/virt/virt_test_utils.py index 26407bc..cf718c4 100644 --- a/client/virt/virt_test_utils.py +++ b/client/virt/virt_test_utils.py @@ -575,7 +575,7 @@ def run_autotest(vm, session, control_path, timeout, outputdir, params): bg.start() while bg.is_alive(): - logging.info("Tests is not ended, start a round of" + logging.info("Autotest job did not end, start a round of " "migration") vm.migrate(timeout=mig_timeout, protocol=mig_protocol) else: