diff mbox

[FWTS-TEST] arg-results-0001: Update test log because of changes in klog labels

Message ID 1354187392-7086-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Nov. 29, 2012, 11:09 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Because of the changes in the way the klog test now generates error
labels we have to update the test results here.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arg-results-0001/results-0005.log | 18 ++++++++----------
 arg-results-0001/results.log      |  9 ++++-----
 2 files changed, 12 insertions(+), 15 deletions(-)

Comments

Keng-Yu Lin Nov. 30, 2012, 7:24 a.m. UTC | #1
On Thu, Nov 29, 2012 at 7:09 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Because of the changes in the way the klog test now generates error
> labels we have to update the test results here.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  arg-results-0001/results-0005.log | 18 ++++++++----------
>  arg-results-0001/results.log      |  9 ++++-----
>  2 files changed, 12 insertions(+), 15 deletions(-)
>
> diff --git a/arg-results-0001/results-0005.log b/arg-results-0001/results-0005.log
> index 2fc7b07..6533549 100644
> --- a/arg-results-0001/results-0005.log
> +++ b/arg-results-0001/results-0005.log
> @@ -1,7 +1,7 @@
>  klog            Scan kernel log for errors and warnings.
>  klog            ----------------------------------------------------------
>  klog            Test 1 of 1: Kernel log error check.
> -klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
> +klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
>  klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
>  klog            /MADT found, using 0
>  klog
> @@ -21,10 +21,9 @@ klog            to the 'Linux' query in the DSDT and this is redundant
>  klog            because the ACPI driver matches onto the Windows _OSI
>  klog            strings by default.
>  klog
> -klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
> -klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
> -klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
> -klog            mask: 0x1d
> +klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
> +klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
> +klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
>  klog
>  klog            ADVICE: The _OSC method evaluation failed, which will
>  klog            result in disabling PCIe functionality, for example, the
> @@ -41,7 +40,7 @@ klog            ==========================================================
>  klog            Scan kernel log for errors and warnings.
>  klog            ----------------------------------------------------------
>  klog            Test 1 of 1: Kernel log error check.
> -klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
> +klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
>  klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
>  klog            /MADT found, using 0
>  klog
> @@ -61,10 +60,9 @@ klog            to the 'Linux' query in the DSDT and this is redundant
>  klog            because the ACPI driver matches onto the Windows _OSI
>  klog            strings by default.
>  klog
> -klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
> -klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
> -klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
> -klog            mask: 0x1d
> +klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
> +klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
> +klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
>  klog
>  klog            ADVICE: The _OSC method evaluation failed, which will
>  klog            result in disabling PCIe functionality, for example, the
> diff --git a/arg-results-0001/results.log b/arg-results-0001/results.log
> index bf9a8c4..12ca923 100644
> --- a/arg-results-0001/results.log
> +++ b/arg-results-0001/results.log
> @@ -1,7 +1,7 @@
>  klog            Scan kernel log for errors and warnings.
>  klog            ----------------------------------------------------------
>  klog            Test 1 of 1: Kernel log error check.
> -klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
> +klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
>  klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
>  klog            /MADT found, using 0
>  klog
> @@ -21,10 +21,9 @@ klog            to the 'Linux' query in the DSDT and this is redundant
>  klog            because the ACPI driver matches onto the Windows _OSI
>  klog            strings by default.
>  klog
> -klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
> -klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
> -klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
> -klog            mask: 0x1d
> +klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
> +klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
> +klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
>  klog
>  klog            ADVICE: The _OSC method evaluation failed, which will
>  klog            result in disabling PCIe functionality, for example, the
> --
> 1.8.0
>
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Alex Hung Dec. 3, 2012, 5:27 a.m. UTC | #2
On 11/29/2012 07:09 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Because of the changes in the way the klog test now generates error
> labels we have to update the test results here.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   arg-results-0001/results-0005.log | 18 ++++++++----------
>   arg-results-0001/results.log      |  9 ++++-----
>   2 files changed, 12 insertions(+), 15 deletions(-)
>
> diff --git a/arg-results-0001/results-0005.log b/arg-results-0001/results-0005.log
> index 2fc7b07..6533549 100644
> --- a/arg-results-0001/results-0005.log
> +++ b/arg-results-0001/results-0005.log
> @@ -1,7 +1,7 @@
>   klog            Scan kernel log for errors and warnings.
>   klog            ----------------------------------------------------------
>   klog            Test 1 of 1: Kernel log error check.
> -klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
> +klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
>   klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
>   klog            /MADT found, using 0
>   klog
> @@ -21,10 +21,9 @@ klog            to the 'Linux' query in the DSDT and this is redundant
>   klog            because the ACPI driver matches onto the Windows _OSI
>   klog            strings by default.
>   klog
> -klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
> -klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
> -klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
> -klog            mask: 0x1d
> +klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
> +klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
> +klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
>   klog
>   klog            ADVICE: The _OSC method evaluation failed, which will
>   klog            result in disabling PCIe functionality, for example, the
> @@ -41,7 +40,7 @@ klog            ==========================================================
>   klog            Scan kernel log for errors and warnings.
>   klog            ----------------------------------------------------------
>   klog            Test 1 of 1: Kernel log error check.
> -klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
> +klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
>   klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
>   klog            /MADT found, using 0
>   klog
> @@ -61,10 +60,9 @@ klog            to the 'Linux' query in the DSDT and this is redundant
>   klog            because the ACPI driver matches onto the Windows _OSI
>   klog            strings by default.
>   klog
> -klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
> -klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
> -klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
> -klog            mask: 0x1d
> +klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
> +klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
> +klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
>   klog
>   klog            ADVICE: The _OSC method evaluation failed, which will
>   klog            result in disabling PCIe functionality, for example, the
> diff --git a/arg-results-0001/results.log b/arg-results-0001/results.log
> index bf9a8c4..12ca923 100644
> --- a/arg-results-0001/results.log
> +++ b/arg-results-0001/results.log
> @@ -1,7 +1,7 @@
>   klog            Scan kernel log for errors and warnings.
>   klog            ----------------------------------------------------------
>   klog            Test 1 of 1: Kernel log error check.
> -klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
> +klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
>   klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
>   klog            /MADT found, using 0
>   klog
> @@ -21,10 +21,9 @@ klog            to the 'Linux' query in the DSDT and this is redundant
>   klog            because the ACPI driver matches onto the Windows _OSI
>   klog            strings by default.
>   klog
> -klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
> -klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
> -klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
> -klog            mask: 0x1d
> +klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
> +klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
> +klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
>   klog
>   klog            ADVICE: The _OSC method evaluation failed, which will
>   klog            result in disabling PCIe functionality, for example, the
>
Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/arg-results-0001/results-0005.log b/arg-results-0001/results-0005.log
index 2fc7b07..6533549 100644
--- a/arg-results-0001/results-0005.log
+++ b/arg-results-0001/results-0005.log
@@ -1,7 +1,7 @@ 
 klog            Scan kernel log for errors and warnings.
 klog            ----------------------------------------------------------
 klog            Test 1 of 1: Kernel log error check.
-klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
+klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
 klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
 klog            /MADT found, using 0
 klog            
@@ -21,10 +21,9 @@  klog            to the 'Linux' query in the DSDT and this is redundant
 klog            because the ACPI driver matches onto the Windows _OSI
 klog            strings by default.
 klog            
-klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
-klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
-klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
-klog            mask: 0x1d
+klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
+klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
+klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
 klog            
 klog            ADVICE: The _OSC method evaluation failed, which will
 klog            result in disabling PCIe functionality, for example, the
@@ -41,7 +40,7 @@  klog            ==========================================================
 klog            Scan kernel log for errors and warnings.
 klog            ----------------------------------------------------------
 klog            Test 1 of 1: Kernel log error check.
-klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
+klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
 klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
 klog            /MADT found, using 0
 klog            
@@ -61,10 +60,9 @@  klog            to the 'Linux' query in the DSDT and this is redundant
 klog            because the ACPI driver matches onto the Windows _OSI
 klog            strings by default.
 klog            
-klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
-klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
-klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
-klog            mask: 0x1d
+klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
+klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
+klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
 klog            
 klog            ADVICE: The _OSC method evaluation failed, which will
 klog            result in disabling PCIe functionality, for example, the
diff --git a/arg-results-0001/results.log b/arg-results-0001/results.log
index bf9a8c4..12ca923 100644
--- a/arg-results-0001/results.log
+++ b/arg-results-0001/results.log
@@ -1,7 +1,7 @@ 
 klog            Scan kernel log for errors and warnings.
 klog            ----------------------------------------------------------
 klog            Test 1 of 1: Kernel log error check.
-klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
+klog            FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
 klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
 klog            /MADT found, using 0
 klog            
@@ -21,10 +21,9 @@  klog            to the 'Linux' query in the DSDT and this is redundant
 klog            because the ACPI driver matches onto the Windows _OSI
 klog            strings by default.
 klog            
-klog            FAILED [CRITICAL] KlogPciACPIOSCRequestFailedreturned:
-klog            Test 1, CRITICAL Kernel message: [ 0.396181] pci0000:00:
-klog            ACPI _OSC request failed (AE_NOT_FOUND), returned control
-klog            mask: 0x1d
+klog            FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
+klog            CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
+klog            request failed (AE_NOT_FOUND), returned control mask: 0x1d
 klog            
 klog            ADVICE: The _OSC method evaluation failed, which will
 klog            result in disabling PCIe functionality, for example, the