From patchwork Mon Jul 15 08:26:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 258959 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 4E4772C013E for ; Mon, 15 Jul 2013 18:27:42 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Uye87-0006sv-Hr; Mon, 15 Jul 2013 08:27:35 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Uye73-0006gm-UL for fwts-devel@lists.ubuntu.com; Mon, 15 Jul 2013 08:26:29 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Uye73-0004Oo-Q0 for fwts-devel@lists.ubuntu.com; Mon, 15 Jul 2013 08:26:29 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] data: klog.json: rename "Common" label prefix to "Klog", (LP: #1201311) Date: Mon, 15 Jul 2013 09:26:29 +0100 Message-Id: <1373876789-9644-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Commit 5b37a9d8ac122a5c1c4d7d00c21f5964ac904cfa removed the common test and merged these into the klog test. However, the labels are still prefixed with "Common" and should be renamed to "Klog". Signed-off-by: Colin Ian King Acked-by: Ivan Hu Acked-by: Keng-Yu Lin --- data/klog.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/klog.json b/data/klog.json index d7920a2..7169999 100644 --- a/data/klog.json +++ b/data/klog.json @@ -7,7 +7,7 @@ "tag": "FWTS_TAG_BIOS_THERMAL", "pattern": "Temperature above threshold, cpu clock throttled", "advice": "Test caused CPU temperature above critical threshold. Insufficient cooling?", - "label": "CommonThermalOverrun" + "label": "KlogThermalOverrun" }, { "compare_mode": "string", @@ -15,7 +15,7 @@ "tag": "FWTS_TAG_BIOS", "pattern": "BIOS never enumerated boot CPU", "advice": "The boot processor is not enumerated!", - "label": "CommonBiosBootCpuNotEnumerated" + "label": "KlogBiosBootCpuNotEnumerated" }, { "compare_mode": "regex", @@ -23,7 +23,7 @@ "tag": "FWTS_TAG_ACPI_HOTPLUG", "pattern": "acpi_shpchprm.*_HPP fail", "advice": "Hotplug _HPP method failed", - "label": "CommonAcpiHppMethodFailed" + "label": "KlogAcpiHppMethodFailed" }, { "compare_mode": "regex", @@ -31,7 +31,7 @@ "tag": "FWTS_TAG_ACPI_HOTPLUG", "pattern": "shpchp.*acpi_pciehprm.*OSHP fail", "advice": "ACPI Hotplug OSHP method failed", - "label": "CommonAcpiHotplugOshpMethodFailed" + "label": "KlogAcpiHotplugOshpMethodFailed" }, { "compare_mode": "regex", @@ -39,7 +39,7 @@ "tag": "FWTS_TAG_ACPI_HOTPLUG", "pattern": "shpchp.*acpi_shpchprm.*evaluate _BBN fail", "advice": "Hotplug _BBN method is missing", - "label": "CommonAcpiHotPlugBbnMissing" + "label": "KlogAcpiHotPlugBbnMissing" }, { "compare_mode": "string", @@ -47,7 +47,7 @@ "tag": "FWTS_TAG_ACPI", "pattern": "Error while parsing _PSD domain information", "advice": "_PSD domain information is corrupt!", - "label": "CommonAcpiPsdParsingError" + "label": "KlogAcpiPsdParsingError" }, { "compare_mode": "string", @@ -55,7 +55,7 @@ "tag": "FWTS_TAG_ACPI", "pattern": "Wrong _BBN value, reboot and use option 'pci=noacpi'", "advice": "The BIOS has wrong _BBN value, which will make PCI root bridge have wrong bus number", - "label": "CommonAcpiWrongBbnValue" + "label": "KlogAcpiWrongBbnValue" }, { "compare_mode": "regex", @@ -63,7 +63,7 @@ "tag": "FWTS_TAG_ACPI_APIC", "pattern": "ACPI.*apic on CPU.* stops in C2", "advice": "The local apic timer incorrectly stops during C2 idle state.The ACPI specification forbids this and Linux needs the local APIC timer to work. The most likely cause of this is that the firmware uses a hardware C3 or C4 state that is mapped to the ACPI C2 state.", - "label": "CommonAcpiApicStopsInC2" + "label": "KlogAcpiApicStopsInC2" }, { "compare_mode": "string", @@ -71,7 +71,7 @@ "tag": "FWTS_TAG_BIOS_IRQ", "pattern": "Disabling IRQ", "advice": "The kernel detected an irq storm. This is most probably an IRQ routing bug.", - "label": "CommonBiosIrqRoutingBug" + "label": "KlogBiosIrqRoutingBug" }, { "compare_mode": "regex",