Comment 4 for bug 1564943

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

Reviewed: https://review.openstack.org/302157
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=41071ba6b92e617061252c5a5eea9a8e7c5bc7f5
Submitter: Jenkins
Branch: stable/mitaka

commit 41071ba6b92e617061252c5a5eea9a8e7c5bc7f5
Author: Alexey Stepanov <email address hidden>
Date: Tue Apr 5 14:29:19 2016 +0300

    Check tasks status after cluster deployment

    1. add FuelWebClient.assert_all_tasks_completed, which could check status
        for specified cluster or wide
    2. add NailgunClient.get_all_tasks_list for retrieving all tasks info from database
    3. Call tasks status check after deployment success before short OSTF (
        self.assert_ha_services_ready(cluster_id)
        self.assert_os_services_ready(cluster_id)
        )
    4. add TestCliBase.assert_all_tasks_completed
    5. call TestCliBase.assert_all_tasks_completed after deployment

    Change-Id: I428fc17434d40951c6eb6cefe88dd007d1eb0761
    Closes-bug: #1564943