Comment 27 for bug 1306705

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

Reviewed: https://review.openstack.org/111211
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=746b1a654f1a7a85393eaaa154029790de07c307
Submitter: Jenkins
Branch: master

commit 746b1a654f1a7a85393eaaa154029790de07c307
Author: Dima Shulyak <email address hidden>
Date: Tue Jul 29 11:11:42 2014 +0300

    Generate traffic for a given amount of time

    Sending prefefined amount of packets for each interface:vlan pair
    can still result in random verify_networks failures on heavily loaded
    environments

    - sender will generate traffic based on time provided with --duration option
      or from config file, defaults to 20 sec
    - repeat option will be used to configure amount of packets per iface:vlan
      pair sended in each iteration, defaults to 2 packets

    Change-Id: Ie92a3ea175ca2ae9f43e79f66b449366a1b68126
    Partial-Bug: 1306705