Comment 8 for bug 1357751

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

Reviewed: https://review.openstack.org/255876
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f92264dab59e53fa27d068bbd0f9fa4927867e14
Submitter: Jenkins
Branch: master

commit f92264dab59e53fa27d068bbd0f9fa4927867e14
Author: Bharath Thiruveedula <email address hidden>
Date: Thu Dec 10 18:42:37 2015 +0530

    Remove start_service calls from the test case

    Currently in nova.tests.unit.network.test_manager.AllocateTestCase
    start_service have been used to start nova compute and network services.
    But these calls takes most of the time while running the test cases. In
    this patch start_service method calls are removed to make test cases run
    fast.

    Change-Id: I908dc6007d66c482254f07c035e948daff2319f1
    Closes-Bug: #1357751