Comment 2 for bug 1427658

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

Reviewed: https://review.openstack.org/164710
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=885d67d5186b5ff82bbdc755427994f8adc54094
Submitter: Jenkins
Branch: master

commit 885d67d5186b5ff82bbdc755427994f8adc54094
Author: Maciej Kwiek <email address hidden>
Date: Mon Mar 16 15:15:23 2015 +0100

    Remove not needed assert in randomly failing test

    test_network_verification_neutron_with_vlan_segmentation was failing
    randomly due to the task being in 'ready' state right after it was
    called. Now it only checks if the task is eventually in 'ready' state,
    which a good enought test case.

    Change-Id: Ida5756facdbbe91d74404a4d12b4258d3ffdc470
    Closes-Bug: #1427658