Update git submodules
authorAbhijit Sinha <abhijit.sinha@intel.com>
Wed, 27 Jun 2018 16:06:17 +0000 (16:06 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 27 Jun 2018 16:06:17 +0000 (16:06 +0000)
commit9b3a729b73221965d693f2e60a1a83cfa1becfe7
tree6e417cf3a2243599f72e5637b2e8200d87c4c596
parent005e8619432fc3217d1eaaa7784afd357bc4d0a1
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix NSB NfVi support for 25 and 40Gbps"
  - Fix NSB NfVi support for 25 and 40Gbps

    When setting interface_speed option in the test case, NSB/PROX
    was still considering 100% as 10 Gbps.
    With this fix, when interface_speed is set to for instance 25 Gbps
    then NSB/PROX will start generate at 25 Gbps.
    Yardstick logging info printed on the screen will show performance result
    as percentage of interface_speed (e.g. 100% will be 25 Gbps).
    This is done by sending the command "speed 250" to PROX (PROX cannot
    know the underlying interface speed in all cases e.g. in virtio, and
    hence considers 100% as 10Gbps).

    JIRA: YARDSTICK-1217

    Change-Id: I4989161b04a7afa5e347935ee7ccef7dfe5a504d
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
docs/submodules/yardstick