Comment 4 for bug 1553597

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (stable/mitaka)

Reviewed: https://review.openstack.org/299037
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=e5afdbb42ec044b1e7970f307e2a7d3830f7126d
Submitter: Jenkins
Branch: stable/mitaka

commit e5afdbb42ec044b1e7970f307e2a7d3830f7126d
Author: Ken'ichi Ohmichi <email address hidden>
Date: Sun Mar 6 06:34:04 2016 +0900

    Remove console expectation from NMI tests

    The original tests expect the server console contains a message
      "Uhhuh. NMI received for unknown reason"
    but the expectation is wrong because this message is fallback one
    when disabling crash dump, that means the test expects the crash
    dump is disable. That is not the purpose of this NMI feature.

    In addition, this message is output on x86 cpu architecture only
    because the message is implemented in
      https://github.com/torvalds/linux/blob/master/arch/x86/kernel/nmi.c#L304
    So if we use the other cpu architectures on the test, this test will
    fail.

    Let's remove the expectation from the tests.

    Change-Id: I62fe2e00433fd216def25d99a2f20d17b988fb84
    Closes-Bug: #1553597
    (cherry picked from commit 471e08a4d41f9d1bcf4703b4a0c64731a94f2510)