Comment 7 for bug 1566324

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

Reviewed: https://review.openstack.org/326407
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=4179f95a6e9648185451554e684f5ba936cb619b
Submitter: Jenkins
Branch: stable/mitaka

commit 4179f95a6e9648185451554e684f5ba936cb619b
Author: Marcellin Fom Tchassem <email address hidden>
Date: Wed Apr 6 10:04:19 2016 -0500

    Remove assert from the get_rabbit_running_nodes

    In the method change_pacemaker_parameter_not_break_rabbitmq,
    the timeout for the count_run_rabbit is too short.
    That causes sometimes tests to fail with the AssertionError:
    No Running rabbitmq nodes found.
    + increase the timeout and the interval
    + remove assert from get_rabbit_running_nodes method

    Change-Id: I73fe407078121f8ef4d46120299c86e45c879009
    Closes-Bug: #1566324
    (cherry picked from commit 8aae1fc4484ad232ff115b11e8eab3c1b9826649)