From patchwork Thu Mar 3 13:47:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Vivier X-Patchwork-Id: 8492761 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 14F209F38C for ; Thu, 3 Mar 2016 13:48:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4018120121 for ; Thu, 3 Mar 2016 13:48:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9FF5E20254 for ; Thu, 3 Mar 2016 13:48:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932306AbcCCNss (ORCPT ); Thu, 3 Mar 2016 08:48:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55132 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932295AbcCCNsr (ORCPT ); Thu, 3 Mar 2016 08:48:47 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 37A8D8E69C for ; Thu, 3 Mar 2016 13:48:47 +0000 (UTC) Received: from thinkpad.redhat.com (ovpn-112-48.ams2.redhat.com [10.36.112.48]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u23DmjfZ022109; Thu, 3 Mar 2016 08:48:45 -0500 From: Laurent Vivier To: kvm@vger.kernel.org Cc: pbonzini@redhat.com, Laurent Vivier Subject: [kvm-unit-tests PATCH] trivial: add "check" keyword description Date: Thu, 3 Mar 2016 14:47:51 +0100 Message-Id: <1457012871-7060-1-git-send-email-lvivier@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP x86/unittests.cfg uses a keyword which is not described in the header. "check" is used and described in scripts/runtime.bash, so add the comment in the header of all the unittests.cfg. Signed-off-by: Laurent Vivier --- arm/unittests.cfg | 4 ++++ powerpc/unittests.cfg | 4 ++++ x86/unittests.cfg | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/arm/unittests.cfg b/arm/unittests.cfg index 5e26da1..9465c69 100644 --- a/arm/unittests.cfg +++ b/arm/unittests.cfg @@ -8,6 +8,10 @@ # groups = group1 group2 # Used to identify test cases with run_tests -g ... # accel = kvm|tcg # Optionally specify if test must run with kvm or tcg. # # If not specified, then kvm will be used when available. +# check = = # check a file for a particular value before running +# # a test. The check line can contain multiple files +# # to check separated by a space but each check +# # parameter needs to be of the form = # # Test that the configured number of processors (smp = ), and diff --git a/powerpc/unittests.cfg b/powerpc/unittests.cfg index 0666922..02b21c7 100644 --- a/powerpc/unittests.cfg +++ b/powerpc/unittests.cfg @@ -16,6 +16,10 @@ # # kvm or tcg. If not specified, then kvm will # # be used when available. # timeout = # Optionally specify a timeout. +# check = = # check a file for a particular value before running +# # a test. The check line can contain multiple files +# # to check separated by a space but each check +# # parameter needs to be of the form = ############################################################################## # diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 99eff26..3155eca 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -6,6 +6,10 @@ # extra_params = -cpu qemu64,+x2apic # Additional parameters used # arch = i386/x86_64 # Only if the test case works only on one of them # groups = group1 group2 # Used to identify test cases with run_tests -g ... +# check = = # check a file for a particular value before running +# # a test. The check line can contain multiple files +# # to check separated by a space but each check +# # parameter needs to be of the form = [apic] file = apic.flat