Comment 2 for bug 1579223

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

Reviewed: https://review.openstack.org/313693
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=e132df15d06e682d94451f9efba8feec47f26972
Submitter: Jenkins
Branch: master

commit e132df15d06e682d94451f9efba8feec47f26972
Author: Ryan Moe <email address hidden>
Date: Fri May 6 13:10:28 2016 -0700

    Sort result of MulticastVerificationTask in integration test

    The results from the MulticastVerificationTask are created
    by manipulating sets and then converting the results to a list.
    These lists contain the correct data but are not always in the
    same order which causes test_multicast_no_messages_for_one_node
    to fail.

    Change-Id: Ibc716bfb18a93ab98c813af9fc9d14e2150520bc
    Closes-bug: #1579223