From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cole Robinson Subject: [PATCH kvm-unit-tests v2 0/4] Have x86-run parse unittests.cfg Date: Sun, 14 Apr 2013 14:18:30 -0400 Message-ID: Cc: kwolf@redhat.com, Cole Robinson To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25445 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752702Ab3DNSSl (ORCPT ); Sun, 14 Apr 2013 14:18:41 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3EIIfoN014123 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 14 Apr 2013 14:18:41 -0400 Sender: kvm-owner@vger.kernel.org List-ID: First two patches are trivial bits. Rest rewrites x86-run in python, which then makes it easy to parse unittests.cfg. This makes it simpler to invoke individual unittests the same way autotest does. Kevin has a similar series[1], but I'm reposting this for completeness. [1] http://www.spinics.net/lists/kvm/msg89471.html v2: Drop patch that removed x86/README Don't remove manual invocations examples from README Cole Robinson (4): .gitignore: Add *.flat and config.mak x86/run-kvm-unit-tests: Drop it Rewrite x86-run in python x86-run: Pull extra arguments from unittests.cfg .gitignore | 2 + README | 14 ++++-- x86-run | 133 +++++++++++++++++++++++++++++++++++++++---------- x86/run-kvm-unit-tests | 6 --- 4 files changed, 117 insertions(+), 38 deletions(-) delete mode 100644 x86/run-kvm-unit-tests -- 1.8.1.4