xena: Throughput method implementation for Xena Networks 39/11839/8
authorChristian Trautman <ctrautma@redhat.com>
Fri, 1 Apr 2016 21:31:14 +0000 (17:31 -0400)
committerChristian Trautman <ctrautma@redhat.com>
Fri, 8 Apr 2016 17:28:35 +0000 (13:28 -0400)
commit77aa724da2c879e1af079daae340d17e01b85601
treefdda0ac0ca0ce6d453d68ca4ca5e3c009bb9f8a3
parente43aed42d79ccb8395060085e07c1853790f17a7
xena: Throughput method implementation for Xena Networks

Add files for Xena Networks 2544 throughput
implementation. This allows for Xena to execute
tput tests from VSPerf. For information on how
this works please see the JIRA ticket.

Modify traffic gen guide on install instructions
for Xena. Add in scapy to requirements file. Modify
conf file for Xena chassis connection information.

* Added license info to __init__.py / baseconfig.x2544
* Set initial rate to 10% line rate for tput testing
* Modified default mac address xena_json->set_header_layer2
  from aa:aa:aa:aa:aa:aa to cc:cc:cc:cc:cc:cc

* Removed obsolete multistream params
* Added traffic params to 03_traffic.conf
* Comments to explain try/catch for latency values
* Removed unused import

* Rebased to fix merge conflict
* Added Xena to available traffic gen list in conf files

JIRA: VSPERF-261

Change-Id: I3c4b4a332fd532e10b6096e9ed97a4a39d410839
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
conf/03_traffic.conf
conf/10_custom.conf
docs/configguide/trafficgen.rst
requirements.txt
tools/pkt_gen/xena/__init__.py [new file with mode: 0644]
tools/pkt_gen/xena/profiles/baseconfig.x2544 [new file with mode: 0644]
tools/pkt_gen/xena/xena.py [new file with mode: 0755]
tools/pkt_gen/xena/xena_json.py [new file with mode: 0644]