aboutsummaryrefslogtreecommitdiffstats
path: root/conf/10_custom.conf
diff options
context:
space:
mode:
authorRadek Zetik <radekx.zetik@intel.com>2015-10-02 14:10:30 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-10-15 16:53:26 +0000
commit0e720a2e22505762e79a52cf4fa708d4e01e254b (patch)
tree7804cf79cbb5a68ee5ba92544368829788126819 /conf/10_custom.conf
parent827a2c43d3d4ee2abd632dad59c6cd3d47e5092a (diff)
Default config picks up OVS variants
Running a test with vanilla-ovs, vhost-user-ovs, vhost-cuse-ovs,... does not require any building or configuration changes - the vswitch needs only to specified on the command line. The config file contains new variables for particular ovs build. OvsVanilla: OVS_DIR_VANILLA, QEMU_DIR_VANILLA VhostCuse: RTE_SDK_CUSE, OVS_DIR_CUSE, QEMU_DIR_CUSE VhostUser: RTE_SDK_USER, OVS_DIR_USER, QEMU_DIR_USER The vspef chooses right paths according to command line switches '--vswitch' (or 'VSWITCH') and '--vnf' (or 'VNF') JIRA: VSPERF-86 Change-Id: I22e3a7f9e21d6ceb13830e444716b4274314560c Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Brian Castelli <brian.castelli@spirent.com> Reviewed-by: Gene Snider <eugene.snider@huawei.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Tv Rao <tv.rao@freescale.com>
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r--conf/10_custom.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf
index 95118753..eafa06bb 100644
--- a/conf/10_custom.conf
+++ b/conf/10_custom.conf
@@ -13,8 +13,16 @@
# limitations under the License.
# traffic generator to use in tests
-RTE_SDK = '' # full path to DPDK src dir
-OVS_DIR = '' # full path to Open vSwitch src dir
+OVS_DIR_VANILLA = '~/src_vanilla/ovs/'
+QEMU_DIR_VANILLA = '~/src_vanilla/qemu/'
+
+RTE_SDK_CUSE = '~/src_cuse/dpdk/'
+OVS_DIR_CUSE = '~/src_cuse/ovs/'
+QEMU_DIR_CUSE = '~/src_cuse/qemu/'
+
+RTE_SDK_USER = '~/src/dpdk/'
+OVS_DIR_USER = '~/src/ovs/'
+QEMU_DIR_USER = '~/src/qemu/'
RTE_TARGET = '' # the relevant DPDK build target
# traffic generator to use in tests