IXIA traffic mac address is set incorrectly 13/62213/1
authorMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Thu, 13 Sep 2018 08:46:09 +0000 (09:46 +0100)
committerMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Thu, 13 Sep 2018 08:46:09 +0000 (09:46 +0100)
commite4bd1f99ef55d41e742d0475cadbed5ce6e34dd6
tree18a97bf489f2cfcf157c9bdc029df550ad2327e5
parent65114e3ca01207d4235f27573289ed4c99d14c1e
IXIA traffic mac address is set incorrectly

IXIA API sets the src/dst mac of the traffic always into
default value. The `srcmac`/`dstmac` is never set in `traffic_param`
map [1]. Instead the src/dst mac is stored in traffic_param[`outer_l2`].

[1] https://gerrit.opnfv.org/gerrit/gitweb?p=yardstick.git;a=blob;f=yardstick/network_services/traffic_profile/ixia_rfc2544.py;h=44bf2eafc7f8cf03ebd2c8520d316358fe1e5fc2;hb=HEAD#l92

JIRA: YARDSTICK-1423

Change-Id: Iabab7a54404b284d3b95bbea6c8624233c138351
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
yardstick/network_services/libs/ixia_libs/ixnet/ixnet_api.py