Add IxNetwork API Python Binding package 01/58801/3
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 29 Mar 2018 14:39:49 +0000 (15:39 +0100)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 22 Jun 2018 17:38:15 +0000 (17:38 +0000)
commit2c77f9d9559b09299f8ef5cc3d07c847c685d79c
treee5007e7b5beccb312809a29ee9304cec6f74e073
parentb9820283f7aaa8dc10484a0006ee4fc569e71f07
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