Fix IXIA IxNetwork IMIX configuration 13/59613/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 9 Jul 2018 11:06:55 +0000 (12:06 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 9 Jul 2018 12:10:10 +0000 (13:10 +0100)
commit9fd6661f0480ee94c742611ce9c478e30ca5e416
treee66fc0ec4123012148f6489e9943e69369f3e2d3
parentef78f436ce067ee2ffbf5a0fcc00e082edf61d6b
Fix IXIA IxNetwork IMIX configuration

IxNet library is not setting correctly the IMIX definition per traffic
item. The correct input for "weightedRangePairs" parameter is:

  [[64, 64, 10], [128, 128, 15], [512, 512, 5]]

JIRA: YARDSTICK-1296

Change-Id: Idb4034ce817250da5b9a434230b1be6dae0d3ba3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
yardstick/network_services/libs/ixia_libs/ixnet/ixnet_api.py
yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py