Add IxNetwork API Python Binding package 15/54615/14
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 29 Mar 2018 14:39:49 +0000 (15:39 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Fri, 4 May 2018 06:59:08 +0000 (06:59 +0000)
commitf9961e6c12b9b50c490a7d70ae1474ca1bd09f5e
tree1ab29a5e6314b6d02e2ef4c0727677134e8f9bff
parente985b356b75c9f4169ab8f1cd761cc3cfd13f6d1
Add IxNetwork API Python Binding package

Add IxNetwork python package to the requirements list.

This module is needed for the "NSPerf" scenarios using IXIA as traffic
generator, when IxNetwork is the program used to handle the IXIA
generator.

The latest version of this module is 8.40.1124.9 [1]. The license type
is MIT.

[1] https://pypi.python.org/pypi/ixnetwork

JIRA: YARDSTICK-1106

Change-Id: I279933c95994f5120930256a104c4192a0b9900d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
17 files changed:
ansible/multi_port_baremetal_ixia_correlated_test.yaml
ansible/multi_port_baremetal_ixia_test.yaml
ansible/standalone_ovs_scale_out_ixia_correlated_test.yaml
ansible/standalone_ovs_scale_out_ixia_test.yaml
ansible/standalone_sriov_scale_out_ixia_correlated_test.yaml
ansible/standalone_sriov_scale_out_ixia_test.yaml
docs/testing/user/userguide/13-nsb-installation.rst
docs/testing/user/userguide/code/pod_ixia.yaml [new file with mode: 0644]
etc/yardstick/nodes/pod.yaml.nsb.sample.ixia
etc/yardstick/nodes/standalone/ixia_correlated_template.yaml
etc/yardstick/nodes/standalone/ixia_template.yaml
requirements.txt
samples/vnf_samples/vnf_descriptors/ixia_rfc2544_tpl.yaml
samples/vnf_samples/vnf_descriptors/tg_ixload.yaml
samples/vnf_samples/vnf_descriptors/tg_ixload_4port.yaml
yardstick/network_services/libs/ixia_libs/IxNet/IxNet.py
yardstick/tests/unit/network_services/libs/ixia_libs/test_IxNet.py