Comment 9 for bug 1028465

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/10255
Committed: http://github.com/openstack/tempest/commit/a6aa5f21074b78f1bf3f44111c9f6fc7d740f2de
Submitter: Jenkins
Branch: master

commit a6aa5f21074b78f1bf3f44111c9f6fc7d740f2de
Author: Jay Pipes <email address hidden>
Date: Tue Jul 24 19:40:29 2012 -0400

    Fix checks in server listing only lok for an ID

    The list server filter details checks were checking
    entire mappings against the list of mappings returned
    from a call to GET /servers/detail. Unfortunately, the
    mappings returned by the GET /servers/detail and the
    mapping returned by POST /servers are slightly different,
    resulting in the comparison failing. We really only are
    checking that the server instance we expect to be in the
    returned list of instances is there, so checking for the
    server ID in the returned list is fine.

    Change-Id: If9680f56a1ea06ffe93393d06b23bd231ccddd01
    Fixes: LP Bug 1028465pep8 build for tempest.