Comment 45 for bug 1306705

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

Reviewed: https://review.openstack.org/117125
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=9a65c23980ca7d119c260787e93e4cf154dd9cf6
Submitter: Jenkins
Branch: stable/5.0

commit 9a65c23980ca7d119c260787e93e4cf154dd9cf6
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