Comment 9 for bug 1419723

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/164428
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6c61cf7af71a3661a14900b7baa2e7985ba6673f
Submitter: Jenkins
Branch: master

commit 6c61cf7af71a3661a14900b7baa2e7985ba6673f
Author: Boris Pavlovic <email address hidden>
Date: Sat Mar 14 16:15:42 2015 +0300

    Run more Rally benchmark on every patch

    * Since 24 Nov 2014 we added a lot of Neutron benchmarks

    Running more Neutron related benchmarks in Neutron gate allows
    to avoid performance regressions and races.

    * Neutron benchmarks are described here:
    https://github.com/stackforge/rally/blob/master/rally/benchmark/scenarios/neutron/network.py
    It's quite simple code be free to take a look.

    * All changes in concurrency and times are related to optimization
    of duration/usefulness

    * To get description of benchmarks use:

       rally info find NeutronNetworks.create_and_update_networks

    New benchmarks:

    - NeutronNetworks.create_and_update_networks

    - NeutronNetworks.create_and_delete_networks

    - NeutronNetworks.create_and_update_subnets

    - NeutronNetworks.create_and_delete_subnets

    - NeutronNetworks.create_and_update_routers

    - NeutronNetworks.create_and_delete_routers

    - NeutronNetworks.create_and_list_routers

    - NeutronNetworks.create_and_update_ports

    - NeutronNetworks.create_and_delete_ports

    - NeutronNetworks.create_and_list_ports

    - Quotas.neutron_update

    related bug: #bug 1419723
    Change-Id: Ie3c84e057fc96c0f35ad77b7297c564442ebcf10