diff options
author | Navya <navyax.bathula@intel.com> | 2017-12-06 11:41:17 +0530 |
---|---|---|
committer | Navya Bathula <navyax.bathula@intel.com> | 2017-12-12 12:02:02 +0000 |
commit | 5f28ffec33fb4b548353854abf51ff75b9814c35 (patch) | |
tree | eeb7f14eba44277f3e5d0e713a35007b6daf042f /tests | |
parent | 7ea7eea6dab8c1b40c2626eead4ced80e77f87b9 (diff) |
To modify Ixia port numbers and IP in pod.yamlHEADopnfv-5.2.0-SR1opnfv-5.1.0-SR1master
This patch is used to change the IP in pod.yaml for livemigration and
modify the port numbers related to Ixia in vsperf.conf and
vsperf.conf.sriov as now assigned to different ports.
Change-Id: I329bf0672b83e09b2101a62f874ffb3c70da1dbb
Signed-off-by: Navya <navyax.bathula@intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vsperf.conf | 4 | ||||
-rwxr-xr-x | tests/vsperf.conf.sriov | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/vsperf.conf b/tests/vsperf.conf index ac5505261..aba1eae01 100755 --- a/tests/vsperf.conf +++ b/tests/vsperf.conf @@ -9,8 +9,8 @@ TRAFFICGEN = 'IxNet' RTE_TARGET = 'x86_64-native-linuxapp-gcc' # Ixia/IxNet configuration TRAFFICGEN_IXIA_CARD = '1' -TRAFFICGEN_IXIA_PORT1 = '3' -TRAFFICGEN_IXIA_PORT2 = '4' +TRAFFICGEN_IXIA_PORT1 = '9' +TRAFFICGEN_IXIA_PORT2 = '10' #TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/ixnetwork/8.01.1029.6/lib/IxTclNetwork' TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixia/ixnetwork/8.01.1029.6/lib/IxTclNetwork' # Ixia traffic generator diff --git a/tests/vsperf.conf.sriov b/tests/vsperf.conf.sriov index f476848b7..4104746c3 100755 --- a/tests/vsperf.conf.sriov +++ b/tests/vsperf.conf.sriov @@ -9,8 +9,8 @@ TRAFFICGEN = 'IxNet' RTE_TARGET = 'x86_64-native-linuxapp-gcc' # Ixia/IxNet configuration TRAFFICGEN_IXIA_CARD = '1' -TRAFFICGEN_IXIA_PORT1 = '3' -TRAFFICGEN_IXIA_PORT2 = '4' +TRAFFICGEN_IXIA_PORT1 = '9' +TRAFFICGEN_IXIA_PORT2 = '10' #TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/ixnetwork/8.01.1029.6/lib/IxTclNetwork' TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixia/ixnetwork/8.01.1029.6/lib/IxTclNetwork' # Ixia traffic generator |