diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 15:07:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-17 15:07:40 +0000 |
commit | b4819ac38d60f0565ba310621ea9518d6c4ba280 (patch) | |
tree | 811b375832f551e0e3fe22c70548b1009fa6165f /ansible/standalone_sriov_scale_out_ixia_test.yaml | |
parent | 679133f49500ff929c5a8597ab37c3d1fcd72ee9 (diff) | |
parent | f8ea3ef349d034cf55d0ea5cebc8f8fcdeefb413 (diff) |
Merge "fix invalid chracters in ansible scripts"
Diffstat (limited to 'ansible/standalone_sriov_scale_out_ixia_test.yaml')
-rw-r--r-- | ansible/standalone_sriov_scale_out_ixia_test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/standalone_sriov_scale_out_ixia_test.yaml b/ansible/standalone_sriov_scale_out_ixia_test.yaml index 79ec0e68e..659dbef07 100644 --- a/ansible/standalone_sriov_scale_out_ixia_test.yaml +++ b/ansible/standalone_sriov_scale_out_ixia_test.yaml @@ -47,7 +47,7 @@ ixchassis: "1.1.1.127" #ixia chassis ip tcl_port: "8009" # tcl server port lib_path: "/opt/ixia/ixos-api/8.01.0.2/lib/ixTcl1.0" - ""_dir: "/opt/ixia/ixos-api/8.01.0.2/" + root_dir: "/opt/ixia/ixos-api/8.01.0.2/" py_bin_path: "/opt/ixia/ixload/8.01.106.3/bin/" py_lib_path: "/opt/ixia/ixnetwork/8.01.1029.14/lib/PythonApi" dut_result_dir: "/mnt/results" @@ -80,7 +80,7 @@ ip: "192.168.100.101/24" user: "" password: "" - key_filename: /""/.ssh/id_rsa + key_filename: "~" vnf: user: "" |