summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/code/pod_ixia.yaml
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-25 09:20:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-25 09:20:39 +0000
commit535780e99a4e76311a7da3df75715211d0dca6d4 (patch)
treecf9d8fa7645dbe3e3c629d746904a278a64f8af4 /docs/testing/user/userguide/code/pod_ixia.yaml
parenta649acd6aaf9ea2ee883ed6cfd68a286373b9d17 (diff)
parent2c77f9d9559b09299f8ef5cc3d07c847c685d79c (diff)
Merge "Add IxNetwork API Python Binding package" into stable/fraser
Diffstat (limited to 'docs/testing/user/userguide/code/pod_ixia.yaml')
-rw-r--r--docs/testing/user/userguide/code/pod_ixia.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/code/pod_ixia.yaml b/docs/testing/user/userguide/code/pod_ixia.yaml
new file mode 100644
index 000000000..4ab56fe4e
--- /dev/null
+++ b/docs/testing/user/userguide/code/pod_ixia.yaml
@@ -0,0 +1,31 @@
+nodes:
+-
+ name: trafficgen_1
+ role: IxNet
+ ip: 1.2.1.1 #ixia machine ip
+ user: user
+ password: r00t
+ key_filename: /root/.ssh/id_rsa
+ tg_config:
+ ixchassis: "1.2.1.7" #ixia chassis ip
+ tcl_port: "8009" # tcl server port
+ lib_path: "/opt/ixia/ixos-api/8.01.0.2/lib/ixTcl1.0"
+ root_dir: "/opt/ixia/ixos-api/8.01.0.2/"
+ py_bin_path: "/opt/ixia/ixload/8.01.106.3/bin/"
+ dut_result_dir: "/mnt/ixia"
+ version: 8.1
+ interfaces:
+ xe0: # logical name from topology.yaml and vnfd.yaml
+ vpci: "2:5" # Card:port
+ driver: "none"
+ dpdk_port_num: 0
+ local_ip: "152.16.100.20"
+ netmask: "255.255.0.0"
+ local_mac: "00:98:10:64:14:00"
+ xe1: # logical name from topology.yaml and vnfd.yaml
+ vpci: "2:6" # [(Card, port)]
+ driver: "none"
+ dpdk_port_num: 1
+ local_ip: "152.40.40.20"
+ netmask: "255.255.0.0"
+ local_mac: "00:98:28:28:14:00"