Comment 5 for bug 1566324

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

Reviewed: https://review.openstack.org/302314
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=8aae1fc4484ad232ff115b11e8eab3c1b9826649
Submitter: Jenkins
Branch: master

commit 8aae1fc4484ad232ff115b11e8eab3c1b9826649
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